kladskull / deviant

Deviant is a simple extensible PHP Boilerplate/Mini-framework.
MIT License
10 stars 1 forks source link

Add command line utilities #8

Open kladskull opened 6 years ago

kladskull commented 6 years ago

Add command like utilities (like how composer works from the prompt). One of the immediate needs is to replace 'fix_perms.sh' with something like php deviant permissions

TheAdnan commented 6 years ago

What other commands should be added? I've added composer start, for the app to start running on a local server.

kladskull commented 6 years ago

Was thinking about making a couple commands that Create a route/model and perhaps view (blank template files). Perhaps we could get migrations and database tools also?

TheAdnan commented 6 years ago

Yeah, that is a good idea.