We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95f316 commit 82c1fc5Copy full SHA for 82c1fc5
README.md
@@ -26,7 +26,7 @@ return new InertiaConfig(
26
/**
27
* The view that inertia should render on the first request
28
*/
29
- rootView: root_path('/views/app.view.php'),
+ rootView: 'app.view.php',
30
31
* Version resolver, if you use vite for example you probably want to use the default here,
32
* or you can add a custom one to maybe get from enviroment variables etc.
@@ -77,5 +77,5 @@ final class ReviewController
77
## TODO
78
79
- [ ] Installer with js boilerplate?
80
-- [ ] Migrate tests from the laravel adapter.
+- [ ] "Migrate" all tests from the laravel adapter.
81
- [ ] Add history encryption setting.
0 commit comments