feat: Implement base dark theme layout with custom Bootstrap styling, sidebar, and timeline component.

This commit is contained in:
jeremy bayse
2026-02-14 13:30:37 +01:00
parent 1f9d2f7875
commit 48aa3ccc2e
3 changed files with 25 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;
class AppServiceProvider extends ServiceProvider
{
@@ -19,6 +20,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
//
Paginator::useBootstrapFive();
}
}