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

Was this helpful?

  1. Extending

Create a build task

PreviousCollaborativeNextGithub actions

Last updated 3 years ago

Was this helpful?

Create a build task

Custom build tasks are possible and, simple to use:

laraboot task add <name>

This will create a new folder within your project with a basic scaffolding of a task. If you want to know more about how these tasks work take a look at the building .

Process