laravel-stack-crud-kit Tailwind Templates

Laravel Stack Crud Kit

A modern CRUD (Create, Read, Update, Delete) application built using Laravel 12, Livewire 3.6, Flux UI 2.0, Tailwind CSS 4.0, and Volt 1.6. This project includes enhanced grid view functionality with sorting and searching features.

Laravel 12 ✧ FullStack CRUD with Livewire 3.6 + Flux UI 2.0 + Tailwind 4.0 + Volt 1.6 ✧

A modern CRUD (Create, Read, Update, Delete) application built using Laravel 12, Livewire 3.6, Flux UI 2.0, Tailwind CSS 4.0, and Volt 1.6. This project includes enhanced grid view functionality with sorting and searching features.

šŸ”„ Features

āœ… CRUD Operations (Create, Read, Update, Delete)
āœ… Livewire-powered real-time interactions
āœ… Sorting & Searching on grid view
āœ… Modern UI with Livewire, Flux UI & Volt
āœ… Tailwind CSS 4.0 for styling
āœ… PHP 8.4+ compatibility


šŸ“‚ Tech Stack

Technology Version
Laravel 12.0.x
Livewire 3.6.x
Flux UI 2.0.x
Tailwind 4.0.x
Volt 1.6.x
PHP ^8.4

šŸš€ Installation Guide

1ļøāƒ£ Clone the Repository

git clone https://github.com/ux4web/laravel-stack-crud-kit.git
cd app

2ļøāƒ£ Install Dependencies

composer install
npm install

3ļøāƒ£ Set Up Environment

cp .env.example .env
php artisan key:generate

4ļøāƒ£ Configure Database

Edit the .env file and update the database settings:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_db_user
DB_PASSWORD=your_db_password

Then, run migrations and seeders

php artisan migrate
php artisan db:seed

5ļøāƒ£ Serve the Application

php artisan serve
OR
composer run dev

Visit http://127.0.0.1:8000 in your browser.


⚔ CRUD Functionality

Action Description
Create Add new records using a Livewire-powered form.
Read View records in a responsive table with sorting & searching.
Update Modify existing records with real-time UI feedback.
Delete Soft delete or permanently remove records.

šŸ“Œ Sorting & Searching

šŸ”¹ Sorting: Click on column headers to sort data in ascending or descending order.
šŸ”¹ Searching: Use the search bar to filter results dynamically.
šŸ”¹ Dynamic Sort / Search Filter Badges: Dynamic additions of tags for search and sort and intelligence recognition of Clear All badge in sort and search filters is added when more than one badge is visible on the screen.

Powered by Livewire 3.6, ensuring a smooth, real-time user experience!


šŸŽØ UI & Styling

This project leverages:

  • Flux UI 2.0 for beautiful, ready-to-use UI components.
  • Volt 1.6 for a clean and modern admin panel.
  • Tailwind CSS 4.0 for fast and flexible styling.

šŸ›  Commands Reference

Command Description
php artisan migrate:fresh --seed Reset and seed the database.
php artisan make:livewire ComponentName Create a new Livewire component.

šŸ“œ License

This project is licensed under the MIT License.


šŸ¤ Contribution

Feel free to fork this repository and submit pull requests. Contributions are always welcome!


šŸ“¬ Contact

šŸ‘¤ Chaman Sharma | ux4web
šŸ”— Portfolio

Happy coding! šŸš€ šŸŽ‰


Would you like me to customize or add any new feature to this in further? Feel free to add and I will try to add a provision for the same. 😊

Top categories

Loading Svelte Themes