This is just a simple repository for an assignment.
These are the steps to get the app up and running.
- Pull the repository
composer install(orcomposer updateif you see errors related to your PHP version)cdin to the directory and run./vendor/bin/sail up -d. This will run a docker container, and your app will be accesible the APP_URL- ssh into the laravel container using
docker exec -it job-saas-laravel-1 bash. - Copy
.env.exampleto.envand runphp artisan key:generate - Run migrations:
php artisan migrate - For emails to work, add your mailtrap credentials to the .env file