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

Create New Post Contact Us

Develop APIs faster with Laravel Shovel

Laravel Shovel is a minimalist package providing Laravel response macros to assist in rapid API development by transforming models, resources, collections, paginated objects, and errors into a concise API response format.

Develop APIs faster with Laravel Shovel

How to manage cookies in Vue.js

Martin Schleiss wrote a nice tutorial on how to manage cookies in Vue.js.

How to manage cookies in Vue.js

How to set up PHP CodeSniffer and PreCommit Githooks to a Laravel Project

Set Kyar Wa Lar shows us how to set up PHP CodeSniffer and PreCommit Githooks to a Laravel Project.

How to set up PHP CodeSniffer and PreCommit Githooks to a Laravel Project

Building Offline-First Apps with Vuex

Ido Shamun wrote a nice tutorial on how to create an effective method for caching data using Vue.js.

Building Offline-First Apps with Vuex

Run artisan from anywhere in with Laravel artisan plugin for zsh

Laravel artisan plugin for zsh is a new package which helps you to run artisan from anywhere in the project tree, with auto-completion!

Run artisan from anywhere in with Laravel artisan plugin for zsh

Create a scaffold with Laravel 5.7 -  Profile (Part 3.1) Edit profile

Alfredo Barron shows us how to create a scaffold with Laravel 5.7.

Create a scaffold with Laravel 5.7 -  Profile (Part 3.1)  Edit profile

How to validate Vue.js powered forms in a Laravel app

George Drakakis shows how he validates Vue.js powered forms in a Laravel app.

How to validate Vue.js powered forms in a Laravel app

How to encrypt File Uploads with Laravel

Stefan Zweifel wrote a nice tutorial on how to encrypt file uploads with Laravel 5.

How to encrypt File Uploads with Laravel