Skip to content

ades4827/sprintflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SprintFlow

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 4.x
12.x 4.x 5.x
13.x 4.x 5.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.

General Features

Livewire Features

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.

About

Laravel Package for speed up your project development

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Contributing

Stars

Watchers

Forks

Contributors