Laravel 6 Tag Recent Posts


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


25-06-2022 3246 Laravel 9 Haresh Chauhan

Laravel default asset path includes the public folder but if your changed your root path and want to ass prefix in your asset URL and want to change y...


23-06-2022 4018 Laravel 9 Haresh Chauhan

The problem occurs when you generated new APP_KEY in your laravel application or when you change your laravel application .env file.


21-06-2022 2128 Laravel 9 Haresh Chauhan

Sometimes it may happen your website is runnign worldwide globally and users coming from different language and different region. So they do not under...


19-06-2022 1825 Laravel 9 Haresh Chauhan

In this post, I will tell you about the laravel application's different app directory paths. This is provided by the laravel framework using this func...


18-06-2022 2472 Laravel 9 Haresh Chauhan

We all know that get calculate use distance between two places using google maps, an event it's better, it will show the exact direction between two-p...