Command List Last updated: 2023-09-30

In this part we will see how can we  generate the following :  

  1. Resource
  2. Dash Object
  3. Filter Object
  4. Action Object
  5. Notify Object
  6. Blank Page
  7. Policy

 

if you run this command

php artisan list 

you can see in artisan commands list 

 dash
  dash:make-action            Generate New Actions
  dash:make-dash              Generate New dashboard object
  dash:make-filter            Generate New filters
  dash:make-notify            Generate New Notification
  dash:make-page              Generate New Page
  dash:make-policy            Generate New Policy you can use --module={ModuleName} flag in HMVC Module
  dash:make-resource          Generate New Resource
  dash:setup                  setup admin account

 

let's know  more about these commands