Libraries tagged by laravel helper file
israeldavidvm/name-helper
26 Downloads
Manage file names, responsive images, URLs and more with ease!The NameHelper repository offers you a complete library to simplify working with names in your application.The NameHelper class provides a collection of utility functions for working with image names, particularly in the context of generating responsive image URLs. It also includes auxiliary functions for manipulating file names and some special functions that allow the generation of urls specially designed for Laravel.I usually use this package with other packages created by me such as ImageCompressor and SmartImage.
bakgul/file-history
142 Downloads
This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.
bakgul/file-content
146 Downloads
This is a helper package, and it can't be used independently. Its purpose is to get/set/modify files' content when they are created/deleted/updated through the commands that are shipped with the packages, which are part of Packagified Laravel.
asnardd/lang-helper
19 Downloads
A simple package for Laravel to help you create lang files easily with artisan
hatamiarash7/laravel-utils
17 Downloads
Useful functions for Laravel
nobledsmarts/db-sentry
100 Downloads
Laravel Helper package for backing up Mysql database specified in env file and saving it to a folder
larakit/hlp-image
549 Downloads
[Larakit] [helper] file
filefabrik/bootraiser
696 Downloads
Laravel boot helper for custom packages
tannhatcms/medialibrary-uploaders
4 Downloads
Helper functions to save files with spatie media library
derduesseldorf/formbuilder
20 Downloads
Formbuilder Package to build Forms with validation
mmockelyn/dconverter
13 Downloads
helper tool for converting and formatting Outputs into human readable format
provisionesta/datadumper
81 Downloads
Local and cloud file parsing and saving helpers for Laravel with diff changelog and manifest features
danbaker/toolbox
10 Downloads
A modern PHP toolbox featuring a facade-driven API for accessing reusable utilities and helpers—covering strings, dates, files, validation, security, and beyond. Designed for Laravel and general-purpose PHP projects.
bakgul/kernel
177 Downloads
This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.
aromarious/wp-dotenv
112 Downloads
Helper scripts to enable WordPress to use dotenv config files, similar to Laravel 5, using code of scottjs/wp-dotenv. thanks scottjs