Latest Laravel/PHP Articles

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


Code available at GitHub Php FlowJs Resumable File Upload Resumable File Uploads With PHP FlowJs Code available at GitHub Php FlowJs Resumab...
A hotlinking is a process of using our website images, static assets (CSS, Javascript, Fonts etc). Because of this, our website performance will redu...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I’ll show you how to take advantage of the free plan and build your own exchange converter using Laravel. This time I’ll be showing you an API that let...

blog.jetbrains.com

Query Book in DataGrip
People often ask us: – Do you have a query book? I want to store them and to be able to call any of them when I want. They include a mechanism for vari...
In this post I will show you drop zone image upload tutorial in laravel 6/7. Drop zone JS is an open source library that provides drag and drop file uploads wit...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

divinglaravel.com

Job Encryption in Laravel
Consider this job: When you dispatch this job, Laravel is going to serialize it so that it can be persisted in the queue store. Let's take a look at how the fin...
Let me show you how some of Puny's internal codebase works and why I'm in love with it. This article is part of the How Puny Works under the Hood series.
Example of DBMS Server- Mysql, MSserver, MariaDB, sqlite Etc.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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:...
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...