Libraries tagged by laravel files
unglud/laravel-image
836 Downloads
Basic image saver for Laravel 5
sven/laravel-ide
16 Downloads
Generate IDE helper files with one short command.
rmunate/laravel-config-runtime
117 Downloads
The `LaravelRuntime` Library empowers you to modify Laravel configuration values at runtime. It's essential to note that these changes won't affect the values in the `.env` file; they will only apply while your scripts are running.
ozanakman/laravel-repository-generator
770 Downloads
Quickly generating repository and interfaces from existing model files
okipa/laravel-model-json-storage
1376 Downloads
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.
nordsoftware/lumen-file-manager-dynamodb
23 Downloads
DynamoDB module for lumen-file-manager.
metalmatze/laravel-html-cachebusting
1682 Downloads
Extends laravel's HtmlBuilder with styleBust() & scriptBust() which insert the file's md5 to the url.
lbiltech/laravel-generator-ui
90 Downloads
Laravel Generator UI is a collection of HTML, CSS, and JS files that implement a clean, responsive, and customizable UI for the Laravel Generator.
kenarkose/files
750 Downloads
Easy media management for Laravel 5
jayked/laravel-filemanager
625 Downloads
A file upload/editor intended for use with Laravel 5 and CKEditor / TinyMCE
falbar/nova-field-system-file
130 Downloads
Uploading files to the server from nova.
cslant/laravel-generator-ui
289 Downloads
Laravel Generator UI is a collection of HTML, CSS, and JS files that implement a clean, responsive, and customizable UI for the Laravel Generator.
brunty/laravel-environment
33 Downloads
Generate and work with .env files from the command line via an artisan command within Laravel.
bluora/laravel-ics
116 Downloads
A Laravel warraper for the eluceo/iCal package that offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
biigle/laravel-image-cache
19 Downloads
Fetch and cache files from local filesystem, cloud storage or public webservers in Laravel