Project setup:
-
Run this command
composer install cp .env.example .env php artisan key.generate
-
Configure your database in .env file
-
Fill database with test data
php artisan db:seed
-
To sync the data with the search service:
php artisan scout:import App\\Employee