2
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
3
An abstract base repository with predefined common features.
5
This package is helping you to easily sanitize your request inputs.
6
An easy way to get access to your app settings from anywhere.
7
A customizable toggle switch button generator for Laravel.
8
Data sanitizer to auto-cast entries, convert empty strings to null, etc.
9
Some usefull methods to generate clean HTML with Laravel.