oxalistech / livebstack
A sleek Laravel Livewire CRUD generator that combines dynamic forms, tables, and modals with a clean Bootstrap 5 UI. Built for developers who value clean code and rapid development.
Requires
- php: ^8.1
- illuminate/support: ^10.0
- livewire/livewire: ^3.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
LiveStack
🚀 Supercharge your Laravel Livewire development with elegantly simple CRUD operations.
LiveStack brings together forms, tables, and modals in a cohesive package that just works. No complicated setup, no bloated features - just clean, maintainable CRUD operations that you can set up in minutes.
Features
- 🎯 Dynamic form builder with 10+ field types
- 📊 Interactive tables with sorting and searching
- 🔄 Bootstrap 5 modals with zero backend refreshes
- 🔍 Smart relationship handling
- 📱 Fully responsive design
- ⚡ Zero-config file uploads
- 🎨 Clean, intuitive UI
Why LiveStack?
Built for developers who need to move fast without sacrificing code quality. LiveStack handles all the CRUD boilerplate while staying out of your way when you need to customize things.
Installation
You can install the package via composer:
composer require oxalistech/livebstack
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email morrismune.mm@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.