Libraries tagged by file include
rhinos-solutions/laravel-vue-i18n-generator
4 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
laudaikinhdi/laravel-vue-i18n-generator-tanmnt
2778 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
larajs/i18n
132 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
jackmartin/laravel-vue-i18n-generator
316 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
evert/phpincludes
23 Downloads
PHPIncludes traverses your source and automatically creates an 'includes' file.
alefesouza/laravel-vue-i18n-generator
2064 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
jvelletti/jve-upgradewizard
235 Downloads
Update helper for lts12 Fixes the ways Typoscript and TSconfig included files have been added in database.
texnixe/kirby3-spreadsheet
60 Downloads
Kirby 3 plugin to include spreadsheet files as tables in Kirby textarea fields
samuell/cdn-plugin
323 Downloads
Push, sync, clear and serve assets to/from a CDN or include manifest files from webpack or laravel-mix.
powerbuoy/sleek-core
2236 Downloads
Adds a bunch of theme support, includes translation files, enqueues scripts etc etc.
clgsru/composer-modify-autoload
399 Downloads
Simple library for updated the vendor/autoload.php so it manually includes any files specified in composer.json's files array.
zoopcommerce/juggernaut
1444 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
wexample/php-yaml
231 Downloads
A lightweight PHP library for resolving includes between YAML files
jar/jar_assets
598 Downloads
Includes all CSS and JavaScript files of a folder.
crimsonkissaki/mockmaker
44 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.