Latest Laravel/PHP Articles

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


Rendering stuffs conditionally is the most common job for programmers of any language and when it comes to PHP developers, the sight of html all mixed up with p...
Today we are excited to announce a new way to provision different types of servers within Laravel Forge. When creating a Forge server, you will now have your ch...
If you’re interested in previewing what the year’s first release of DataGrip will include, here’s what you can already try. We’ve improved the sorting of data:...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
For Laravel Collections there is a method reduce()for reducing the collection to a single value. The reduce method passes the result of each iteration into the...
In Laravel, if you need to read/retrieve a cache item and delete that item right after reading from Cache, you may use the pull method. note: null will be retur...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
https://github.com/theanik/laravel-more-command This is a simple package for create Repository, Repository with Interface, Service, Trait form command line usin...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

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...
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.