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