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.
bugban/php-sdk
littlerocket/job-queue-bundle
graham-campbell/flysystem
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
directorytree/opensearch-client
directorytree/opensearch-adapter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php