This is Laravel web to help to manage the campaigns for Monster Hunter Board Game
This project uses Laravel Sail to manage its local development stack. For more detailed usage instructions take a look at the official documentation.
- Your Application http://localhost
- Preview Emails via Mailpit http://localhost:8025
- MeiliSearch Administration Panel http://localhost:7700
- MinIO Administration Panel http://localhost:9000
- Laravel Horizon http://localhost/horizon
./vendor/bin/sail upYou can also use the -d option, to start the server in
the background if you do not care about the logs or still want to use your
terminal for other things.
./vendor/bin/sail npm dev./vendor/bin/sail test