DEV Community

Discussion on: How using React in a Laravel application - Tutorial

Collapse
 
lucasca95 profile image
Lucas Camino

Hello, everyone!
Just wanted to say that in Laravel ^7.x to set your environment ready for a React development you should run

 composer require laravel/ui
 php artisan ui react
Enter fullscreen mode Exit fullscreen mode

Thanks for the post! It was really useful ;) !

Collapse
 
lordjack profile image
Jackson M

This video talks about another way to integrate with React and Laravel

youtube.com/watch?v=ie1yKbqkUFs

Collapse
 
karlkras profile image
Karl Krasnowsky

English version?

Collapse
 
imtridevsharma profile image
im-tridevsharma

Right πŸ‘