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

Create New Post Contact Us

Get weather data with Laravel Weather

Laravel Weather is a good package which we can use to get weather data. It's a wrapper around Open Weather Map API (Current weather).

Get weather data with Laravel Weather

Catch all the sent emails with Laravel Mail Catcher Driver

This is a good Laravle package which has a new mail-based driver that will catch all the sent emails and save it to the database.

Catch all the sent emails with Laravel Mail Catcher Driver

Pagination in Laravel 6 with Next And Previous Button using Ajax

In this post, you can find how to implement Next and Previous Button link pagination in Laravel 6 using Ajax.

Pagination in Laravel 6 with Next And Previous Button using Ajax

Solves the SEO issue for SPA with Laravel Dynamic Rendering

Laravel Dynamic Rendering is a good package which we can use to improve SEO ranking of our websites.

Solves the SEO issue for SPA with Laravel Dynamic Rendering

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