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

Create New Post Contact Us

How to create a serverless Vue.js app

Sarah Drasner - Vue Core Team member - shows us how to create a serverless Vue.js app.

How to create a serverless Vue.js app

Working with the Camera in a NativeScript Vue App

Raymond shows us how to work with the camera in a NativeScript Vue App.

Working with the Camera in a NativeScript Vue App

Build a weather app with PHP Dark Sky API (Laravel is supported)

Dark Sky API is a good PHP package which we can use to get data from Dark Sky weather easily.

Build a weather app with PHP Dark Sky API (Laravel is supported)

An Approach to Vue.js Template Variables

Florian Reuschel wrote a nice tutorial on how to temporarily store the results of a method call in Vue templates.

An Approach to Vue.js Template Variables

Using Storybook with VueJS

Dan Arias shows us how to integrate Storybook with an existing Vue.js project by using the popular Kanban Board Progressive Web App (PWA).

Using Storybook with VueJS

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