Skip to content

w3roman/laravel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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

About

MARIADB, PHP-FPM+CRON, NGINX, NODE, LARAVEL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published