Data model
Install
laraboot task add @core/laravel-model --format=file -vvvCreate a new data model
Create a new model is a fairly straightforward process:
laraboot model add <name>Once you're done defining your model,@core/laravel-model will detect it and create Laravel models for your application.
Relationships
Pending.
Last updated
Was this helpful?