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

Create New Post Contact Us

Track visitors and retrieve their informations with Laravel Visitor

Laravel Visitor is a good package to extract and access visitors' information such as browser, ip, device, etc.

Track visitors and retrieve their informations with Laravel Visitor

Multiple Files Upload Using DropZone in Laravel 6

Hardik Savani wrote a step by step instruction on how to make a Multiple Files Upload Using DropZone in Laravel 6.

Multiple Files Upload Using DropZone in Laravel 6

How to create a Custom Helper in Laravel 6

tutsmake shows us how to create a Custom Helper in Laravel 6.

How to create a Custom Helper in Laravel 6

Manage localized routes and translatable models with Laravel Translatable

Laravel Translatable is a useful package to manage localized routes and translatable models.

Manage localized routes and translatable models with Laravel Translatable

Previewing Laravel markdown Notifications directly in your browser

Sjors van Dongen wrote a good tutorial on how to preview Laravel markdown Notifications directly in our browser.

Previewing Laravel markdown Notifications directly in your browser

Generate Laravel route URLs from JavaScript with Laroute

Laroute is a Laravel package that allows us to port our routes over to JavaScript, and gives us a bunch of very familiar helper functions to use.

Generate Laravel route URLs from JavaScript with Laroute

Learn Vue.js Lifecycle hooks

In Vue.js, Lifecycle hooks are the defined methods that get executed in a certain stage of the Vue object lifespan. Starting from the initialization, to when it gets destroyed, the object follows different phases of life.

Learn Vue.js Lifecycle hooks

Learn how to build Chrome Extensions with Vue.js

Simon Nørlund Eldevig wrote a good tutorial on how to build Chrome Extensions with Vue.js.

Learn how to build Chrome Extensions with Vue.js