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.
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.
Laravel Populated Factor provides an easy way to generate populated factories for models according to types & names of their columns.
laravel-google-translate is a good package which we can use to translate translation files to other languages automatically.
A simple Laravel 5 Library to connect/publish to MQTT broker
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.
Adi shares his solution for searching, filtering & sorting data in Laravel 5.
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.