Latest Laravel/PHP Articles

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


Let me introduce you to Spruce CSS, another CSS framework. Spruce is our very own lightweight design system built on Sass. The generated CSS code is se...
Progressive Web Applications (PWA) are a solution that manages the increased usage of native apps, specifically by smartphone technologies. Native apps are soft...
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/integrate-sweetalert-2-with-ajax-in-lar...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/laravel-8-eloquent-firstorcreate-exampl...
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/laravel-8-eloquent-pluck-example In thi...
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/how-to-delete-multiple-records-using-ch...
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/delete-record-using-jquery-ajax-in-lara...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/integrate-bootbox-alert-confirmation-wi...
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/delete-record-in-laravel-8 In this shor...
For any scheduled task we can directly use Laravel's queue but what if that task needs to be modified in some way before it gets executed? Laravel Scheduled Act...
Laravel 9 has a new feature added by Nuno Maduro to get a code coverage for specific Laravel projects, the command is php artisan test --coverage, in this artic...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
https://dev.to/andrewsavetchuk #service-classes%E2%80%8B Service Classes A service class is a class that performs some business logic that you want to use in va...
The guard clause is a nifty pattern that provides a super-simple way to clean up your code. Their main function is to terminate a block of code early, which red...
https://dev.to/clintwinter https://laravel.com/docs/9.x/helpers#method-rescue is an alternative to the traditional try/catch block syntax required when you want...
AWS recently announced that https://aws.amazon.com/blogs/aws/aws-lambda-now-supports-up-to-10-gb-ephemeral-storage/. In other words, this means that your Vapor...