hero

Fibers Rocket

Laravel development tool for rapid app development with smart model, migration, controller and views scaffolding.

Check commands →

Build for developers

Fibers Rocket is build to make your development easier by automating usual stuff so you can focus on your magic.

Smart scaffolding

Commands try to automatically figure out what you need and help you build faster with input suggestions or smart auto values when in silent mode.

Out of the way

Package follows a Laravel conventions when creating files. There is nothing new to learn and no overhead when customizing.

Short Introduction

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.

Quick Start

# 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

Commands

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

Read More