The SNAC Laravel application uses DDEV for local development.
Follow the getting started guide to install DDEV on your machine.
Once DDEV is installed, run the following command in the root of this project.
ddev start
This application shares its database with the snac-server application and snac-server must be running and have an imported database before this application will work.
Once the server is running, run the following command to install the dependecies with composer.
ddev composer install
Simply copy .env.example
to .env
Please note that this application shares its database with the snac-server application and snac-server must be running and have an imported database before running this command
ddev artisan migrate
Run the following command to stop your project.
ddev stop
ddev artisan test