feat: add error handling (#14)
* Remove commented out crap * Update theme to use some colors from catppuccin, add error handling for API/DB
This commit is contained in:
parent
5d14848540
commit
26901f8222
8 changed files with 85 additions and 15 deletions
|
@ -28,6 +28,5 @@
|
|||
App\Providers\RouteServiceProvider::class,
|
||||
])->toArray(),
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
// 'Example' => App\Facades\Example::class,
|
||||
])->toArray(),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue