factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Enhance support for laravel/ artisan #171

Closed stmh closed 2 years ago

stmh commented 3 years ago

Would be great if we can have similar tight integration with artisan as with drush. We might need to refactor the database handling into a dedicated method which can be used for both drush and laravel (and possibly other setups) by a general purpose mysql method which gets the db credentials from higher levels (e.g. drush)

The laravel support should add an "artisan" command similar to what drush already provides and sane implementations for install and reset.

stmh commented 3 years ago

work is happening here https://github.com/factorial-io/phabalicious/tree/feature/laravel-method-and-command

stmh commented 2 years ago

Added with 3.7.0