fibers/rocket
Fibers Rocket adds developer-friendly Artisan commands to quickly scaffold common Laravel parts—models, controllers, migrations, views, layouts, routes, and more. Templates follow Laravel conventions, are easy to customize, and commands are context-aware to auto-fill boilerplate.
home: true heroImage: /logo-rocket-big.svg actionText: Check commands → actionLink: /commands/create features:
This package is in public alpha.
Fibers Rocket is a developer oriented tool - a collection of artisan commands to scaffold common Laravel parts as fast and good as possible, so you can focus on more important stuff.
# install composer package
composer require-dev fibers/rocket
# create model, controller and views
php artisan fibers:create <name>
# list all fibers commands
php artisan fibers --list
Setup App - setup your app with common steps
Create MVC - batch create mvc
Make Model - create a model
Make Controller - create a controller
Make Layout - create a layout views
Make Route - create a route
Make Migration - create a migration
Make Guard - create a guard
Make Language - add a new language
Make Pivot - create a pivot table
Policy - create a policy file
User - set up a new user model with auth
Role - add role to user model
How can I help you explore Laravel packages today?