Skip to content

xSirLalo/livewire-laravel-coreui-starter

Repository files navigation

Laravel Livewire CoreUI Starter

A Laravel starter project with Livewire and CoreUI integration, ready to use for rapid application development.

Features

  • Laravel 12.x
  • Livewire 3.x
  • CoreUI integration
  • Pre-configured development environment
  • Automated setup scripts

Installation

If you prefer to clone the repository:

git clone https://github.com/your-username/livewire-laravel-coreui-starter.git {project_name}
cd {project_name}
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run build

Quick Start

After installation, run the development server:

composer run dev

This will start:

  • Laravel development server
  • Queue worker
  • Log viewer (Pail)
  • Vite dev server

Testing

Run tests with:

composer test

Requirements

  • PHP 8.2 or higher
  • Composer
  • Node.js & NPM
  • Database (MySQL, PostgreSQL, SQLite, etc.)

License

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

About

Laravel 12 Starter Kit with Livewire + Breeze Auth + CoreUI 5.4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published