Libraries tagged by file include
sashabo/nginx-conf-parser
2789 Downloads
Parsing nginx.conf files and following includes
samuell/cdn-plugin
312 Downloads
Push, sync, clear and serve assets to/from a CDN or include manifest files from webpack or laravel-mix.
clgsru/composer-modify-autoload
339 Downloads
Simple library for updated the vendor/autoload.php so it manually includes any files specified in composer.json's files array.
zoopcommerce/juggernaut
1443 Downloads
A caching module for PHP that includes adapters for File System, APC and Memcached. It also includes a number of helper classes for DB caching and full page cache
victordzmr/conf2json
1047 Downloads
Library that converts PHP configuration files to JSON. It also includes a command-line interface.
torgodly/html2media
6 Downloads
Html2Media is a versatile Laravel package that allows users to convert HTML content into high-quality PDFs with options for either downloading or triggering a print dialog. Ideal for generating documents, invoices, and reports, this package includes configurable settings for file name, page orientation, format, margins, and scale. Html2Media also provides seamless integration with Filament actions, enabling dynamic content rendering in modals and customizable output previews. Whether you need to save a PDF or send it directly to the printer, Html2Media simplifies the process with robust, flexible features.
bemit/formantablocks
52 Downloads
Twig and JSON static site generator. Includes watcher for view file changes in frontend development and an API for other pure frontend projects.
israeldavidvm/name-helper
13 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.
flightsadmin/crudgenerator
53 Downloads
Crud Generator automatically generates all necessary files for a complete crud. This includes livewire component, factories, migrations, models, blades & seeders.
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
ozwild/iseed
4333 Downloads
Generate Laravel seed files from database state. This is a fork of orangehill/iseed that includes support for Laravel 8
effectra/renova
22 Downloads
Effectra Renova is a PHP package that provides a template rendering and web asset management functionality. It includes a template engine for rendering template files and a web asset management system for generating script and link tags for web assets.
grithin/file-include
5 Downloads
Include files in isolated context with options
orbitali/composer-include-files
23 Downloads
Include files at a higher priority than autoload files.
etelford/phpdotenv-include-extension
13 Downloads
An extension for vlucas/phpdotenv to load .env variables from include files. as well as group them into array-like underscore syntax.