|
|
0c493c2978
|
app/Http/Controllers/Admin/*Controller.php: refactoring so that all controllers share similar code by inheriting from BaseController and set $_datatable property.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
ba50900e3c
|
app/Http/Controllers/Admin/*: Remove delete/restore actions
|
2022-01-24 22:13:05 +01:00 |
|
|
|
b0166bcb3b
|
app/Http/Controllers/Admin/CardController.php: Adding restore()
|
2022-01-22 18:38:34 +01:00 |
|
|
|
058da68753
|
app/Http/Controllers/Admin/*: Add flash message to destroy() redirect.
|
2022-01-09 11:49:50 +01:00 |
|
|
|
436c0a1651
|
app/Http/Controllers/Admin/*: Add static method getForm() that will return the livewire component class.
This makes routing abit simpler as one only needs to import the controller.
|
2022-01-09 11:28:52 +01:00 |
|
|
|
086bd81702
|
Adding card controller for administrators
|
2022-01-08 17:38:36 +01:00 |
|