Preset for Tabler scaffolding on a new Laravel 5.5 or above project.
- Fresh install Laravel 5.5 or above and
cd
to 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 tabler
for basic Tabler preset. OR Usephp artisan preset tabler-auth
for 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
) yarn
yarn dev
oryarn watch
- Configure your favorite database (mysql, sqlite, etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.