ades4827 / sprintflow
Laravel Package for speed up your project development
3.1.8
2025-03-13 14:06 UTC
Requires
- php: ^8.1
- brick/money: ^0.10.0
- illuminate/support: ^11.0|^12.0
- laravel/framework: ^11.0|^12.0
- livewire/livewire: ^3.0
- spatie/laravel-permission: ^6.0
- spatie/laravel-translatable: ^6.10
- yajra/laravel-datatables-oracle: ^11.0
- dev-laravel11_livewire3
- dev-laravel10_livewire3
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.28
- 3.0.27
- 3.0.26
- 3.0.25
- 3.0.24
- 3.0.23
- 3.0.22
- 3.0.21
- 3.0.20
- 3.0.19
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-laravel10_livewire2
This package is auto-updated.
Last update: 2025-03-13 14:07:42 UTC
README
Laravel Package for speed up your project development
Version Compatibility
Laravel | Livewire | SprintFlow |
---|---|---|
10.x | 2.x | 1.x |
10.x | 3.x | 2.x |
11.x | 3.x | 3.x |
12.x | 3.x | 3.x |
Installation
You can install the package via composer:
composer require ades4827/sprintflow
when used in tailwind is required to add this in config to load correct css class
module.exports = {
content: [
"./vendor/ades4827/sprintflow/resources/**/*.php",
],
}
For customization, you can publish with:
php artisan vendor:publish --tag=sprintflow-config php artisan vendor:publish --tag=sprintflow-views php artisan vendor:publish --tag=sprintflow-lang
Changelog
Please see CHANGELOG for more information what has changed recently.
Features
- Model utils
- Blade utils See usage example
- Ready to use Casts
- API generator for WireUi select See usage example
- Permission management See usage example
- Crud system See usage example
- Datatable extension See usage example
- Livewire validation for file upload See usage example
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email michele@lucchina.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.