Latest Laravel/PHP Articles

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


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...
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...
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.
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 :...
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...
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.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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?
Get started with a simple application development using a simple framework IONIC along with CORE PHP CRUD. All easy coding
Today, We want to share with you Manage Facebook Apps with facebook pages using PHP source code.