Skip to content

Commit 82c1fc5

Browse files
chore(docs): update readme to be up-to-date
1 parent b95f316 commit 82c1fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ return new InertiaConfig(
2626
/**
2727
* The view that inertia should render on the first request
2828
*/
29-
rootView: root_path('/views/app.view.php'),
29+
rootView: 'app.view.php',
3030
/**
3131
* Version resolver, if you use vite for example you probably want to use the default here,
3232
* or you can add a custom one to maybe get from enviroment variables etc.
@@ -77,5 +77,5 @@ final class ReviewController
7777
## TODO
7878

7979
- [ ] Installer with js boilerplate?
80-
- [ ] Migrate tests from the laravel adapter.
80+
- [ ] "Migrate" all tests from the laravel adapter.
8181
- [ ] Add history encryption setting.

0 commit comments

Comments
 (0)