Latest Laravel/PHP Articles

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


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...
Why Agorah? Alternatively if you’re having trouble understand AJAX and what it means, check out my post on Ajax for idiots!
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
There are situations where you need to get array of IDs for some records in collection/table. I will show you two quick ways to do it – one is pretty popular, a...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Everybody knows about comments because it is the first thing which is taught in schools and colleges. We were told that commented code is never executed in a pr...
When developing a website, you sometimes have to manipulate data in Microsoft Excel format. For example, your website could offer users the option of importing...
Swoft is a PHP microservices coroutine framework based on the Swoole extension. Like Go, Swoft has a built-in coroutine web server and a common coroutine client...
Even with all the amazing developers out there working on open source projects and libraries, inevitably the time comes when you need to add your own code to an...