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

Create New Post Contact Us

Implement Password Expiration with Laravel Authentication

In this article, we will cover on how to implement password expiry feature on top of Laravel Basic Authentication. Before we go into the steps make sure you have a Laravel Setup with Basic Laravel Authentication System in place.

Implement Password Expiration with Laravel Authentication

Hosting Private Laravel Packages on GitLab

When we want to restrict the access to the package we made but we don’t want to pay for a service like Private Packagist, we can use GitLab and create a token based authorization to access the package. Let’s see how!

Hosting Private Laravel Packages on GitLab

Implementing Password History with Laravel Authentication

In this article we will go over on how to implement Password History functionality on top of Laravel Authentication

Implementing Password History with Laravel Authentication

Learn how to use View Composers in Laravel

Here in this article, I show how we can use view composer in laravel to bind data to views and not make database queries in our views

Learn how to use View Composers in Laravel

How to integrate a redis manager with your Laravel application

Redis-manager allows you to easily monitor several redis system status, including memory usage, cpu usage, and the throughput of each command.

How to integrate a redis manager with your Laravel application

Laravel 5.5 - Bootstrap Admin Theme Integration

Hdtuto shows us how to integrate Bootstrap Admin Theme in Laravel 5.

Laravel 5.5 - Bootstrap Admin Theme Integration

Laraship, An Awesome Subscription and CMS Package

Laraship is an administration platform for any SAAS application, powered By Laravel 5.5 and Stripe to provide a comprehensive set of features for any subscription platform.

Laraship, An Awesome Subscription and CMS Package

Language switcher package for Laravel

This package allows switching locale easily on Laravel projects. It's so simple to use, once it's installed, your App locale will change only by passing routes into SetLanguage middleware.

Language switcher package for Laravel