Latest Laravel/PHP Articles

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


We are building a SPA (single page app) dashboard for a Coffee Company.This app will track sales per agent and show us a nice dashboard that the coffee company...
Are you running an online store in India? Then probably you are looking for payment gateway through which your customer can pay online. PayKun is an Indian paym...

christoph-rumpel.com

My Coding Year 2019
Another year has come to an end, and it is time for my traditional New Year's Eve blog post. I want to take some minutes to think back about the last 12 months...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
At work we have to deal with very large mysqldump backups of our production MySQL databases (sometimes they can be over 10 GBs large). From time to time we have...
One of the useful features of Laravel Horizon is its ability to gracefully shutdown, that means it'll wait for any running jobs to finish before the processes a...
In this tutorial we're going to investigate how we can organise PHP exception classes better in PHP. In PHP you have a lot of options for exception classes eac...
In a previous tutorial we investigated how to validate requests in Laravel by using form request objects in your controller. You can view this tutorial by using...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Generically, a Trait is a concept used in object-oriented programming, that allows for several methods to be used and, in this way, to extend the functionality...

www.tomasvotruba.com

Migrate Gedmo to KnpLabs
Month later, we have KnpLabs\DoctrineBehaviors 2.0 with full Symfony 5 support. If you used older Doctrine Behaviors, you're covered with Rector migration path....
In one of my recent project, the custom registration form is not working. When I click on the register button, it reloads the registration form, does not print...
To showcase the Laravel Role-Based Authentication. Let’s create three sections in the application one is “SuperAdmin”, “Admin” and another is “User”. After user...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Writing tests for Laravel applications is really easy but like all things with software development it can become bloated, unwieldy and just all around difficul...
Whenever you develop a Laravel-based application that makes it into production you’ll probably provide some kind of API. Either for internal usage or for the cu...
Let’s say you start an application today with the latest stable release of stack , then it will be outdated in a year or more as technology is updating regularl...
If you are currently working with Laravel on windows, you will quickly realize that using development environments such as wamp or xampp can really be a real he...