- Fork or clone the repository
composer install
.- The app is prepared to work with Laravel Sail:
vendor/bin/sail up -d
cp .env.example .env
vendor/bin/sail artisan key:generate
vendor/bin/sail artisan scout:index cartographers
vendor/bin/sail artisan migrate:fresh --seed
vendor/bin/sail artisan scout:import "App\Models\Cartographer"
vendor/bin/sail artisan horizon
but only if you want to use the queueable update alias job, setQUEUE_CONNECTION=redis
in your .env file.
The following URLs should work:
- http://localhost:9000 for the app
- http://localhost:5601 for Kibana
- http://localhost:9200 if you want to access Elasticsearch through its API
- http://localhost:9000/horizon if you have Laravel Horizon and Redis running