Core tasks
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
There are several tasks that form part of the core of Laraboot, these tasks perform ground-level work to set a baseline with other tasks can work with.
Most of the core tasks require the foundation provider build task. It is recommended to be enabled before adding any other core tasks.
laraboot task add @core/laravel-foundation-provider --format=file -vvv
Every application sets its foundation at a well-designed data model. Laraboot includes a build task specifically engineered to give you a boost while you find yourself designing simple or complex applications.
laraboot task add @core/laravel-model --format=file -vvv
One of the things that makes laravel development enjoyable is how easy is to configure it.
laraboot task add @core/laravel-config --format=file -vvv