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