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...
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...
Laravel Socialite currently supports authentication with Facebook, Twitter, LinkedIn, Google, GitHub, GitLab and Bitbucket. In this tutorial we will see how to...
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...
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...
First, download the Laravel installer using Composer:composer global require laravel/installerThencomposer create-project laravel/laravel="5.7.*" ProjectNameby...
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...