Method Tag Recent Posts


03-07-2022 1811 Laravel 9 Haresh Chauhan

The GET method is not supported for this route. Supported methods: PATCH. This error occurs when you are trying to put the patch method in the form me...


28-06-2022 1549 Laravel 9 Haresh Chauhan

Sometimes developers used multiple methods in a single route and they want different actions with different methods. So they need to identify what req...


28-06-2022 2501 Laravel 9 Haresh Chauhan

Non-static method Illuminate\Http\Request::method() should not be called statically. This error you are fetching when you try to something output from...


17-05-2022 2292 Laravel 9 Haresh Chauhan

The groupBy() method in laravel returns the query result by grouping the data collection and returns the query result from the database table or colle...


14-05-2022 2268 Laravel 9 Haresh Chauhan

Laravel map() collection return new collection from the given collection, map collection make the data return callback with different way and can vari...