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

Create New Post Contact Us

Vue API calls in a smart way

Jorge Nieto wrote a nice article to demonstrate the Repository Factory pattern that exposes different ways to make calls to an API from Vue.js

Vue API calls in a smart way

Installing Webpack 4 in Laravel and activate the Chunk function and ServiceWorker

Mohamed Amine wrote a nice tutorial on how to install Webpack in Laravel 5.

Installing Webpack 4 in Laravel and activate the Chunk function and ServiceWorker

Testing Laravel Zero dynamic commands

Max wrote a nice tutorial on how to test Laravel Zero dynamic commands.

Testing Laravel Zero dynamic commands

Patching the Vue.js Virtual DOM: The need, the explanation and the solution

Michael Gallagher shows us how to patch the Virtual DOM in Vue and explains why we need to do that.

Patching the Vue.js Virtual DOM: The need, the explanation and the solution

Upload images to Google Cloud Storage using Laravel 5.7

Sky Chin wrote a nice tutorial on how to upload images to Google Cloud Storage using Laravel 5.7.

 Upload images to Google Cloud Storage using Laravel 5.7

Laravel Google ReCaptcha

In this tutorial, I’ll cover how to easily integrate Google ReCaptcha validation in your Laravel Application.

Laravel Google ReCaptcha

Track console and web Laravel framework execution with Laravel Profiler

Laravel Profiler is a package which we can use to track console and web Laravel framework execution and have a better understanding of what is going on under the hood.

Track console and web Laravel framework execution with Laravel Profiler

Import and export Excel files easily with Laravel Excel

Laravel Excel is a popular package which provides a simple wrapper around PhpSpreadsheet with the goal of simplifying exports and imports.

Import and export Excel files easily with Laravel Excel