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

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

Currency formatting and conversion package for Laravel

Money package intends to provide tools for formatting and conversion monetary values in an easy, yet powerful way for Laravel projects.

Currency formatting and conversion package for Laravel

Error reporting tool for Laravel: LaraBug

LaraBug is a laravel error logging tool. You can easily require the package in your project.

Error reporting tool for Laravel: LaraBug

Build a CRUD app with Laravel 5.5 and AngularJS

Build a CRUD app with Laravel 5.5 and AngularJS

Build a CRUD app with Laravel 5.5 and AngularJS

Send SMS From Laravel Application

Olususi Kayode Oluyemi wrote a nice tutorial on how to send SMS using Laravel.

Send SMS From Laravel Application

Laravel 5.5 Dependency Injection Tutorial

Krunal shows us how to use dependency injection in Laravel 5.5.

Laravel 5.5 Dependency Injection Tutorial