Latest Laravel/PHP Articles

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


October CMS is free and open source PHP CMS built on the Laravel Framework. Created by Alexey Bobkov and Samuel Georges in 2014, it is simple, extendable and a...
Rave Laravel SDk for transfer allows you to charge a card and initiate a transfer to our merchants. In this article, I will walk you through on how you can buil...
In some cases, when the inheritance is complex, the code becomes difficult to maintain. This is the case of multiple inheritance in which each class can inherit...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
WordPress is one of the most popular Content Management Systems [1]. It is written in, and based on, PHP and MySQL. WordPress is mostly associated with blogging...
Observers classes supply you with eloquent model hooks that literally lets you control events that happen within the model. Basically, it can be used to listen...
Traits are a mechanism for reusing code in language with inheritance such as PHP. A trait attempts to reduce some limitations of simple inheritance by allowing...
As far as I can tell this vulnerability also impacts Ringcentral. Ringcentral for their web conference system is a white labeled Zoom system. This vulnerability...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In today article we will talk about How to Create Laravel custom artisan command. If you know php artisan migrate we will make our own. Laravel comes with many...
Laravel is a popular development platform that is well known for performance and the active user community. Out of the box, Laravel is pretty secure. However, n...
Laravel is a groundbreaking, clean and classy PHP framework that has taken the PHP community by storm. It is making the PHP development process even more secure...
/** I think that in almost every case of using associative array one shold be using an object.** One of only few valid reasons of using associative array is if...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Authentication is a very important aspect of api design and development which makes it a critical topic when api development is being discussed.
The Collection class in Laravel provides a really nice wrapper for working with arrays. Every Laravel developer has used the Collection class more than once, es...
We have a new project from a new customer. We’ve gathered their requirements and agreed on the scope. Now is the time to get on with the technical tasks. One of...
When we do php artisan down in the command it just creates an empty file in app/storage/meta directory called ”down”. If you don’t have access to server you can...