Latest Laravel/PHP Articles

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


If you have a web-based application, chances are high that it uses some sort of database to store information. One of the questions you then have to answer is,...
In the fourth quarter of 2020, we resolved a number of security issues in our products. Here’s a summary report that contains a description of each issue and th...
https://github.com/theanik/laravel-more-command This is a simple package for create Repository, Repository with Interface, Service, Trait form command line usin...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Lambda's GUI is perfect for toying with your function's code, but what if you have Node dependencies or additional files you want to upload from your local mach...
hen I heard of the arrests of capitol rioters in their home states I was relieved the rule of law was going to preside. The data is not too hard to find on the...
Phel is a Functional Programming (FP) language that compiles to PHP. It is a dialect of Lisp inspired by Clojure and Janet. Phel is a creation of Jens Haase and...

blog.jetbrains.com

Code Generation
AppCode’s code generation features allow you to avoid having to type in lots of the standard code constructs. In addition to the standard file types, you can cr...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In case you haven’t noticed, with most PHP form processors, if a user fills out a textarea within your form using paragraphs or line breaks the formatting of th...
Queue processing is a standardized way in Laravel to offload some time consuming task away from your synchronous processing. Using queues helps improve the UX o...
In this example we are going to make a console command to import some products into our database from a csv file and then test they are all added as expected.
Using Storage SystemUsing File SystemUsing PHPRead Also : Google Recaptcha Example In Laravel Thanks for reading !! Written by
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Sick of manually testing your Lambda functions using the AWS interface or hitting your stage URL in Postman? Before you go any further, you want to make sure yo...
Today we’re starting the Early Access Program (EAP) for PhpStorm 2021.1. After doing such a huge feature release with 2020.3, we will be focusing on quality and...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. PHP 8.1 is currently in activ...
After a lot of pestering from your project manager/clients before your app becomes production-ready, deploying your Laravel app to production might be a Lil bit...