Latest Laravel/PHP Articles

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


By Ankit Mehta, Alibaba Cloud Community Blog author. Application backup was and is the biggest challenge for the system administrator. With evolution of the clo...
Xdebug is often used for debugging PHP programs. However, IDE and Xdebug’s standard capabilities are not always sufficient. Some, but not all, problems can be r...
It's very difficult for developer to generate a password for laravel without writing code. Mobio Solutions we have found out the solution and created a tool to...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

blog.laravel.com

Laravel v6.6.0 released
Certified Laravel | PHP | Magento Developer.
PHP CodeSniffer is a great tool for making sure all your code is consistent with a set of rules and guidelines. However, there are cases, when you need to ignor...
In my first article about PHP Hash Algorithms I explored the current status of the algorithms and how they perform in a race against each other. In this post I...
Laravel provides a great layer for working with local and cloud filesystems. If you work with files using the public disk and Laravel Storage facade, you will b...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I have a confession to make. I'm very poor with memory stuff. My brain is using neurons to mostly process data, instead of keeping them. I'm very poor with memo...
After a lot of years using MAMP, I decided it was time to move to Valet. The reason for this is a lot of my friends were talking about how easy and fast it was...
Hi there! If you’re reading this post, chances are you’re having some issues when trying to upload (PDF) files as base64 strings to later store them “physically...
The PHP programming language underpins much of the Internet. It forms the basis of popular content management systems like WordPress and Drupal, as well as more...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
It happens to all of us! We want to prevent these issues and this is why we use several environments for an application and we should write tests.

medium.com

Laravel Valet
Valet is a Laravel development environment for Mac developers. No Vagrant, no /etc/hosts file. You can even share your sites publicly using local tunnels. Yeah,...
Hey my name is Ileriloluwa David. I want to show you safely upload and insert files in database. In the backend, we validated the type of file being uploaded, c...
SQLite is quite handy when you need to store a small set of data without having to spawn a whole MySQL instance or else. Create a file and let PHP’s PDO handle...