Skip to main content
Category:

How to install React in Laravel

 

If you want to install react in your laravel  project then install following laravel ui composer package to get command:

composer require laravel/ui

 

After successfully install above package then we are ready to install react with our application.

we can install two way, one is a simple react setup install and another is install react with auth. So let's see both way.

 

Install React

php artisan ui react

Install React with auth

php artisan ui react --auth

 

Now we installed react, you can see your resource directory js folder.

 

You also need to install npm and run it. so let's run both command:

Install NPM

npm install

Run NPM

npm run dev

 

Now you can work with your react app.

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook