Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


.env is short for environment and thus that is your environment configurations. The database.php configuration contains non-critical information. You obviously...
I first started using DreamHost shared hosting in college, as an affordable means of hosting web projects. It includes domain management, no hassel SSL certs, M...
Since appearing in 2011, Laravel has become a very popular option to develop business-focused applications including information management systems (often refer...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The block-chain is the additional new warm technology. If you haven’t heard just about it, you probably know Bitcoin. Well, the block-chain is the underlying te...
Laravel application to perform basic operation such as Create, Read, Update and Delete. “Laravel CRUD application with MySql and Bootstrap” is published by Hare...
The today helper function is similar to the now helper function in that it returns a Carbon for the current date, however, the difference is that the today help...
Recently, I was tasked to add new features to an existing Ghana Education Service (GES) application. Sorry, that’s all you will get to know 😎. I was working wit...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
First check your computer whether have any PHP stack installed (MAMP), if we got any of those installed then we already have PHP in the system. If not, head to...
It can sometimes be convenient to automatically validate your model when it gets created or updated. This is very easily achieved with Laravel through the use o...
Almost every web developer has to deal with data insert, update or delete on a Database. You create a beautiful form that is responsive and build with javascrip...
PHP is the backbone of almost every popular CMS today. Thanks to its simplicity and license-free nature, PHP is the preferred choice for dynamic website develop...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The expert web developers and designers at Techno Exponent have been showing great interest towards Laravel and leveraging this popular PHP framework for buildi...
Authentication and authorisation are critical security elements on all websites and applications. To make sure our developers are up to speed we put this inform...
It’s been a while since I wrote an article on medium , so let’s talk about a sensitive subject , few days ago there was another data breach . and almost 773 Mil...
There are a lot of useful middlewares already registered inside Laravel, like the authentication mechanisms, authorization, a throttler, and even the one respon...