cp .env.example .env
composer install
php artisan key:generate
docker-compose up
sudo nano /etc/hosts
Insert this line:
127.0.0.1 mysql localhost
php artisan migrate
npm install
npm run watch
cp .env.example .env
composer install
php artisan key:generate
docker-compose up
sudo nano /etc/hosts
Insert this line:
127.0.0.1 mysql localhost
php artisan migrate
npm install
npm run watch