Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 998 Bytes

README.md

File metadata and controls

52 lines (40 loc) · 998 Bytes
  • MARIADB
  • PHP-FPM+CRON
    • UNZIP
    • EXTENSIONS:
      • exif
      • intl
      • pdo_mysql
      • xdebug
      • zip
    • COMPOSER
  • NGINX
  • NODE
    • NPM
      • sass-embedded
  • LARAVEL
    • barryvdh/laravel-ide-helper

Initialization

You can set environment variables in the .env file.

git clone https://github.com/w3roman/laravel-docker.git laravel && \
cd laravel && \
make init

Once the project is started, the .git directory will be deleted and a new repository will be created.

Now you can add your origin, make a commit and push it to the remote repository:

git remote add origin [email protected]:<user>/<repo>
git add .
git commit -m 'initial commit'
git push -u origin master

To access the app, open http://localhost:800 (see .env file).

Start / Restart

make start # make s