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