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

Create New Post Contact Us

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

Tamiat CMS - Vuejs and Firebase based CMS

Tamiat is a front-end focused CMS which can be used as a starter application for your next Vue.js project.

Tamiat CMS - Vuejs and Firebase based CMS

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

Perform browser tests in Laravel 5.5

In this tutorial, we are going to install, configure and perform some basic testing tasks using Laravel dusk.

Perform browser tests in Laravel 5.5