Run Laravel app inside Docker container.
- Clone this repo
- Configure your Laravel app:
cd
tomaster
directory- Run
composer install
- Run
cp .env.example .env
- Run
php artisan key:generate
- Run
docker-composer up -d
- Open http://localhost:8080 or you can see the phpinfo in http://localhost:8080/info.php