|
|
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 |
|
|
|
110e50142c
|
app/Http/Controllers/Admin/CharacterController.php: Adding restore()
|
2022-01-22 18:38:59 +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 |
|
|
|
b155248321
|
Adding character controller for administrators
|
2022-01-09 10:44:15 +01:00 |
|