Laravel Tabler is a sleek admin template for Laravel applications, offering a clean, responsive, and customizable interface. With pre-built components and a modular structure, it simplifies dashboard development, enhancing user experience in managing and analyzing data.
- Install Package
composer require takielias/tablar
- Install Preset
php artisan tablar:install
- Final Install
npm install
npm run build
php artisan migrate
- Export
php artisan tablar:export-config
php artisan tablar:export-assets
php artisan tablar:export-js
php artisan tablar:export-auth
php artisan tablar:export-views
php artisan tablar:export-all
- http://localhost:8000/login username :
admin
password :admin
php artisan serve