Skip to content

sbecquerel/laravelSandboxDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravelSandboxDocker

Intro

Test environment for Laravel PHP framework.

Howto

Build images:

docker-compose build

Run images in background (containers names: "laravel" and "laravel-mysql")

docker-compose up -d

To go inside container for work:

docker exec -it laravel zsh

Project URL

From Host, go to http://localhost/laravel5/public

Tooltips

  • To turn off autoindent when you paste code in vim: :set paste (turn on: :set nopaste)
  • Laravel debug tool bar Laravel debug bar: barryvdh
  • Console: php artisan tinker
  • Clear the compiled classes: php artisan clear-compiled

About

Docker sandbox for Laravel PHP framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published