Preset for Tabler scaffolding on a new Laravel 5.5 or above project.
- 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.