A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Laravel 5.5 - Task Scheduling With Cron Job

In this article, I show you how to set up a cron job with Laravel on a live server using Laravel Scheduler.

Laravel 5.5 - Task Scheduling With Cron Job

Laravel 5.5 - Razorpay Payment Gateway Integration

Laravelcode shows us how to integrate razorpay payment gateway in laravel 5.5 with example and demo.

Laravel 5.5 - Razorpay Payment Gateway Integration

Laravel 5.5 Trait Generator

Artisan, the command-line interface included with Laravel already provides many commands to do different tasks. Here I am going to make a command for creating new Trait. Trait is not Laravel specific functionality, but it’s a feature in PHP.

Laravel 5.5 Trait Generator

Learn how to use HighChart in Laravel 5.5

In this article, I will show you how to use Highchart in Laravel 5.5 because Highchart is the most popular chart library that provides cool and beautiful graphs for free.

Learn how to use HighChart in Laravel 5.5

Learn how to build a simple app with Laravel 5.5 and Angular 4

Today we will see how we can use both frameworks and how we can interact with each other via an API.

Learn how to build a simple app with Laravel 5.5 and Angular 4

Learn how to test HTTP requests in Laravel 5.5

Testing an HTTP request is a very important task as a backend developer to verify that our project works fine. Gladly, Laravel provides a very fluent API to test the HTTP request.

Learn how to test HTTP requests in Laravel 5.5

NewPortal - a simple CMS built with Laravel 5.5 and Angular 4

NewPortal is a simple web application, created using Laravel 5.5 and Angular 4.

NewPortal - a simple CMS built with Laravel 5.5 and Angular 4

Learn how to use Laravel 5.5 rule object to validate the Pincode

Laravel 5.5 makes the creating the custom validation rules very easy.

Learn how to use Laravel 5.5 rule object to validate the Pincode