Skip to content

themeselection/flyonui-tailwindcss-laravel-livewire-starter-kit

Repository files navigation

FlyonUI-logo

πŸš€ 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!

license GitHub release GitHub issues GitHub closed issues Twitter Follow

Laravel 12 Bootstrap Starter Kit Preview

πŸš€ Introduction

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


βš™οΈ Installation Guide

Getting started is super simple! Follow the steps below:

  1. Clone the Repository

    git clone https://github.com/themeselection/flyonui-tailwindcss-laravel-livewire-starter-kit.git
    cd flyonui-tailwindcss-laravel-livewire-starter-kit
  2. Install Composer Dependencies

    composer install
  3. Copy .env & Generate App Key

    cp .env.example .env
    php artisan key:generate
  4. Configure Database

    • Open .env file and update your DB credentials.
  5. Run Migrations

    php artisan migrate
  6. Install Node Modules

    npm install
    # OR
    yarn
  7. Build Frontend Assets

    npm run dev
    # OR
    yarn dev
  8. Serve the Application

    php artisan serve

πŸš€ Open http://127.0.0.1:8000 in your browser, and you're good to go!


πŸ—οΈ Available Features

  • Laravel 12 (Latest Version)
  • FlyonUI - Tailwind CSS component library
  • Modular Code Structure (Easy to scale)
  • Clean & Minimal UI

πŸ§‘β€πŸ’» Available Commands

Development Mode (Hot Reload):

npm run dev
# OR
yarn dev

Production Build:

npm run build
# OR
yarn build

πŸ“š Documentation

For detailed documentation, check the Wiki or refer to the Documentation in this repo.


πŸ–₯️ Browser Support

Chrome Firefox Safari Edge
βœ… βœ… βœ… βœ…

🦸 Contributing

Contributions are welcome!
Follow these steps:

  1. Fork the repository
  2. Create your feature branch
    git checkout -b feature/amazing-feature
  3. Commit your changes
    git commit -m 'Add some amazing feature'
  4. Push to the branch
    git push origin feature/amazing-feature
  5. Create a Pull Request

πŸ“… Changelog

Check out the CHANGELOG for detailed release notes.


πŸ› οΈ Support

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


πŸ“„ License

This project is open-sourced software licensed under the MIT license.


πŸ”₯ Looking for More?

Check out other free starter kits and admin templates.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published