progetto di test della creazione di un progetto basato sul framework laravel e aggiunta form login e register utilizzando breeze
filippo.bertilotti
2024-04-12 f7d0ce435d960868043e25ce3a7c647c890bb132
refs
author filippo.bertilotti <filippobertilotti@gmail.com>
Friday, April 12, 2024 12:05 +0200
committer filippo.bertilotti <filippobertilotti@gmail.com>
Friday, April 12, 2024 12:05 +0200
commitf7d0ce435d960868043e25ce3a7c647c890bb132
tree b45abbfce40d8e41a11d4b2d0966c9671af89e69 tree | zip | gz
parent 118e07781ad0bc46c0da910c7d52c0c0e1e61830 view | diff
installazione package breeze per autenticazione
47 files added
10 files modified
4810 ■■■■■ changed files
app/Http/Controllers/Auth/VerifyEmailController.php 28 ●●●●● diff | view | raw | blame | history
app/Livewire/Actions/Logout.php 20 ●●●●● diff | view | raw | blame | history
app/Livewire/Forms/LoginForm.php 72 ●●●●● diff | view | raw | blame | history
app/Providers/RouteServiceProvider.php 2 ●●● diff | view | raw | blame | history
app/Providers/VoltServiceProvider.php 28 ●●●●● diff | view | raw | blame | history
app/View/Components/AppLayout.php 17 ●●●●● diff | view | raw | blame | history
app/View/Components/GuestLayout.php 17 ●●●●● diff | view | raw | blame | history
composer.json 5 ●●●● diff | view | raw | blame | history
composer.lock 214 ●●●●● diff | view | raw | blame | history
config/app.php 1 ●●●● diff | view | raw | blame | history
package-lock.json 2620 ●●●●● diff | view | raw | blame | history
package.json 4 ●●●● diff | view | raw | blame | history
postcss.config.js 6 ●●●●● diff | view | raw | blame | history
resources/css/app.css 3 ●●●●● diff | view | raw | blame | history
resources/views/components/action-message.blade.php 10 ●●●●● diff | view | raw | blame | history
resources/views/components/application-logo.blade.php 3 ●●●●● diff | view | raw | blame | history
resources/views/components/auth-session-status.blade.php 7 ●●●●● diff | view | raw | blame | history
resources/views/components/danger-button.blade.php 3 ●●●●● diff | view | raw | blame | history
resources/views/components/dropdown-link.blade.php 1 ●●●● diff | view | raw | blame | history
resources/views/components/dropdown.blade.php 43 ●●●●● diff | view | raw | blame | history
resources/views/components/input-error.blade.php 9 ●●●●● diff | view | raw | blame | history
resources/views/components/input-label.blade.php 5 ●●●●● diff | view | raw | blame | history
resources/views/components/modal.blade.php 78 ●●●●● diff | view | raw | blame | history
resources/views/components/nav-link.blade.php 11 ●●●●● diff | view | raw | blame | history
resources/views/components/primary-button.blade.php 3 ●●●●● diff | view | raw | blame | history
resources/views/components/responsive-nav-link.blade.php 11 ●●●●● diff | view | raw | blame | history
resources/views/components/secondary-button.blade.php 3 ●●●●● diff | view | raw | blame | history
resources/views/components/text-input.blade.php 3 ●●●●● diff | view | raw | blame | history
resources/views/dashboard.blade.php 17 ●●●●● diff | view | raw | blame | history
resources/views/layouts/app.blade.php 36 ●●●●● diff | view | raw | blame | history
resources/views/layouts/guest.blade.php 30 ●●●●● diff | view | raw | blame | history
resources/views/livewire/.gitkeep diff | view | raw | blame | history
resources/views/livewire/layout/navigation.blade.php 110 ●●●●● diff | view | raw | blame | history
resources/views/livewire/pages/auth/confirm-password.blade.php 63 ●●●●● diff | view | raw | blame | history
resources/views/livewire/pages/auth/forgot-password.blade.php 61 ●●●●● diff | view | raw | blame | history
resources/views/livewire/pages/auth/login.blade.php 72 ●●●●● diff | view | raw | blame | history
resources/views/livewire/pages/auth/register.blade.php 89 ●●●●● diff | view | raw | blame | history
resources/views/livewire/pages/auth/reset-password.blade.php 105 ●●●●● diff | view | raw | blame | history
resources/views/livewire/pages/auth/verify-email.blade.php 59 ●●●●● diff | view | raw | blame | history
resources/views/livewire/profile/delete-user-form.blade.php 79 ●●●●● diff | view | raw | blame | history
resources/views/livewire/profile/update-password-form.blade.php 79 ●●●●● diff | view | raw | blame | history
resources/views/livewire/profile/update-profile-information-form.blade.php 116 ●●●●● diff | view | raw | blame | history
resources/views/livewire/welcome/navigation.blade.php 11 ●●●●● diff | view | raw | blame | history
resources/views/profile.blade.php 29 ●●●●● diff | view | raw | blame | history
resources/views/welcome.blade.php 24 ●●●● diff | view | raw | blame | history
resources/views/welcome2.blade.php 46 ●●●● diff | view | raw | blame | history
routes/auth.php 31 ●●●●● diff | view | raw | blame | history
routes/web.php 18 ●●●● diff | view | raw | blame | history
tailwind.config.js 21 ●●●●● diff | view | raw | blame | history
tests/Feature/Auth/AuthenticationTest.php 87 ●●●●● diff | view | raw | blame | history
tests/Feature/Auth/EmailVerificationTest.php 67 ●●●●● diff | view | raw | blame | history
tests/Feature/Auth/PasswordConfirmationTest.php 56 ●●●●● diff | view | raw | blame | history
tests/Feature/Auth/PasswordResetTest.php 84 ●●●●● diff | view | raw | blame | history
tests/Feature/Auth/PasswordUpdateTest.php 50 ●●●●● diff | view | raw | blame | history
tests/Feature/Auth/RegistrationTest.php 37 ●●●●● diff | view | raw | blame | history
tests/Feature/ProfileTest.php 101 ●●●●● diff | view | raw | blame | history
vite.config.js 5 ●●●● diff | view | raw | blame | history