Latest Laravel/PHP Articles

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


In this article, we mainly introduce how to use PHP to build a microservices architecture. Knowing that PHP is also advancing with the times, it is also capable...
When you use Laravel to work with shared hosting, one of the main problems is that you can not configure a host directly to the public folder. Development envir...

thoughts.digitaladditive.com

Ben Goes to Laracon 2019
Exciting new platforms, delicious food, bobbleheads and more. This year, Laravel — an open-source, PHP framework for developing web applications — held its seve...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Blade is the simple templating engine provided with Laravel which is powerful as well. All Blade views are compiled into plain PHP code and cached until they ar...
In this short tutorial, we will implement the user’s model status update functionality using JQuery and Switchery. We will be using the jQuery along with Switch...
In this blog post, we will learn, how to add watermark to an image in Laravel 5.8 application, to add watermark to images we will use intervention image compose...
Laravel provides helpers for mocking events, jobs, and facades out of the box. These helpers primarily provide a convenience layer over Mockery so you do not ha...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Why Agorah? Alternatively if you’re having trouble understand AJAX and what it means, check out my post on Ajax for idiots!
In the previous post, I introduced a package that allowed you to filter for your Eloquent models in Laravel. As you can see here. As I explained earlier,you may...
Contact Form 7 is a cool tool to make forms. One thing which is always present when we work with online forms is spam. We can easily protect sites using Google’...
If you are sending emails on behalf of your domain to recipients with spam-protected email hosts, you must make multiple configurations to both your DNS and you...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
If you want the code, jump to the Laralocker package. Some days ago I was tasked to handle a ticketing sale system that was painfully slow to process.
Middleware can be used to achieve the functionality of filters. Middleware can behave either like before with the middlewares. This limitation can be dealed usi...
Laravel Collections is one of the most powerful features of Laravel. Basically, collections are PHP arrays but it’s an Object Oriented approach to deal with PHP...
In today article “Create Admin Panel with Laravel Backpack Part 4” we will talk about how to create a quick and powerful admin panel. For this article we gonna...