An open API service indexing awesome lists of open source software.

https://github.com/srbrunoferreira/docker-laravel-octane

Laravel development env with Sail for Octane (Swoole), Telescope, Sanctum and Jetstream project.
https://github.com/srbrunoferreira/docker-laravel-octane

docker jetstream laravel-octane php82 sanctum

Last synced: 2 months ago
JSON representation

Laravel development env with Sail for Octane (Swoole), Telescope, Sanctum and Jetstream project.

Awesome Lists containing this project

README

        

# 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`