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

Crudit Bundle Laravel Package

2lenet/crudit-bundle

Symfony bundle to rapidly build configurable CRUD back offices with SB Admin layout. Provides list views with pagination, sorting, actions, exports and batch ops, plus datasources, filters, menus, workflows, maps, markdown and Twig helpers.

View on GitHub
Deep Wiki
Context7

Crudit ProgressBar Field

Usage

To enable the progress bar for a field, you need to set the type:

$value = Field::new("value", ProgressBarField::class);

And it's done !

Attributs

You can customize your ProgressField with the following options:

  • 'barCssClass' => Defines the color of the progress bar with a Bootstrap class,
  • 'progressLabel' => Change the label displayed on the progress bar,
  • 'progressLabelCssClass' => Defines the Bootstrap class for the label to customize it,
  • 'min' => Integer who defines the minimum value,
  • 'max' => integer who defines the maximum value,
  • 'isBottomLabelActivate' => activates or deactivates the bottom label with true/false,
  • 'bottomLabel' => Change the label under the bar,

Example:

$nbDeplacement = Field::new('nbDeplacement', ProgressBarField::class)
    ->setOptions(
            [
                "barCssClass" => "bg-info",
                "progressLabel" => "Example"
                "progressLabelCssClass" => "lh-sm fa-sm text-black"
                "isBottomLabelActivate" => true,
            ]
        );
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