laravel-5.4-crud-example is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial.
Techstack | PHP 7.1, MariaDB, Laravel 5.4
Setup
$ cp -R .env.example .env
$ npm i && composer install
$ php artisan key:generate
$ php artisan serve