cp .env.example .env
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php81-composer:latest \
composer install --ignore-platform-reqs
(you need a valid Laravel Nova license or send a message to SimpleX - The Ben)
vendor/bin/sail up -d
./vendor/bin/sail artisan migrate:fresh --seed
./vendor/bin/sail artisan storage:link
vendor/bin/sail yarn install
vendor/bin/sail yarn dev
vendor/bin/sail yarn
If you discover a security vulnerability within this project, please go to https://gitworkshop.dev. All security vulnerabilities will be promptly addressed.
Open-sourced software licensed under the MIT license.