Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 354 Bytes

commands.md

File metadata and controls

20 lines (14 loc) · 354 Bytes

FuelPHP cli commands

Generate CRUD model

# id is added by default to the model as the PK
php oil generate model MODEL_NAME sku:int name:varchar description:text --crud

Configure default folders (logs, cache...)

php oil refine install

Update database schema

php oil refine migrate:[up|down|run|current]