Powerful command-line tools to streamline your development workflow.
php squehub start — Start the local development serverphp squehub help — View all available commandsphp squehub version — Show current framework versionphp squehub make:controller HomeController — Create a new controllerphp squehub make:model Post — Create a new modelphp squehub make:view home — Create a new view filephp squehub make:middleware AuthMiddleware — Create a new middlewarephp squehub make:dumpper AdminUserDumper — Create a custom dumper classphp squehub migrate — Run all pending migrationsphp squehub migrate:rollback — Revert the last migrationphp squehub make:migration create_users_table — Generate a migration filephp squehub cache:clear — Clear the application cache (if supported)php squehub route:list — List all registered routesphp squehub env — Show current environment settingsYou can always type php squehub help to see all commands available in your current version.