Classes

Supports ability to drop all tables by using the migrate:drop:all command.

Supports ability to generate new controller class by typing make:controller.

Supports ability to generate new migration file.

Supports ability to generate new model class by typing make:model.

Supports ability to generate a menu_acl json file by running make:acl.

Generates a new css file by typing make:css.

Supports ability to create new console command by running make:command.

Supports ability to create components by running make:component.

Generates a new email by running make:email.

Generates a new email layout by typing make:email-layout.

Generates a new event class by typing make:event.

Generates a new event service provider class by running make:provider.

Supports operations for the make:factory command. Use this command to make a new factory.

Class for the make:command-helper command. This class generates helpers for your custom commands.

Generates a new Job class by running make:job.

Generates a new layout by running make:layout.

Generates a new listener class by running make:listener.

Generates a new custom mailer by running make:mailer.

Supports ability to generate a new menu file by running make:menu.

Generates a new Notification class by running make:notification.

Implements command for making a new react component by running react:component.

Implements command for making a new JavaScript utility by running react:hook.

Implements command for making a new react view by running react:page.

Implements command for making a new JavaScript utility by running react:util.

Supports operations for the make:seeder command. Use this command to make a database seeder.

Generates a new custom service by running make:service.

Command for generating third party unit test builders.

Supports ability to generate new PHPUnit test file by running make:test.

Command for generating new unit test runner.

Generates a new Custom Form Validator by running make:validator.

Implements command for making a new view file by running make:view.

Creates test for React.js or JavaScript files. Use flags to determine which one to generate. More information can be found here.

Implements command for making a new widget file by running make:widget.

Supports ability to drop all tables and recreate them by running migrate:fresh.

Supports ability to drop tables with down function and recreate them with migrate:refresh.

Supports ability to roll back database migrations.

Reports status of migrations.

Supports operations for testing a notification.

Supports ability to create new notifications migration file.

Supports ability to run a migration file.

Supports ability to create new notifications migration file.

Executes a queue worker.

Implements command for generating the auth page components.

Implements command for generating the error/NotFound.jsx page component.

Implements command for generating the home/Index.jsx page component.

Implements command for generating the profile page components.

Supports ability to delete log file.

Run this after performing the migrate:refresh command to delete all existing profile images. May need sudo privileges.

Supports ability to generate migrations using flags or all if no flag is set.

Supports ability to run a migration file.

Supports ability to run a phpunit test with only the name of the test file is accepted as a required input.

Supports operations related to running Jest unit tests.

Runs the command for seeding database with random data.

Runs built-in PHP server.

Runs built-in PHP server for serving Doctum API documentation.

Performs the command for serving the Jekyll user guide locally.

Supports execution for tinker command.