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

Crud Bundle Laravel Package

araise/crud-bundle

View on GitHub
Deep Wiki
Context7

BlockBlock

This Block is used as a container for other blocks. It is used to create a layout for the page.

Tabs

You can have Tabs like following:

$base = $builder->addBlock('base', BlockBlock::class, [
    Block::OPT_BLOCK_PREFIX => BlockBlock::OPT_BLOCK_PREFIX_TAB,
]);
$base->addBlock(...);

Grid

You can have a Grid like following:

$base = $builder->addBlock('base', BlockBlock::class, [
    Block::OPT_BLOCK_PREFIX => BlockBlock::OPT_BLOCK_PREFIX_GRID,
    BlockBlock::OPT_LAYOUT_OPTIONS => [
        BlockBlock::OPT_LAYOUT_VERTICALLY => 3,
        BlockBlock::OPT_LAYOUT_HORIZONTALLY => 1,
    ],
]);
$base->addBlock(...);

Combination

You can stack these BlockBlock how deep you like.

Options

[php-doc-parser(araise-dev/CrudBundle:src/Block/BlockBlock.php:public const OPT_)]

Extended Options from Block

[php-doc-parser(araise-dev/CrudBundle:src/Block/Block.php:public const OPT_)]

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.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware