Releases: digital-entropy/laravel-nge
Releases · digital-entropy/laravel-nge
v0.0.3
What's Changed
- chore: remove unused code, fix wrong rrun and crun call by @addeeandra in #2
- new publishing command
New Contributors
- @addeeandra made their first contribution in #2
Full Changelog: v0.0.2...v0.0.3
Initial release
- Command
artisan nge:install
andartisan nge:add
are available - Manage containers with
./vendor/bin/nge
that extendingdocker compose
CLI commands - Container
core
running withoctane
by default and fallback toserve
whenoctane
not installed - Containers command via
./vendor/bin/nge
(php, artisan, composer, node, npm, pnpm, mysql, psql, redis, phpunit, pest, etc) - Support PHP 8.0, 8.1, 8.2, 8.3 from dokar-php