Latest Laravel/PHP Articles

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


This article was originally published on my blog on March 17, 2020. Last week I sent out a getting started mail to everyone following my Laravel series for begi...
When engaging in a software development project, the tutorial that got our foot on the ladder is rarely enough. We like to combine technologies, and eventually...

www.amitmerchant.com

The Ultimate Crossover
If you’re a 90’s like me, you most certainly be the fan of all the cartoons from Cartoon Network, Disney and the other similar franchises. That was an era of cl...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
SOLID is a set of object oriented design principles aimed at making code more maintainable and flexible. They were coined by Robert “Uncle Bob” Martin in the ye...
Before you following this article, first I assume you’ve set up a very basic working Laravel app repository in your own github, second you have deployed the Lar...
In this two-part series, my colleague Freek and I will discuss the architecture of a project we're working on. We will share our insights and answers to problem...
3. Windows -> run -> cmd , you will see the cmd.exe. Right click on the icon and choose run as Administrator and go to the xampp>htdocs>project_folder ( note :...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Maybe PHP is not the best language for writing a download manager, but in this article, we are going to learn how we can download videos from Youtube.
Laravel defaults to using an in-memory SQLite database for testing. Using this type of database has some advantages over a traditional MySQL database such as le...
Many PHP package developers place strict version requirements on their packages. For example, the spatie/laravel-permission package has: Which means it requires...
Authorization is a vital part of any application. Not every content or resources be accessed by every logged in users. We have to make sure the resources or the...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Simple example of usage selenium with php. Scenario : Open a url (https://google.com), echo title, echo source code, close tab page.
when i made my first application with Laravel and realized i have a shared hosting and not a server as i used locally, i thought i would have a problem. Well, i...
For this step, you will need composer. Install composer and runs the next line (in the root folder of the project) It will create a file called composer.json. I...
First step. Install PHP OSX. What is this?