Route Tag Recent Posts


28-06-2022 2491 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...


27-06-2022 1920 Vue Haresh Chauhan

Vue routing provides us single a page application with vue + vue routes feels nature. route links connect all components to each other very nicely. ro...


26-06-2022 2056 Vue Haresh Chauhan

Axios is a library of the HTTP request communication, and making an ajax request to send data API and receive a response from the API. There is a libr...


17-06-2022 1682 Laravel 7 Haresh Chauhan

Routing in laravel is very easy and flexible. You can use and define routes in many different ways with some other modifier, each route defined with a...


26-05-2022 1942 Vue Haresh Chauhan

Vue Router is officially already routes of vue.js. It is deeply integrated with cores and makes it into a single-page application. Routes will help to...


15-05-2022 2863 Laravel 9 Haresh Chauhan

In this post you will learn how to use route resources in laravel, it is easy to use especially when you are doing the CRUD method in laravel. Laravel...