Latest Laravel/PHP Articles

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


The Laravel framework feels magical in large part because it heavily uses PHP’s “magic methods” to add many conveniences. As a quick example, when you access na...
This tutorial will continue from above tutorial which the installed voyager with dummy data. Expected result after complete install the laravel voyager and able...
Imagine you have an PHP backend application (we will call this application as “BootyPark”) that depends on an internal GraphQL API service (we will call this “Q...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
When we talk about Object Oriented Programming in PHP, there are three most common features out of the complete object model come into involve almost regularly...
If you’re a Laravel developer, you’re more than likely familiar with Laravel Forge. Forge allows you to provision a Digital Ocean, Linode or AWS server and depl...
What’s laravel? Laravel is a free, open-source PHPweb framework, created by Taylor Otwell and intended for the development of web applications following the mod...
You’ve probably seen facial detection before. As soon as you upload that family photo to Facebook, you’ll notice the boxes around all detected faces. And with f...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In a recent project, I constructed a Bitcoin payment solution for an E-Commerce site using Laravel 5.6. Upon clicking a Pay with Bitcoin button in the E-Commerc...
Laravel supports eloquent model pagination out of the box, but not custom collection. This quick tutorial will show you an easy way to paginate any collections.
Do “composer create-project”, or do “git clone” an existing Laravel project. For example, if “routes/api.php” is the above, the endpoint will be as above.
A CMS maybe is a solution when you want to build a website for blogging, catalog of products or maybe an online shop by using a plugin or module. They may give...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I was recently tasked by a client to create another ‘one of those application-like websites — the ones that don’t load ?’; it’s actually called a SPA (Single Pa...
Recently I spent an afternoon experimenting with mutation testing in PHP. In this post I would like to share the background, the main idea of mutation testing,...
Stefan PöltlJul 18 · 7 min readYou are searching for a handy way to build instant notifications paired with a great programming Framework? You don’t like Javasc...
To solve this issue we wanted to benefit from the use of our event loops that already run in the background and are used to dispatch messages. We chose to imple...