Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 409 Bytes

docker-laravel-octane

https://jetstream.laravel.com/3.x/introduction.html

Commands

It's recommended to add sail alias to .bashrc: alias sail='[ -f sail ] && sh sail || sh vendor/bin/sail'

Run project: sail up -d Stop project: sail stop Remove containers project: sail down Remove containers project: sail build

Octane commands

  • sail artisan octane:reload
  • sail artisan octane:status