Questions tagged [react-laravel]
17 questions
0
votes
1 answer
How to set up React-Laravel project with out php artisan serve?
I have created a react-laravel project using laravel-mix. Right now I am run project using
npm run watch
php artisan serve
So by this, I access project by : http://localhost:8000
I have also worked in laravel. In laravel, if we want to access…

PHP Dev
- 483
- 3
- 16
0
votes
3 answers
react-laravel Unexpected token
I am trying to get react-laravel working. I have installed everything correctly (v8js etc) but I keep getting:
V8Js::executeString():18903: SyntaxError: Unexpected token <
The problem seems to be with my component.js file:
var Application =…

imperium2335
- 23,402
- 38
- 111
- 190