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

Create New Post Contact Us

Building a simple Tasks CRUD with Laravel 5.5

Building a simple Tasks CRUD with Laravel 5.5

Building a simple Tasks CRUD  with Laravel 5.5

Learn how to use middleware in Laravel 5.5

Learn how to use Middleware in Laravel 5.5.

Learn how to use middleware in Laravel 5.5

Developing Laravel 5.5/Lumen 5.5 RESTful API with OAuth 2.0

This article is for the one who is working with PHP/Laravel or who wants to start developing RESTful API with OAuth2.0 security using Laravel 5.5 or Lumen 5.5.

Developing Laravel 5.5/Lumen 5.5 RESTful API with OAuth 2.0

How to build a simple audit system in Laravel 5.5

MundoInterativo shows us how to build a simple Audit System in Laravel 5.5

How to build a simple audit system in Laravel 5.5

Laravel 5.5 API User Authentication with Passport Package

Learn how to deal with Laravel 5.5 API User Authentication with Passport Package

Laravel 5.5 API User Authentication with Passport Package

How to create simple REST APIs in Laravel 5.5 with passport

Krissanawat shows us how to create simple REST APIs in Laravel 5.5 with passport.

How to create simple REST APIs in Laravel 5.5 with passport

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