molnix/lareact

Scafold react with react router in laravel app

v1.0.0 2025-04-28 19:18 UTC

This package is auto-updated.

Last update: 2025-05-05 10:20:07 UTC


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.