cli-laravel / onin
CLI Application for dynamic querying database using illuminate
dev-master
2018-10-05 19:03 UTC
Requires
- php: ^7.0
- illuminate/database: 5.6.*
- illuminate/events: 5.6.*
- illuminate/pagination: 5.6.*
- symfony/debug: 3.*
- symfony/dotenv: 3.*
- symfony/var-dumper: 3.*
This package is auto-updated.
Last update: 2024-11-06 10:44:07 UTC
README
- based on laravel/illuminate database
Instruction/Usage
git clone
composer update
touch .env
then copy and paste the contents ofenv.example
Creating Model
php create models:ModelName
Creating Queries Trait
php create queries:TraitName
Adding method routes
- go to
method_routes.php
file. - then, add a key (method name) value (class path)
- it must be exists first.
Running the application
php run
@onincas.us.openode.io