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

Create New Post Contact Us

Santa Claus app built with Vue.js

This is a nice little app which is a small puzzle, which you have to figure out which color should a tile have.

Santa Claus app built with Vue.js

Build a Wordpress Blog with WP Vue

A nice Vue app which can handle a WordPress REST endpoint and display its contents.

Build a Wordpress Blog with WP Vue

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

Best Christmas Deals Of 2017 - Cloud Hosting, Web Dev, Marketing Tools Discounts

Saud Razzak has a great collection of best Christmas deals for you to grab!

Best Christmas Deals Of 2017 - Cloud Hosting, Web Dev, Marketing Tools Discounts

Create rating stars easily with Vue Stars

vue-stars is a Vue component for display or input of ratings.

Create rating stars easily with Vue Stars

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