molnix / lareact
Scafold react with react router in laravel app
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:TypeScript
Requires
- php: ^8.2.0
- illuminate/console: ^11.0|^12.0
- illuminate/filesystem: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
- illuminate/validation: ^11.0|^12.0
- symfony/console: ^7.0
Requires (Dev)
- laravel/framework: ^11.0|^12.0
- orchestra/testbench: ^10.1
- phpstan/phpstan: ^2.0
README
A simple package to scaffold a normal react app within new Laravel installation without using inertia. As a bonus, this package includes basic authentication using Laravel sanctum and translations.
Installation
Install laravel without any starter kits.
You can install the package via composer:
composer require molnix/lareact --dev
Usage
php artisan lareact:install
License
The MIT License (MIT). Please see License File for more information.