Custom Helpers in Laravel Helper functions are simply custom PHP functions that you define in a certain place and then call from anywhere across a Laravel project. If you have to change anything, you do it… May 06, 2015
ReflectionException in Laravel 5 When Seeding Database (Class Does not Exist) It took me a while to realize what is going on with this strange issue. You did a migration that worked fine? Then you wanted to populate newly created table by seeding your databa… March 17, 2015
Overriding Login and Registration Functionality in Laravel 5 Laravel 5 comes with already built-in features like Authentication and Registration. However, sometimes you may want to change default functionality or behavior of existing compone… February 21, 2015
PHP: Premature Session Termination When it comes to coding in PHP, sooner or later sessions will come into play. If your application is based on Ubuntu Server, this may lead to a situation where the default session… May 21, 2012
phpBB3: How to Display Number of Posts Since Last Visit? Members of your phpBB community may find it very useful and convenient to get number of posts since their last visit. Usually this information is rendered on top of the board templ… January 24, 2009