Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

SPA and keep some of the Laravel pages you need to have a route like this

Route::get('/{any}', 'VueController@index')->where('any', '.*');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #SPA #Laravel #pages #route
ADD COMMENT
Topic
Name
1+2 =