Libraries tagged by create laravel package
israeldavidvm/name-helper
23 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.
aaw0/adnec-press-releases
9 Downloads
Press Releases package creates a model, database table and laravel nova resource ready for you.
bakgul/file-content
145 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.
jay-patel/service-repository
3 Downloads
A package for implementing the repository pattern in Laravel applications, providing a structured approach to data access and manipulation. It creates service, repository, interfaces and migration and model.