|
1 | | -config/hashing.php |
2 | | -config/flare.php |
3 | | -config/auth.php |
4 | | -config/app.php |
5 | | -config/cache.php |
6 | | -config/sanctum.php |
7 | | -config/view.php |
8 | | -config/filesystems.php |
9 | | -config/database.php |
10 | | -config/cors.php |
| 1 | +packages/.gitkeep |
| 2 | +.styleci.yml |
| 3 | +SECURITY.md |
| 4 | +database/factories/UserFactory.php |
| 5 | +database/seeders/DatabaseSeeder.php |
| 6 | +database/migrations/2014_10_12_000000_create_users_table.php |
| 7 | +database/migrations/2019_08_19_000000_create_failed_jobs_table.php |
| 8 | +database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php |
| 9 | +database/migrations/2014_10_12_100000_create_password_resets_table.php |
| 10 | +artisan |
| 11 | +vite.config.js |
| 12 | +phpunit.xml |
11 | 13 | config/shop.php |
12 | | -config/queue.php |
13 | | -config/tinker.php |
| 14 | +config/auth.php |
| 15 | +config/hashing.php |
14 | 16 | config/logging.php |
15 | | -config/mail.php |
16 | | -config/ignition.php |
17 | 17 | config/services.php |
| 18 | +config/queue.php |
| 19 | +config/ignition.php |
| 20 | +config/cache.php |
| 21 | +config/tinker.php |
18 | 22 | config/broadcasting.php |
| 23 | +config/cors.php |
| 24 | +config/view.php |
19 | 25 | config/session.php |
20 | | -tests/Feature/Auth/EmailVerificationTest.php |
21 | | -tests/Feature/Auth/PasswordUpdateTest.php |
22 | | -tests/Feature/Auth/PasswordResetTest.php |
23 | | -tests/Feature/Auth/PasswordConfirmationTest.php |
24 | | -tests/Feature/Auth/AuthenticationTest.php |
25 | | -tests/Feature/Auth/RegistrationTest.php |
26 | | -tests/Feature/ProfileTest.php |
27 | | -tests/Feature/ExampleTest.php |
28 | | -tests/CreatesApplication.php |
29 | | -tests/TestCase.php |
30 | | -tests/Unit/ExampleTest.php |
| 26 | +config/database.php |
| 27 | +config/app.php |
| 28 | +config/flare.php |
| 29 | +config/sanctum.php |
| 30 | +config/mail.php |
| 31 | +config/filesystems.php |
| 32 | +package.json |
| 33 | +docker-compose.yml |
| 34 | +routes/channels.php |
| 35 | +routes/auth.php |
| 36 | +routes/api.php |
| 37 | +routes/console.php |
| 38 | +routes/web.php |
| 39 | +.env.example |
| 40 | +.editorconfig |
| 41 | +package-lock.json |
31 | 42 | bootstrap/app.php |
32 | | -.styleci.yml |
33 | | -vite.config.js |
34 | | -artisan |
35 | | -public/mix-manifest.json |
36 | | -public/.htaccess |
37 | | -public/index.php |
38 | | -public/robots.txt |
39 | | -public/build/assets/app-CAiCLEjY.js |
40 | | -public/build/manifest.json |
41 | | -public/js/app.js |
42 | | -resources/js/bootstrap.js |
| 43 | +README.md |
43 | 44 | resources/js/app.js |
44 | | -resources/views/welcome.blade.php |
45 | | -resources/views/dashboard.blade.php |
46 | | -resources/views/auth/reset-password.blade.php |
47 | | -resources/views/auth/verify-email.blade.php |
48 | | -resources/views/auth/login.blade.php |
49 | | -resources/views/auth/forgot-password.blade.php |
50 | | -resources/views/auth/register.blade.php |
51 | | -resources/views/auth/confirm-password.blade.php |
52 | | -resources/views/vendor/mail/text/button.blade.php |
53 | | -resources/views/vendor/mail/text/footer.blade.php |
54 | | -resources/views/vendor/mail/text/layout.blade.php |
55 | | -resources/views/vendor/mail/text/subcopy.blade.php |
56 | | -resources/views/vendor/mail/text/header.blade.php |
57 | | -resources/views/vendor/mail/text/panel.blade.php |
58 | | -resources/views/vendor/mail/text/message.blade.php |
59 | | -resources/views/vendor/mail/text/table.blade.php |
60 | | -resources/views/vendor/mail/html/button.blade.php |
61 | | -resources/views/vendor/mail/html/footer.blade.php |
62 | | -resources/views/vendor/mail/html/layout.blade.php |
63 | | -resources/views/vendor/mail/html/subcopy.blade.php |
64 | | -resources/views/vendor/mail/html/header.blade.php |
65 | | -resources/views/vendor/mail/html/panel.blade.php |
66 | | -resources/views/vendor/mail/html/message.blade.php |
67 | | -resources/views/vendor/mail/html/table.blade.php |
68 | | -resources/views/vendor/notifications/email.blade.php |
69 | | -resources/views/vendor/pagination/tailwind.blade.php |
70 | | -resources/views/vendor/pagination/simple-tailwind.blade.php |
71 | | -resources/views/vendor/pagination/default.blade.php |
72 | | -resources/views/vendor/pagination/semantic-ui.blade.php |
73 | | -resources/views/vendor/pagination/simple-bootstrap-5.blade.php |
74 | | -resources/views/vendor/pagination/bootstrap-4.blade.php |
75 | | -resources/views/vendor/pagination/simple-bootstrap-4.blade.php |
76 | | -resources/views/vendor/pagination/bootstrap-5.blade.php |
77 | | -resources/views/vendor/pagination/simple-default.blade.php |
78 | | -resources/views/components/modal.blade.php |
79 | | -resources/views/components/text-input.blade.php |
80 | | -resources/views/components/danger-button.blade.php |
81 | | -resources/views/components/input-label.blade.php |
82 | | -resources/views/components/secondary-button.blade.php |
83 | | -resources/views/components/nav-link.blade.php |
| 45 | +resources/js/bootstrap.js |
| 46 | +resources/views/components/dropdown.blade.php |
84 | 47 | resources/views/components/button.blade.php |
85 | 48 | resources/views/components/input-error.blade.php |
86 | | -resources/views/components/primary-button.blade.php |
87 | | -resources/views/components/application-logo.blade.php |
88 | | -resources/views/components/label.blade.php |
| 49 | +resources/views/components/auth-validation-errors.blade.php |
89 | 50 | resources/views/components/input.blade.php |
90 | 51 | resources/views/components/responsive-nav-link.blade.php |
91 | | -resources/views/components/auth-validation-errors.blade.php |
92 | | -resources/views/components/dropdown-link.blade.php |
| 52 | +resources/views/components/secondary-button.blade.php |
| 53 | +resources/views/components/modal.blade.php |
| 54 | +resources/views/components/nav-link.blade.php |
| 55 | +resources/views/components/input-label.blade.php |
| 56 | +resources/views/components/primary-button.blade.php |
| 57 | +resources/views/components/text-input.blade.php |
| 58 | +resources/views/components/danger-button.blade.php |
| 59 | +resources/views/components/application-logo.blade.php |
93 | 60 | resources/views/components/auth-card.blade.php |
| 61 | +resources/views/components/dropdown-link.blade.php |
94 | 62 | resources/views/components/auth-session-status.blade.php |
95 | | -resources/views/components/dropdown.blade.php |
96 | | -resources/views/errors/401.blade.php |
| 63 | +resources/views/components/label.blade.php |
| 64 | +resources/views/dashboard.blade.php |
97 | 65 | resources/views/errors/419.blade.php |
98 | 66 | resources/views/errors/layout.blade.php |
| 67 | +resources/views/errors/404.blade.php |
| 68 | +resources/views/errors/503.blade.php |
99 | 69 | resources/views/errors/403.blade.php |
100 | 70 | resources/views/errors/429.blade.php |
101 | 71 | resources/views/errors/minimal.blade.php |
102 | | -resources/views/errors/404.blade.php |
| 72 | +resources/views/errors/401.blade.php |
103 | 73 | resources/views/errors/500.blade.php |
104 | | -resources/views/errors/503.blade.php |
| 74 | +resources/views/welcome.blade.php |
| 75 | +resources/views/auth/register.blade.php |
| 76 | +resources/views/auth/login.blade.php |
| 77 | +resources/views/auth/confirm-password.blade.php |
| 78 | +resources/views/auth/forgot-password.blade.php |
| 79 | +resources/views/auth/reset-password.blade.php |
| 80 | +resources/views/auth/verify-email.blade.php |
105 | 81 | resources/views/layouts/guest.blade.php |
106 | | -resources/views/layouts/navigation.blade.php |
107 | 82 | resources/views/layouts/app.blade.php |
| 83 | +resources/views/layouts/navigation.blade.php |
| 84 | +resources/views/profile/edit.blade.php |
108 | 85 | resources/views/profile/partials/update-password-form.blade.php |
109 | | -resources/views/profile/partials/update-profile-information-form.blade.php |
110 | 86 | resources/views/profile/partials/delete-user-form.blade.php |
111 | | -resources/views/profile/edit.blade.php |
112 | | -README.md |
113 | | -SECURITY.md |
114 | | -lang/en/auth.php |
115 | | -lang/en/validation.php |
116 | | -lang/en/pagination.php |
117 | | -lang/en/passwords.php |
118 | | -lang/en.json |
119 | | -lang/de/auth.php |
120 | | -lang/de/validation.php |
121 | | -lang/de/pagination.php |
122 | | -lang/de/passwords.php |
123 | | -.editorconfig |
| 87 | +resources/views/profile/partials/update-profile-information-form.blade.php |
| 88 | +resources/views/vendor/pagination/simple-tailwind.blade.php |
| 89 | +resources/views/vendor/pagination/bootstrap-5.blade.php |
| 90 | +resources/views/vendor/pagination/simple-default.blade.php |
| 91 | +resources/views/vendor/pagination/tailwind.blade.php |
| 92 | +resources/views/vendor/pagination/semantic-ui.blade.php |
| 93 | +resources/views/vendor/pagination/simple-bootstrap-5.blade.php |
| 94 | +resources/views/vendor/pagination/default.blade.php |
| 95 | +resources/views/vendor/pagination/bootstrap-4.blade.php |
| 96 | +resources/views/vendor/pagination/simple-bootstrap-4.blade.php |
| 97 | +resources/views/vendor/notifications/email.blade.php |
| 98 | +resources/views/vendor/mail/html/message.blade.php |
| 99 | +resources/views/vendor/mail/html/button.blade.php |
| 100 | +resources/views/vendor/mail/html/layout.blade.php |
| 101 | +resources/views/vendor/mail/html/table.blade.php |
| 102 | +resources/views/vendor/mail/html/subcopy.blade.php |
| 103 | +resources/views/vendor/mail/html/header.blade.php |
| 104 | +resources/views/vendor/mail/html/panel.blade.php |
| 105 | +resources/views/vendor/mail/html/footer.blade.php |
| 106 | +resources/views/vendor/mail/text/message.blade.php |
| 107 | +resources/views/vendor/mail/text/button.blade.php |
| 108 | +resources/views/vendor/mail/text/layout.blade.php |
| 109 | +resources/views/vendor/mail/text/table.blade.php |
| 110 | +resources/views/vendor/mail/text/subcopy.blade.php |
| 111 | +resources/views/vendor/mail/text/header.blade.php |
| 112 | +resources/views/vendor/mail/text/panel.blade.php |
| 113 | +resources/views/vendor/mail/text/footer.blade.php |
| 114 | +public/mix-manifest.json |
| 115 | +public/js/app.js |
| 116 | +public/robots.txt |
| 117 | +public/index.php |
| 118 | +public/build/manifest.json |
| 119 | +public/build/assets/app-CAiCLEjY.js |
| 120 | +public/.htaccess |
| 121 | +tests/TestCase.php |
| 122 | +tests/CreatesApplication.php |
| 123 | +tests/Feature/Auth/EmailVerificationTest.php |
| 124 | +tests/Feature/Auth/PasswordResetTest.php |
| 125 | +tests/Feature/Auth/AuthenticationTest.php |
| 126 | +tests/Feature/Auth/RegistrationTest.php |
| 127 | +tests/Feature/Auth/PasswordConfirmationTest.php |
| 128 | +tests/Feature/Auth/PasswordUpdateTest.php |
| 129 | +tests/Feature/ProfileTest.php |
| 130 | +tests/Feature/ExampleTest.php |
| 131 | +tests/Unit/ExampleTest.php |
124 | 132 | LICENSE |
125 | | -docker-compose.yml |
126 | | -database/seeders/DatabaseSeeder.php |
127 | | -database/factories/UserFactory.php |
128 | | -database/migrations/2014_10_12_100000_create_password_resets_table.php |
129 | | -database/migrations/2014_10_12_000000_create_users_table.php |
130 | | -database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php |
131 | | -database/migrations/2019_08_19_000000_create_failed_jobs_table.php |
132 | 133 | .gitattributes |
133 | | -routes/auth.php |
134 | | -routes/console.php |
135 | | -routes/api.php |
136 | | -routes/channels.php |
137 | | -routes/web.php |
138 | | -.env.example |
139 | | -phpunit.xml |
140 | | -app/Providers/AuthServiceProvider.php |
141 | | -app/Providers/AppServiceProvider.php |
142 | | -app/Providers/EventServiceProvider.php |
143 | | -app/Providers/RouteServiceProvider.php |
144 | | -app/Providers/BroadcastServiceProvider.php |
145 | | -app/Models/User.php |
146 | | -app/Console/Kernel.php |
147 | | -app/Composer.php |
148 | | -app/Exceptions/Handler.php |
149 | 134 | app/Http/Kernel.php |
150 | | -app/Http/Requests/Auth/LoginRequest.php |
151 | | -app/Http/Requests/ProfileUpdateRequest.php |
152 | | -app/Http/Middleware/RedirectIfAuthenticated.php |
153 | | -app/Http/Middleware/EnsureEmailIsVerified.php |
154 | | -app/Http/Middleware/Authenticate.php |
155 | | -app/Http/Middleware/SetLocale.php |
156 | | -app/Http/Middleware/PreventRequestsDuringMaintenance.php |
157 | 135 | app/Http/Middleware/VerifyCsrfToken.php |
| 136 | +app/Http/Middleware/Authenticate.php |
158 | 137 | app/Http/Middleware/EncryptCookies.php |
159 | | -app/Http/Middleware/TrustProxies.php |
| 138 | +app/Http/Middleware/SetLocale.php |
| 139 | +app/Http/Middleware/RedirectIfAuthenticated.php |
| 140 | +app/Http/Middleware/EnsureEmailIsVerified.php |
160 | 141 | app/Http/Middleware/TrimStrings.php |
161 | 142 | app/Http/Middleware/TrustHosts.php |
162 | | -app/Http/Controllers/Auth/EmailVerificationNotificationController.php |
| 143 | +app/Http/Middleware/PreventRequestsDuringMaintenance.php |
| 144 | +app/Http/Middleware/TrustProxies.php |
163 | 145 | app/Http/Controllers/Auth/AuthenticatedSessionController.php |
164 | | -app/Http/Controllers/Auth/RegisteredUserController.php |
| 146 | +app/Http/Controllers/Auth/PasswordResetLinkController.php |
165 | 147 | app/Http/Controllers/Auth/EmailVerificationPromptController.php |
166 | 148 | app/Http/Controllers/Auth/ConfirmablePasswordController.php |
167 | | -app/Http/Controllers/Auth/PasswordResetLinkController.php |
168 | | -app/Http/Controllers/Auth/PasswordController.php |
169 | 149 | app/Http/Controllers/Auth/NewPasswordController.php |
| 150 | +app/Http/Controllers/Auth/PasswordController.php |
170 | 151 | app/Http/Controllers/Auth/VerifyEmailController.php |
171 | | -app/Http/Controllers/ProfileController.php |
| 152 | +app/Http/Controllers/Auth/EmailVerificationNotificationController.php |
| 153 | +app/Http/Controllers/Auth/RegisteredUserController.php |
172 | 154 | app/Http/Controllers/Controller.php |
| 155 | +app/Http/Controllers/ProfileController.php |
| 156 | +app/Http/Requests/ProfileUpdateRequest.php |
| 157 | +app/Http/Requests/Auth/LoginRequest.php |
| 158 | +app/Exceptions/Handler.php |
| 159 | +app/Models/User.php |
| 160 | +app/Composer.php |
173 | 161 | app/View/Components/GuestLayout.php |
174 | 162 | app/View/Components/AppLayout.php |
175 | | -package-lock.json |
176 | | -packages/.gitkeep |
| 163 | +app/Console/Kernel.php |
| 164 | +app/Providers/BroadcastServiceProvider.php |
| 165 | +app/Providers/EventServiceProvider.php |
| 166 | +app/Providers/AppServiceProvider.php |
| 167 | +app/Providers/RouteServiceProvider.php |
| 168 | +app/Providers/AuthServiceProvider.php |
177 | 169 | composer.json |
178 | | -package.json |
| 170 | +lang/en/auth.php |
| 171 | +lang/en/validation.php |
| 172 | +lang/en/passwords.php |
| 173 | +lang/en/pagination.php |
| 174 | +lang/en.json |
| 175 | +lang/de/auth.php |
| 176 | +lang/de/validation.php |
| 177 | +lang/de/passwords.php |
| 178 | +lang/de/pagination.php |
0 commit comments