You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preset for [Tabler](https://tabler.github.io/) scaffolding on new Laravel 5.5/5.6 project.
5
+
Preset for [Tabler](https://tabler.github.io/) scaffolding on a new Laravel 5.5 or above project.
6
6
7
7
## Usage
8
8
9
-
1. Fresh install Laravel 5.5/5.6 and `cd` to your app.
10
-
2. Install this preset via `composer require cesaramirez/laravel-tabler`. Laravel 5.5/5.6 will automatically discover this package. No need to register the service provider.
9
+
1. Fresh install Laravel 5.5 or above and `cd` to your app.
10
+
2. Install this preset via `composer require cesaramirez/laravel-tabler`. Laravel 5.5+ will automatically discover this package. No need to register the service provider.
11
11
3. Use `php artisan preset tabler` for basic Tabler preset. **OR** Use `php 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 in `routes/web.php`)
12
12
4.`yarn`
13
13
5.`yarn dev` or `yarn watch`
14
14
6. Configure your favorite database (mysql, sqlite, etc.)
15
15
7.`php artisan migrate` to create basic user tables.
16
-
8.`php artisan serve` (or equivalent) to run server and test preset.
16
+
8.`php artisan serve` (or equivalent) to run server and test preset.
0 commit comments