Latest Laravel/PHP Articles

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


Now to use sweetalert2 package in your application you have to include the file , where you want to show popups . If you want to show popup on almost all views...
Read this post in Chinese (Simplified), French, Japanese, Korean, Russian. As a tech company, we do our best to support the most popular programming languages a...
The chain of responsibility makes the sender of the request independent from the receiver. The request can be passed to multiple sequential classes that can pro...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The post Interview with Chris Riley appeared first on Voices of the ElePHPant.
so let’s start this post, talking about, one of the most used web development language: PHPPHP is an interpreted language used for web development. If you have...
I’ve been working with Laravel for many years now, and one of the main advantages is its easy of use and eloquence. In those areas, I don’t find libraries that...
Swoft is a PHP high performance microservice coroutine framework. It has been published for many years and has become the best choice for php. It can be like Go...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
What is an API Rate Limit? To prevent an API from being overwhelmed, API owners usually enforce a limit on the number of requests, or the amount of data clients...
Taylor Otwell released a new feature for the Laravel Installer v2.3.0 which includes the auth scaffolding using the new –auth flag. The post Laravel Instal...
You can throw Exceptions, but can you catch them nicely for your users? Having logic in your controllers to handle unexpected external issues can make your cont...
If you write a Laravel package with Eloquent models, then it’s good practice to make them testable inside your package. Luckily, you don’t have to require Larav...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
What is Continuous Integration? A development practice that is being used by software teams allowing them to build, test and deploy applications easier and quic...
In the previous chapters we looked at the three core building blocks of our domains: DTOs, actions and models.

stitcher.io

05. States
The state pattern is one of the best ways to add state-specific behaviour to models, while still keeping them clean. This chapter will talk about the state patt...
You may be wondering how VueJS and Laravel could have anything to do with each other.