|
|
be39eefd77
|
resources/views/layouts/admin.blade.php: Translate menu items.
|
2022-01-08 17:38:36 +01:00 |
|
|
|
3827caf5e4
|
routes/web.php: Add admin card routes.
|
2022-01-08 17:38:36 +01:00 |
|
|
|
086bd81702
|
Adding card controller for administrators
|
2022-01-08 17:38:36 +01:00 |
|
|
|
b09bed4a34
|
Adding CardForm livewire component
|
2022-01-08 17:38:36 +01:00 |
|
|
|
85924ba99e
|
Adding resources/views/components/header.blade.php
|
2022-01-08 17:38:36 +01:00 |
|
|
|
5359fbcffc
|
Adding Datatable livewire component
|
2022-01-08 17:38:36 +01:00 |
|
|
|
8a460b3deb
|
app/Http/Livewire/Traits/WithSort.php: rename sort_map to sort_columns
|
2022-01-08 16:32:28 +01:00 |
|
|
|
152b22c3c6
|
Adding resources/views/components/sort-link.blade.php
|
2022-01-08 16:17:03 +01:00 |
|
|
|
5b602b2701
|
resources/views/layouts/app.blade.php: user livewire alert-container component
|
2022-01-08 16:16:29 +01:00 |
|
|
|
93a40df6ec
|
resources/views/layouts/app.blade.php: Adding @igniteScripts
|
2022-01-08 16:14:14 +01:00 |
|
|
|
debc32ba1b
|
composer: update pnx/laravel-ignite
|
2022-01-08 15:20:06 +01:00 |
|
|
|
decb948f2f
|
composer.json: install pnx/laravel-ignite from master branch.
|
2022-01-08 15:18:04 +01:00 |
|
|
|
9f16f13a1a
|
Adding app/Models/Wow.php
|
2022-01-02 21:35:23 +01:00 |
|
|
|
07de4a54fa
|
app/Models/Card.php: Add "subject_type" to appends array.
|
2022-01-02 21:19:12 +01:00 |
|
|
|
65d7f4cdbe
|
app/Models/Card.php: adding getSubjectTypeAttribute()
|
2022-01-02 21:18:13 +01:00 |
|
|
|
3762e92989
|
Adding config/ignite.php
|
2022-01-02 21:16:37 +01:00 |
|
|
|
a75c9ddb99
|
Adding app/Http/Livewire/Traits/WithSort.php
|
2022-01-02 21:16:37 +01:00 |
|
|
|
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 |
|