Helper functions are time saving tools in any application. Laravel comes with many built-in useful PHP functions which may include Array & Objects functions, String functions, URL functions and many more. Please see the complete list before you decide to…
Tag: laravel
Useful functions in Laravel and its Usage explained
There are many useful “helper” PHP functions in Laravel. According to documentation, “Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient.”
How to Clear cache in Laravel 10/9/8/7
In this simple tutorial I will show you how to clear cache in Laravel application easily. I will also show you the artisan commands to run and I will also show you how you can create a simple function to…
Install Laravel on Windows – 3 minutes install
Install Laravel on Windows – 3 minutes install Install laravel via composer installer on windows xampp or wamp Laravel 5 can be installed via composer on all operating systems like Windows, ubuntu, mac. Using the following quick guide one can…