cesaramirez / laravel-tabler
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel 5.*/6.* Front-end preset for Tabler Bootstrap.
Package info
github.com/cesaramirez/laravel-tabler
Language:CSS
pkg:composer/cesaramirez/laravel-tabler
0.3.0
2020-01-14 04:55 UTC
Requires
- laravel/framework: ^5.5||^6.0
README
Preset for Tabler scaffolding on a new Laravel 5.5 or above project.
Usage
- Fresh install Laravel 5.5 or above and
cdto your app. - Install this preset via
composer require cesaramirez/laravel-tabler. Laravel 5.5+ will automatically discover this package. No need to register the service provider. - Use
php artisan preset tablerfor basic Tabler preset. OR Usephp artisan preset tabler-authfor basic preset, Auth route entry and Tabler Auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php) yarnyarn devoryarn watch- Configure your favorite database (mysql, sqlite, etc.)
php artisan migrateto create basic user tables.php artisan serve(or equivalent) to run server and test preset.