DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Category: Laravel

Simplest way to create and include a helper functions file in Laravel

January 27, 2020February 19, 2020 Arvind KumarLaravelLeave a Comment on Simplest way to create and include a helper functions file in Laravel

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…

Read More→

Useful functions in Laravel and its Usage explained

January 27, 2020January 27, 2020 Arvind KumarLaravelLeave a Comment on 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 5

September 18, 2019September 27, 2019 Arvind KumarLaravel, PHP FrameworkLeave a Comment on How to Clear cache in Laravel 5

Some times you face issues when any changes to the Laravel Application do not reflect in the web pages. This happens because many elements especially assets such as image, js, css, some configuration and even routes are served by the…

Read More→

Using global constants and arrays in Laravel 5

August 27, 2019August 27, 2019 Arvind KumarLaravelLeave a Comment on Using global constants and arrays in Laravel 5

Most of the time developers need to create common and global set of constants, variables and arrays which could be used anywhere in your application. There is a handy way to do it in Laravel 5.

Install Laravel on Windows – 3 minutes install

June 9, 2015July 18, 2015 Arvind KumarLaravelLeave a Comment on 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…

Read More→

Recent Posts

  • How to change search highlight or selection colour in Sublime Text 3
  • ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
  • Searching array elements with regex in Mongodb collection
  • Transfer files via ssh from your server to Dropbox
  • Making new object property reactive in Vue.js
Copyright © All rights reserved.
Blog Kit by WP Charms