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

Create New Post Contact Us

Laravel AJAX Only Middleware

Sometimes you want to have a route that only accepts AJAX calls, or at least protect them if they are not AJAX calls. Luckily Laravel has an easy helper in the Request class available for these type of things.

Laravel AJAX Only Middleware

Creating a CRM with Laravel Nova

Create a simple customer relationship management system with Laravel Nova following this step-by-step tutorial. This is the third of a four-part series about Laravel Nova which covers installation, creating a CMS, creating a CRM, and customization.

Creating a CRM with Laravel Nova

How to structure a Vue project  - Authentication

Boris Savic shows us how to structure a Vue project. We will build a simple Vue.js project that handles authentication.

How to structure a Vue project  - Authentication

Getting started with Laravel Wink - A new Laravel based publishing platform

welcm has a look at Laravel Wink - A new Laravel based publishing platform from a member of the core Laravel team.

Getting started with Laravel Wink - A new Laravel based publishing platform

Laravel Cashier Braintree Payment Gateway Tutorial With Example

In this tutorial, we will build a Subscription based Platform in which the user can choose a plan, and according to that, he will be charged.

Laravel Cashier Braintree Payment Gateway Tutorial With Example

Learn how to use the Vue CLI GUI for Easy Project Management

Dan Arias shows us how to use the Vue CLI GUI for developing and managing Vue projects effectively.

Learn how to use the Vue CLI GUI for Easy Project Management

How to serve a website that uses OAuth using Laravel Valet

Cristian Tăbăcitu wrote a nice tutorial on how to use Laravel Valet to host an Oauth website locally.

How to serve a website that uses OAuth using Laravel Valet

Let's talk about an unnecessary but popular Vue plugin

heftyhead shares what he thinks about Vue-Axios - a popular package in our Vue community. Should we use this package to import Axios when using Vue?

Let's talk about an unnecessary but popular Vue plugin