Latest Laravel/PHP Articles

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


We can define Design Patterns as solution templates for some specific problem often encountered within a software project. They serve as templates to apply to d...
In 2015, PHP started to take a new direction: the version 7 was released. In 2016, version 7.1 was released and, soon after, 7.2, which brought several features...
Creating a good written code brings advantages. We can better organize our code, improve the development process, facilitate expansion, maintain and reduce deve...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
One day, I decided to make a example project with a lot of routes. Quickly my web.php file started to show cracks. Like almost 1000 lines of declaring routes ev...
WAMP is a software stack that allows you to deploy in it, it comes with bundle that includes Apache, MySQL and PHP. Here is the download link. After finished th...
In this tutorial, you will learn how to deploy ElasticSearch in a Docker container and integrate with your Laravel application. I assume that you already have a...
In case you didn’t know, Laravel includes authorization mechanisms to gracefully authorize an authenticated over a particular action or resource. As a reminder,...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
2) Multi-tenant, single platform.So essentially qefira.com, pigiame.co.ke and zoomtanzania.com code all in one codebase, sharing a database, redis and servers.T...
Simple applications may use the routes/web.php or routes/api.php files to describe their routes. Since they’re small, there is no much to write and is sane to k...
Get the result number of the first item in the results. You can see its function definition here. It says : Get the number of the first item in the slice.
You can use translation endpoint in your application too.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
We usually create EPUB ebooks using Sigil and then we redo the whole editing work in LibreOffice to create a printable PDF version at 300DPI.
Follow along as I document my work, life and projects. Almost all projects will eventually need some sort of user login which is why this is such an important p...
PHP htmlspecialchars_decode is an inbuilt function in PHP. It converts HTML Entities back to plain text characters. In this article, we will discuss the PHP htm...
In general terms, a Facade (pronounced as /fəˈsɑːd/) is the exterior and front facing side of a building or any thing. Importance of facades are they are easy t...