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

Create New Post Contact Us

Create zip files containing personal data with Laravel Personal Data Export

Laravel Personal Data Export is a package that makes it easy to let a user download an export containing all personal data. Such an export consists of a zip file containing all user properties and related info.

Create zip files containing personal data with Laravel Personal Data Export

How to transform your PHP variables to JavaScript in Laravel 5

Often, you find yourself in a situation where you want to pass your server-side variables, string, collection to JavaScript. By traditional old ways it can be a bit of pain especially when your application grows.

How to transform your PHP variables to JavaScript in Laravel 5

Generate populated factories for models with Laravel Populated Factor

Laravel Populated Factor provides an easy way to generate populated factories for models according to types & names of their columns.

Generate populated factories for models with Laravel Populated Factor

Translate translation files to other languages automatically using Laravel 5

laravel-google-translate is a good package which we can use to translate translation files to other languages automatically.

Translate translation files to other languages automatically using Laravel 5

A simple Laravel 5 Library to connect/publish to MQTT broker

A simple Laravel 5 Library to connect/publish to MQTT broker

A simple Laravel 5 Library to connect/publish to MQTT broker

Laravel E-Commerce: Complete Guide & PyroCMS Example

In the tutorial, I'll show you how to set up a PyroCMS demo site and how to add an e-commerce panel to PyroCMS.

Laravel E-Commerce: Complete Guide & PyroCMS Example

Build dynamic filter controls in Laravel

Adi shares his solution for searching, filtering & sorting data in Laravel 5.

Build dynamic filter controls in Laravel

Crawling websites using Laravel Dusk

I have created a simple web spider using Laravel Dusk, this spider goes through all the links in a website and gets its title, content and status code and stores it in the local database.

Crawling websites using Laravel Dusk