Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
chore: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Pallarés committed Feb 8, 2018
1 parent 9c316a3 commit a9dd7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,10 +24,10 @@ You need to add a fallback route that will render the SPA page in `routes/web.ph

```php
// ...

// Add this route the last, so it doesn't interfere with your other routes.
Route::get(
'{uri}', Pallares\LaravelNuxt\Controllers\NuxtController::class
'{uri}',
'\\'.Pallares\LaravelNuxt\Controllers\NuxtController::class
)->where('uri', '.*');
```

Expand Down

0 comments on commit a9dd7a0

Please sign in to comment.