Useful Commands
Apiato is loaded with many useful commands to help you speed up the development process.
You can see list of all commands, by typing php artisan and look for Apiato section.
Available Commands
php artisan apiatoDisplay the current Apiato version.php artisan apiato:apidocGenerate API Documentations with apidoc from your routes Docblock. More details.php artisan apiato:create:adminCreate a new User with the ADMIN rolephp artisan apiato:generate:{component}Generate a specific component for the framework (e.g.,Action,Task, ...). For more details on theCode Generatorclick here.php artisan apiato:list:actionsList all Actions in the Application.php artisan apiato:list:tasksList all Tasks in the Application.php artisan apiato:permissions:toRoleGive all system Permissions to a specific Role.php artisan apiato:seed-deploySeeds your custom deployment data fromapp/Ship/Seeders/SeedDeploymentData.php.php artisan apiato:seed-testSeeds your custom testing data fromapp/Ship/Seeders/SeedTestingData.php.php artisan apiato:welcomeJust saying welcome from a container.