To start project:
make up
To check if PHP is working open in browser http://localhost
- Clear 'src' directory:
rm -rf src/*
- Enter php-fpm container:
make enter-php-container
- Install framework into current directory ('src') follow installation instructions of chosen framework, f.e.:
- Laravel ( https://laravel.com/docs/master/installation )
composer create-project laravel/laravel . - Symfony ( https://symfony.com/doc/current/setup.html )
composer create-project symfony/skeleton:"7.0.*" .