theizerdev/larareact
Composer 安装命令:
composer require theizerdev/larareact
包简介
Base interface package for Laravel + React + shadcn/ui admin systems.
README 文档
README
Base interface package for Laravel + React + shadcn/ui admin systems.
Installation
Install the package via Composer:
composer require theizerdev/larareact
After installing the package, run the install command:
php artisan larareact:install
This command will:
- Publish the LaraReact configuration file
- Publish the React components and CSS assets
- Install Node.js dependencies
- Build the production assets
Manual Setup
If you prefer to set up manually, publish the assets:
php artisan vendor:publish --tag=larareact-config php artisan vendor:publish --tag=larareact-assets php artisan vendor:publish --tag=larareact-css
Then install and build the frontend assets:
npm install npm run build
Features
- Authentication pages (login, forgot password, reset password)
- Dark sidebar admin layout with collapsible navigation
- Header navbar with notifications, theme toggle and user menu
- shadcn/ui components (Card, Input, Label, Button, DatePicker, etc.)
- Notification mixin using Sonner
- Profile, security and appearance settings pages
Requirements
- PHP ^8.3
- Laravel ^11.0
- Node.js ^20.0
License
MIT
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-06