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 Layout

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

This command will create layout Views in path set in config/view.paths into a new folder named after targeted model.

Command creates only view that are needed, based on either only/except options or targeted model's controller if one is found:

  • index: a table list of model's records (uses _item.blade.php)
  • show: show single record's data
  • create: create a new record (uses _form.blade.php)
  • edit: edit existing record (uses _form.blade.php)
  • _item: partial view with a single record data
  • _form: partial view with model's attributes

::: 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
`--controller C`
--bootstrap Will use bootstrap when creating views
--paginated Will use pagination in index view
--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