crsl-admin/laravel-primevue-starter-kit
最新稳定版本:v0.0.5
Composer 安装命令:
composer create-project crsl-admin/laravel-primevue-starter-kit
包简介
The skeleton application for the Laravel framework using PrimeVue and Inertia.
README 文档
README
A modern and robust starter kit based on Laravel 13, Inertia.js v3, Vue 3, PrimeVue v4, and Tailwind CSS v4.
🚀 Key Features
- Modern Tech Stack: Laravel 13, Vue 3 (Composition API), and Inertia.js v3.
- Professional UI: PrimeVue v4 with a custom preset and Tailwind CSS v4 integration.
- Native Dark Mode: Full dark mode support with persistence and system synchronization.
- Authentication: Pre-configured with Laravel Fortify.
- Icons: Seamless integration with Lucide Vue Next and PrimeIcons.
- Developer Experience: Configured with Laravel Pint, Pest for testing, and Laravel Boost.
- Fully Responsive: Optimized design for mobile, tablet, and desktop.
🛠️ Prerequisites
- PHP >= 8.3
- Node.js & NPM
- Composer
📦 Installation
-
Clone the repository:
git clone <repository-url> cd boilerplate
-
Automatic Setup: We've included a setup script that handles dependency installation, key generation, migrations, and asset building:
composer run setup
💻 Development
To start the development environment (Artisan server, Vite, logs, etc.):
composer run dev
The project will be accessible at the URL configured in your .env file (typically http://localhost:8000 or via Laravel Herd).
🧪 Testing
Run your tests using Pest:
composer run test
🎨 Code Style
The project uses Laravel Pint to maintain a consistent code style.
vendor/bin/pint
📄 License
This project is open-source software licensed under the MIT license.
Made with ❤️ by CRS Laghi
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-05
