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.
You can install the package via composer:
composer require molnix/lareact --dev
php artisan lareact:install
The MIT License (MIT). Please see License File for more information.