ArgumentCountError: Too few arguments to function App\Http\Requests\StorePostRequest::Illuminate\Foundation\Providers\{closure}(), 0 passed in /opt/lampp/htdocs/hpanel/training/training/laravel-tuts/laravel-11/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php on line 126 and exactly 1 expected in file /opt/lampp/htdocs/hpanel/training/training/laravel-tuts/laravel-11/

  $data = $request->validated();

No comments:

Post a Comment

How to host application on server new way

 copy the htacess from public to root copy the server.php from public to root but rename to index.php htacess <IfModule mod_rewrite.c>...