Latest Laravel/PHP Articles

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


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...
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.
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.

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...
Laravel Socialite currently supports authentication with Facebook, Twitter, LinkedIn, Google, GitHub, GitLab and Bitbucket. In this tutorial we will see how to...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

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...
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...
PHP Internals News: Episode 36: What didn’t make it into PHP 7.4? London, UK Thursday, November 21st 2019, 09:36 GMT In this episode of "PHP Internals News...