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

Create New Post Contact Us

Cleaver - A blazing-fast static site generator using Laravel's Blade templating engine

Cleaver is a good package which we can use to create static pages quickly.

Cleaver - A blazing-fast static site generator using Laravel's Blade templating engine

Share OAuth2 authentication across Laravel projects

John Braun wrote a good tutorial on how to authenticate users using OAuth 2 and share the authentication across our Laravel apps.

Share OAuth2 authentication across Laravel projects

Learn how to redirect to HTTPS using Laravel Middleware

Stephen Jude wrote a good tutorial on how to redirect to HTTPS using Laravel Middleware.

Learn how to redirect to HTTPS using Laravel Middleware

Genarate entity relation diagrams easily with Laravel ER Diagram Generator

Laravel ER Diagram Generator is a good package to generate entity relation diagrams by inspecting the relationships defined in your model files.

Genarate entity relation diagrams easily with Laravel ER Diagram Generator

Manipulating and saving Laravel Eloquent models in multiple languages

laravel model translation is a good package for manipulating and saving Laravel Eloquent models in multiple languages.

Manipulating and saving Laravel Eloquent models in multiple languages

Performance Boost using model caching in Laravel 6

Hardik Savani shows us how to use model caching to boost our Laravel apps' performance.

Performance Boost using model caching in Laravel 6

Add digital signature certification in PDF using Laravel 6

TCPDF is an open-source PHP library and the only PHP-based library that includes complete support for UTF-8 Unicode and right-to-left languages, including the bidirectional algorithm.

Add digital signature certification in PDF using Laravel 6

Full Text Search using Scout in Laravel 6

In this example, I will show you how to add a full-text search using scout in laravel 6. Here we will use Scout and Algolia to perform the search.

You just need to create an account at algolia.com and create a new index where your data will be sto

Full Text Search using Scout in Laravel 6