Skip to content

Molnix-open-source/Lareact

Repository files navigation

React scaffolding for Laravel

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.