Download the PHP package marekmiklusek/livewire-starter-kit without Composer
On this page you can find all versions of the php package marekmiklusek/livewire-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marekmiklusek/livewire-starter-kit
More information about marekmiklusek/livewire-starter-kit
Files in marekmiklusek/livewire-starter-kit
Download marekmiklusek/livewire-starter-kit
More information about marekmiklusek/livewire-starter-kit
Files in marekmiklusek/livewire-starter-kit
Vendor marekmiklusek
Package livewire-starter-kit
Short Description A type-safe Laravel Livewire starter kit
License MIT
Package livewire-starter-kit
Short Description A type-safe Laravel Livewire starter kit
License MIT
Please rate this library. Is it a good library?
Informations about the package livewire-starter-kit
Livewire Starter Kit
A type-safe Laravel Livewire starter kit with modern tooling and best practices.
Features
- Laravel 12 - The latest version of Laravel
- Livewire 4 - Full-stack framework for Laravel
- Flux UI - Beautiful UI components for Livewire
- Tailwind CSS 4 - Utility-first CSS framework
- Type Safety - 100% type coverage with PHPStan (level max)
- Code Quality - Laravel Pint, Rector, and Prettier for consistent code style
- Testing - Pest PHP with browser testing support
- Dark Theme - Modern dark UI with customizable accent colors
Requirements
- PHP 8.4+
- Node.js 18+
- Composer
Installation
[!NOTE] In
config/database.php,'engine' => 'InnoDB',is used as the default for bothmysqlandmariadbconnections.
Navigate to the project directory and run the setup:
Development
Start the development server:
This will concurrently run:
- Laravel development server
- Queue listener
- Vite for asset compilation
Available Scripts
Composer Scripts
| Command | Description |
|---|---|
composer setup |
Install dependencies, generate key, run migrations, build assets |
composer dev |
Start development server with hot reload |
composer lint |
Run Rector, Pint, and Prettier to fix code style |
composer test |
Run all tests (type coverage, unit, lint, static analysis) |
composer test:unit |
Run Pest unit tests |
composer test:types |
Run PHPStan static analysis |
composer test:lint |
Check code style without fixing |
composer test:type-coverage |
Check type coverage (min 100%) |
NPM Scripts
| Command | Description |
|---|---|
npm run dev |
Start Vite development server |
npm run build |
Build assets for production |
npm run lint |
Format code with Prettier |
Project Structure
Included Pages
- Login - User authentication
- Register - User registration
- Dashboard - Main dashboard with stats
- Profile - User profile settings
- Sample - Sample page with components
Tech Stack
Backend
- Laravel 12
- Livewire 4
- Flux UI
Frontend
- Tailwind CSS 4
- Alpine.js
- Vite 7
Development Tools
- PHPStan (level max)
- Laravel Pint
- Rector
- Pest PHP
- Prettier
License
This project is open-sourced software licensed under the MIT license.
All versions of livewire-starter-kit with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4.0
laravel/framework Version ^13.2
livewire/livewire Version ^4.2.2
livewire/flux Version ^2.13.1
laravel/tinker Version ^3.0
nunomaduro/essentials Version ^1.2.0
laravel/framework Version ^13.2
livewire/livewire Version ^4.2.2
livewire/flux Version ^2.13.1
laravel/tinker Version ^3.0
nunomaduro/essentials Version ^1.2.0
The package marekmiklusek/livewire-starter-kit contains the following files
Loading the files please wait ...