š A powerful, clean, and minimal Laravel 12 Starter Kit, seamlessly integrated with FlyonUI ā a free Tailwind CSS component library, designed to supercharge your next project!
The FlyonUI Laravel Starter Kit is a streamlined, Tailwind CSS 4-powered boilerplate designed to help developers build modern web applications effortlessly. Integrated with FlyonUI, a free Tailwind CSS component library, this kit offers pre-built UI elements that enhance speed, maintainability, and scalability.
Whether you're creating an admin panel, SaaS platform, or a dynamic web app, this starter kit ensures a clean, responsive, and efficient development experience.
š Live Demo
Getting started is super simple! Follow the steps below:
Clone the Repository
git clone https://github.com/themeselection/flyonui-tailwindcss-laravel-livewire-starter-kit.git
cd flyonui-tailwindcss-laravel-livewire-starter-kit
Install Composer Dependencies
composer install
Copy .env
& Generate App Key
cp .env.example .env
php artisan key:generate
Configure Database
.env
file and update your DB credentials.Run Migrations
php artisan migrate
Install Node Modules
npm install
# OR
yarn
Build Frontend Assets
npm run dev
# OR
yarn dev
Serve the Application
php artisan serve
š Open http://127.0.0.1:8000
in your browser, and you're good to go!
Development Mode (Hot Reload):
npm run dev
# OR
yarn dev
Production Build:
npm run build
# OR
yarn build
For detailed documentation, check the Wiki or refer to the Documentation in this repo.
Chrome | Firefox | Safari | Edge |
---|---|---|---|
ā | ā | ā | ā |
Contributions are welcome!
Follow these steps:
git checkout -b feature/amazing-feature
git commit -m 'Add some amazing feature'
git push origin feature/amazing-feature
Check out the CHANGELOG for detailed release notes.
For free community support, open an issue on GitHub Issues.
For priority support or custom development: š§ Support
You can also join our Discord Server : Join Now
This project is open-sourced software licensed under the MIT license.
Check out other free starter kits and admin templates.