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 update
if you see errors related to your PHP version)cd
in 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.example
to.env
and runphp artisan key:generate
- Run migrations:
php artisan migrate
- For emails to work, add your mailtrap credentials to the .env file