Latest Laravel/PHP Articles

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


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
Laravel Socialite currently supports authentication with Facebook, Twitter, LinkedIn, Google, GitHub, GitLab and Bitbucket. In this tutorial we will see how to...
Now we need to read the above array of integers successfully. Try the below code: Hence, successfully it is saved inside “numArray”.
As a laravel developer, by large data I mean collection of 1000 or more rows from a single data model that is, a database table; specifically on a MySQL / Maria...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
PHP gets a lot of hate in my experience. So much hate that I’m almost afraid to say that I like the language. Version 7 solved a lot of issues and I specificall...
When it comes to speeding up your application, caching can be the best thing to achieve. Laravel comes up with cache drivers pre-installed so you can enjoy the...

medium.com

Basics of PHP
This article will explain some of the basics of PHP and how to use it. Create a folder.
First, download the Laravel installer using Composer:composer global require laravel/installerThencomposer create-project laravel/laravel="5.7.*" ProjectNameby...