make up
before make up:
    create the /src folder in the root of the project
    copy your laravel project to the /src folder
    make up
    make composer-install
    make bash
    cp .env.example .env
    php artisan key:generate
make laravel-install
make env-copy
make key-generate
❗If you need a specific version of framework, use:
make laravel-install version=10.0
make init
❗Initializes an empty php project with autoloading of classes
up - start containers
down - stop containers
laravel-install - install laravel app in /src folder
build - rebuild
composer-install - install composer dependencies
key-generate - generate a Laravel key
bash - run bash inside a PHP container
bash-root - run bash inside the PHP container as root
init - initiates a simple php project with autoload
Crypto pro
Xdebug
❗Crypto pro disabled by deafault, to enable it, go to the dockefile