A Laravel starter project with Livewire and CoreUI integration, ready to use for rapid application development.
- Laravel 12.x
- Livewire 3.x
- CoreUI integration
- Pre-configured development environment
- Automated setup scripts
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 buildAfter installation, run the development server:
composer run devThis will start:
- Laravel development server
- Queue worker
- Log viewer (Pail)
- Vite dev server
Run tests with:
composer test- PHP 8.2 or higher
- Composer
- Node.js & NPM
- Database (MySQL, PostgreSQL, SQLite, etc.)
This project is open-sourced software licensed under the MIT license.