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

Create New Post Contact Us

Create REST API with Laravel 5.8 Passport

Hardik Savani shows us some examples of how to create REST API with Laravel 5.8 Passport.

Create REST API with Laravel 5.8 Passport

10 Un-known, But very Useful Laravel Eloquent Features

Laravel is an outstanding framework with rich features, but all available features are not in Laravel documentation. In this post I will highlight some features which are unknown.

10 Un-known, But very Useful Laravel Eloquent Features

Laravel Modding: Generating Models with singular table names

Peter Fox shows us how to generate models with singular table names in Laravel 5.

Laravel Modding: Generating Models with singular table names

Developing and Securing GraphQL APIs with Laravel

Andrea Chiarelli shows you how to use Laravel to implement a basic GraphQL API and how to secure it with Auth0. Throughout the article, you will learn how to implement the API step by step up to the final result.

Developing and Securing GraphQL APIs with Laravel

Laravel 5.8 CRUD Tutorial With Example For Beginners

Laravel 5.8 CRUD Tutorial With Example For Beginners is today’s topic

Laravel 5.8 CRUD Tutorial With Example For Beginners

Easily add URL rewrites to a Laravel app with Laravel URL Rewrites

Laravel URL Rewrites is a good package that we can use to add URL rewrites to a Laravel app easily.

Easily add URL rewrites to a Laravel app with Laravel URL Rewrites

Create zip files containing personal data with Laravel Personal Data Export

Laravel Personal Data Export is a package that makes it easy to let a user download an export containing all personal data. Such an export consists of a zip file containing all user properties and related info.

Create zip files containing personal data with Laravel Personal Data Export

Sieve - A simple, clean and elegant way to filter Laravel Eloquent models

Sieve is a Laravel package that allows you to filter retrieved records based on query string values.

Sieve - A simple, clean and elegant way to filter Laravel Eloquent models