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

Create New Post Contact Us

Top Laravel 5 CMS and their Features

In this tutorial, we are going list top 5 Laravel CMS and their features. Laravel popularity is increasing day by day. This tutorial helps you to choose a good Laravel CMS for your next Project.

Top Laravel 5 CMS and their Features

Laravel Mailable Designer — WYSIWYG Editor using Database and Summernote.

If you are looking to build an email marketing tool like sendy or mailchimp with Laravel, continue reading.

Laravel Mailable Designer — WYSIWYG Editor using Database and Summernote.

Two Factor Authentication (Google2FA) with Laravel 5

In this article we will cover on how to setup Two Factor Authentication on top of Laravel Basic Authenticaiton

Two Factor Authentication (Google2FA) with Laravel 5

Learn about Laravel Factories

Browner12 wrote a nice tutorial on how to use Laravel factories.

Learn about Laravel Factories

Integrate your Laravel application with a redis manager

Redis-manager gives your laravel application a redis web administration interface that allows you to easily manipulate the most commonly used data types for redis.

Integrate your Laravel application with a redis manager

Laravel 5.5 - Create a simple Captcha with a refresh button

Hardik Savani shows us how to create a simple Captcha with a refresh button.

Laravel 5.5 - Create a simple Captcha with a refresh button

Laravel Queues Tutorial With Example From Scratch

Learn more about Laravel queue. Queues allow you to defer the processing of a time-consuming task, such as sending an email, until a later time.

Laravel Queues Tutorial With Example From Scratch

Block IP addresses from accessing the Laravel Application

In many cases we need to block some IP addresses from accessing our website content or application. We can restrict IP in Laravel through a simple piece of code.

Block IP addresses from accessing the Laravel Application