Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Rocket Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Create MVC

php artisan fibers:create <Title> [Options]

Fibers Rocket - Create will create a (full) mvc package of files. This command runs multiple Rocket commands in sequence and is therefore the fastest way to scaffold a new model with all connected Laravel parts. Keep in mind that all parts can also be scaffolded separately using relevant commands.

  • model: create model file as well
  • controller: create controller file as well
  • layout: create layout view files as well
  • guard: create and use guarded request
  • route: add controller to routes
  • admin: Scaffold admin interface (not yet implemented)

::: warning When creating a model it's migration will be automatically migrated. Take extra care when setting attributes using attribute input. :::

Parameters

Parameter Description
title Title is used also for other naming derivatives. It is normalized automatically.

Options

Command Description
--mvc Will create a minimal model + view + controller scaffolding
--all Will create a full model + view + controller + guard + route + (admin) scaffolding
`--model M`
`--controller C`
`--layout L`
`--guard G`
`--route R`
`--admin A`
--paginated Will create a paginated index
--bootstrap Will use bootstrap in layout creation
--only= Comma separated collection of controller methods
--except= Comma separated collection of ignored controller methods

::: tip Use --silent|S option to suppress unnecessary input prompt and to populate data automatically. :::

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon
itsemon245/lamet
baks-dev/dashboard
amoifr/pickle-panther-bundle
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle