Download the PHP package genealabs/laravel-multi-step-progressbar without Composer
On this page you can find all versions of the php package genealabs/laravel-multi-step-progressbar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-multi-step-progressbar
Multi-Step Progressbar for Laravel
Installation
Implementation
The progress-bar is implemented via a Blade component:
Model
The $record
model represents the model that stores the information submitted in the various forms traversed. It will be passed into each view of the steps defined in $stepData
and can be used to fill in the forms on each step. What it exactly contains is completely up to you.
Step Data
$stepData
is a collection of ProgressbarItem
model instances.
Data Points
Each step has the following properties:
- step: the number of the step, presented in sequence.
- url: the URL of the view to load for the given step.
- title: will be displayed on the active step in the progress-bar. Leave blank to not show anything.
- description: will be displayed on the active step in the progress-bar. Leave blank to not show anything.
- canJumpAhead: designates if the user can jump to the step once it has been filled out.
Collection
You can create this as follows:
Configuration
All versions of laravel-multi-step-progressbar with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^10.0
illuminate/view Version ^10.0
jenssegers/model Version ^1.5
illuminate/view Version ^10.0
jenssegers/model Version ^1.5
The package genealabs/laravel-multi-step-progressbar contains the following files
Loading the files please wait ....