Develop a movie catalog (Netflix-style) using PHP and Laravel
To download the application, execute the following command:
git clone https://github.com/brunoivisS/Stream-Fairy.git
After downloading, navigate to the project folder and execute:
docker-compose up -d --build
After executing the command, run:
docker-compose run composer install
After the installation, to run the migrations, execute:
docker-compose run artisan migrate
To run the seeds, execute the following command:
docker-compose run artisan db:seed
After successfully executing all the commands above, execute the following:
execute docker-compose down
To run the application, execute:
To make the application run successfully, it's necessary to insert this code into the .env file:
APP_KEY=base64:8h+WqvnKXoBtyFxs16VhVF1Aboydx+EhlkospZTQ+Ls=
If you encounter a stream error in the application, "the stream or file" error, execute:
docker-compose exec php chmod -R 777 storage