A review site for tacos and some other food...
This project uses Docker Compose to manage its local development stack. For more detailed usage instructions take a look at the official documentation.
These links are available if the appis served in port 80, change the below links with the correct port number.
- The Application http://localhost
- Preview Emails via Mailhog http://localhost:8025
- MeiliSearch Administration Panel http://localhost:7700
- MinIO Administration Panel http://localhost:9000
- Laravel Telescope http://localhost/telescope
- Laravel Horizon http://localhost/horizon
./tacos up
You 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.
./tacos npm watch
./tacos test
Run this for more information about the commands you can use to develop
./tacos help