Skip to content

BantaengKab/e-sppd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Blade 60.9%
  • PHP 33.6%
  • JavaScript 5.4%
  • Other 0.1%