Latest Laravel/PHP Articles

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


In the first part of this article, we started developing our cryptocurrency alert application. We developed the backend of the application that will power the i...
How to Enable Query Log Laravel. Hi Guys, here’s a quick way for logging all Queries in Laravel, in your `AppServiceProvider.php` on the `boot` function add tho...
You will no doubt be very aware of the cookie consent banners that started appearing on websites a few years ago as a result of EU legislation, and which seem t...
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.
#laravel #code4mk #0devco #middleware. “Dynamic Middleware for Laravel package” is published by Mostafa Kamal in Hello Laravel
Laravel Interview Questions: Laravel is a free, open-source PHP web framework, created by Taylor Otwell. Laravel is a free, open-source PHP web framework, creat...
Lambdas and Closures are very useful solution in PHP and developers frequently get benefits from this. Many languages are support this feature like Javascript,...
A lot of really great Laravel CMS systems have came out in the past year. Everything from the super powerful, to the minimal, to open source and commercial. If...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
PHPUnit Code Coverage Analysis is often used with xdebug as the coverage data source. But it has one major drawback: it can become very slow. As you can see, ac...
Upgrading to Laravel Mix 4 on Laravel. You may run into issues while upgrading to Laravel Mix 4 in your Laravel projects. Here are a few things to make the upgr...
AWS provides many instance types. Out of them, t2.micro instance type is easy to get started with as it comes under free tier. After putting website in product...
Laravel dusk is very powerful for browser test and easy to use, but we want to see “step by step” running test cases, beyondcode/dusk-dashboardprovide it to mak...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Added. “Laravel v5.7.18 released (2018–12–17)” is published by Tania Blindaruk in Laravel Announcements
Sometimes it becomes very difficult to do easy looking tasks e.g pouring water from your favourite jug to glass can go horribly wrong. There’s always a techniqu...
If you’re new to Laravel or to frameworks in general then you might be slightly overwhelmed the first time you run laravel new new-project in your development e...
So, we could use the null as expected. A NULL conceptually (for this case) is a value that has not be fixed. And in this example, we could call the function as...