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

Make Controller

php artisan fibers:make:controller <Title> [Options]

This command will create a new Controller and optionally continue creating a guard, route, layout and/or model. It tries to speed up controller creation by automatically filling usual boilerplate parts.

Controller has injected model dependency (based on targeted model) and is using either FormRequest validation or standard request validation based on private $rules array set in controller. It also has some useful info shared between views, like singular & plural title and route base.

::: tip Set targeted model by using --target= options to skip model input prompt. :::

Parameters

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

Options

Command Description
`--guard G`
`--route R`
`--layout L`
`--model M`
--paginated Will use pagination in index action
--target= Target model
--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.
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager