Archived
1
0
Fork 0
Commit graph

26 commits

Author SHA1 Message Date
18adbb4273 resources/lang/en/auth.php: Update "failed" translation abit. 2021-12-31 17:24:54 +01:00
30933e2711 app/Http/Kernel.php: Add auth route middleware 2021-12-31 17:24:27 +01:00
6dbeaa5f77 Adding app/Http/Middleware/Authenticate.php 2021-12-31 17:24:08 +01:00
13de198571 routes/web.php: Add auth and admin routes. 2021-12-31 17:22:42 +01:00
78837efd2d Adding Admin Controller 2021-12-31 17:21:00 +01:00
f47bf9ca62 Adding resources/views/layouts/admin.blade.php 2021-12-31 17:20:26 +01:00
014e1bc091 resources/views/layouts/app.blade.php: add "h-full" class to body (so that it's possible to have a full height sidebar). 2021-12-31 17:19:57 +01:00
9992f4a1ed Adding Auth Controller 2021-12-31 17:17:28 +01:00
62b32d36e7 Adding LoginForm Livewire component 2021-12-31 17:12:40 +01:00
d40008aafc Adding resources/views/layouts/auth.blade.php 2021-12-31 17:02:37 +01:00
7a1d37d942 config/auth.php: switch "user" to "admin" 2021-12-31 16:57:31 +01:00
661d1442e7 Adding app/Models/Admin.php 2021-12-31 16:55:56 +01:00
65beeb1487 resources/views/components/button.blade.php: bit of a hack, but add "element" prop and when it's "input" switch type to submit. 2021-12-31 16:55:06 +01:00
90210225d7 Adding app/Http/Livewire/Traits/Alert.php 2021-12-31 16:55:06 +01:00
fa002d5e08 Adding AlertContainer Livewire component. 2021-12-31 16:55:06 +01:00
7712a4aad2 Adding resources/views/components/notification.blade.php 2021-12-31 16:55:06 +01:00
1f7b1d80ab Adding app/View/Components/Layout.php 2021-12-31 16:55:06 +01:00
0f5779b1e6 resources/views/layouts/app.blade.php: Add alpine js. 2021-12-31 16:55:06 +01:00
7cfca48b7e tailwind.config.js: Add "odd" variant to background color. 2021-12-31 16:55:06 +01:00
1616487e4b DB Migration: adding 2021_11_14_154143_create_admins_table.php 2021-12-31 16:55:06 +01:00
43c22ded66 composer: require pnx/laravel-ignite 2021-12-31 16:55:06 +01:00
a1e262602f composer: require blade-ui-kit/blade-heroicons 2021-12-31 16:55:06 +01:00
ff6cfadf28 app/Http/Kernel.php: Adding ShareErrorsFromSession to web middleware group. 2021-12-31 16:54:38 +01:00
fc705f0dc5 resources/views/components/button.blade.php: Adding cursor-pointer class. 2021-12-31 16:45:14 +01:00
c8b93095dc Minor fixes. 2021-11-04 12:14:52 +01:00
ddf09fe00c Initial Commit 2021-10-18 11:56:52 +02:00