Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.04 KB

🎉 DEMO Laravel Tablar

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.

version rating uptime

🚀 Setup

  • 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

🏆 Run

php artisan serve