Pham Tuan

Results 2 comments of Pham Tuan

>It would be nice if the log was only revealed if exit code != 0 This is great if we have option "reveal on error". Or at least we can...

Just add a fallback route for 404 error and follow the Error Handling guide https://inertiajs.com/error-handling ```php Route::fallback(fn () => abort(404)); ``` https://laravel.com/docs/10.x/routing#fallback-routes