Latest Laravel/PHP Articles

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


Matheus Nunes PuppeJul 20 · 1 min readDB::enableQueryLog(); // Enable query log// Your Eloquent querydd(DB::getQueryLog()); // Show results of log
PHP helper functions are developed intrinsically to speed up, similar repetitive tasks. They make your work flow conveniently for operating with arrays & object...
“Whatever can go wrong, will go wrong”, states the well known Murphy’s Law. Lots of people will be able to relate to this popular adage, but especially in softw...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...