Download the PHP package rrpadilla/laravel-starter-kit without Composer
On this page you can find all versions of the php package rrpadilla/laravel-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rrpadilla/laravel-starter-kit
More information about rrpadilla/laravel-starter-kit
Files in rrpadilla/laravel-starter-kit
Download rrpadilla/laravel-starter-kit
More information about rrpadilla/laravel-starter-kit
Files in rrpadilla/laravel-starter-kit
Vendor rrpadilla
Package laravel-starter-kit
Short Description Laravel Blade + Tailwind Starter Kit.
License MIT
Package laravel-starter-kit
Short Description Laravel Blade + Tailwind Starter Kit.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-starter-kit
Laravel Blade + Tailwind Starter Kit
A modern Laravel 12 starter kit powered by Blade, Tailwind CSS v4, Vite, Pest, and full-stack automation for clean, maintainable developmentβnow including Basecoat UI out-of-the-box.
π₯ Live Preview
π₯οΈ Dashboard
π Multiple Login Screens
1. Card
2. Split
π Features
- Laravel 12 with PHP 8.4
- Blade + Alpine.js for reactive UIs
- Tailwind CSS v4 + Prettier integration
- Basecoat UI β Tailwind-powered component library (shadcn/ui style, but no React required)
- Vite for fast frontend builds
- Pest for testing with 100 % type & coverage targets
- Pint, Peck, Rector, Larastan for code quality
- Full
dev
script with auto-serve, queue, logs, and Vite in sync
π Installation
π» Local Development
This runs:
php artisan serve
php artisan queue:listen
php artisan pail
(for logs)npm run dev
(Vite + Tailwind)
All in parallel using concurrently
.
β Testing & QA
Runs:
- β Type coverage via Pest
- β Unit tests with 100% coverage requirement
- β Typo checking via Peck
- β PHP formatting check via Pint
- β JS formatting check via Prettier
- β Static analysis with PHPStan
- β Dry-run refactor with Rector
π Code Style
PHP
Frontend
π§© Project Structure
π¦ Included Packages
Backend (via composer.json
)
- Laravel 12
- Pest β Modern PHP testing framework with Laravel integration
- PHPStan β Static analysis for catching bugs early
- Peck β Detects spelling/typos in codebase
- Pint β Laravel's official code style fixer
- Rector β Refactoring and PHP version upgrade assistant
- Larastan β PHPStan support for Laravel-specific logic
- Pail β Local Laravel log viewer in terminal
- Faker, Mockery β Test data and mocking
Frontend (via package.json
)
- Tailwind CSS v4
- Basecoat UI β Tailwind-powered component library (shadcn/ui style, but no React required)
- Prettier with:
prettier-plugin-tailwindcss
prettier-plugin-organize-imports
- Alpine.js β Lightweight JavaScript interactivity
- Axios β Promise-based HTTP client
- Vite β Fast JS/CSS bundling
- Concurrently β Run dev scripts in parallel
π§ͺ CI Integration
Designed to work seamlessly with GitHub Actions:
π€Contributing
- Fork & clone
composer install && npm ci && npm run build
- Create a feature branch (
git checkout -b feat/my-change
) - Run
composer test
β all green - PR with a clear description π
π License
MIT β Free to use and modify.
All versions of laravel-starter-kit with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
blade-ui-kit/blade-icons Version ^1.8
laravel/framework Version ^12.19.3
laravel/tinker Version ^2.10.1
mallardduck/blade-lucide-icons Version ^1.23.0
blade-ui-kit/blade-icons Version ^1.8
laravel/framework Version ^12.19.3
laravel/tinker Version ^2.10.1
mallardduck/blade-lucide-icons Version ^1.23.0
The package rrpadilla/laravel-starter-kit contains the following files
Loading the files please wait ....