Laraboot/Cli
CommunityExtendig
1.0.0
1.0.0
  • Introduction
  • Requirements
  • Getting started
  • F.A.Q
  • Concepts
    • Workspace
    • laraboot.json
    • Build tasks
      • Core tasks
      • Community tasks
  • Usage
    • Create a project
    • Configure
      • Data model
      • Configure
      • Starter kits
      • Views and layouts
    • Build your project
    • Run your project
    • Share your project
  • Build
    • Process
    • Hooks
  • Tutorials
    • Create a laraboot application
    • Collaborative
  • Extending
    • Create a build task
    • Github actions
    • Publish a build task
Powered by GitBook
On this page
  • Foundation
  • Models
  • Configuration
  • Starter kit

Was this helpful?

  1. Concepts
  2. Build tasks

Core tasks

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.

Foundation

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

Models

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

Configuration

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

Starter kit

PreviousBuild tasksNextCommunity tasks

Last updated 3 years ago

Was this helpful?