Libraries tagged by ckan
digitaldream/laracrud
20601 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
dietercoopman/mailspfchecker
3906 Downloads
A package to check if you can send e-mail through a given mailserver in name of a given e-mail address
dave-liddament/test-splitter
275778 Downloads
Splits up PHPUnit tests so they can be ran in parallel (e.g. on github actions)
code4business/freeproduct2
150961 Downloads
Adds a sales rule action to add a product to cart. Can be used to create sales rules to add gifts to cart.
christophlehmann/pagetreefilter
73357 Downloads
It adds a wizard like the new content element wizard that helps finding content elements and records in the page tree. With a few clicks you know where they are used. You can also see what elements are not used.
bvanhoekelen/terminal-style
719698 Downloads
Return your terminal message in style! Change the text style, text color and text background color form the terminal interface with ANSI color codes. The terminal style tool support Laravel and Composer.
bonny/wordpress-simple-history
5196 Downloads
View recent changes made within WordPress, directly on your dashboard or on a separate page.
binshops/laravel-blog
38741 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
baldwin/magento2-module-image-cleanup
49448 Downloads
Magento 2 module which can cleanup old image files that are no longer being used
badoo/soft-mocks
34539 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
automattic/jetpack-config
2863352 Downloads
Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.
apen/additional_reports
131205 Downloads
Useful information in the reports module : xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have a global reports of the system).
alexstewartja/laravel-attribute-observer
73785 Downloads
Observe (and react to) attribute changes made on Eloquent models.
a9f/typo3-fractor
51086 Downloads
TYPO3 extension for the File Read-Analyse-Change Tool. Allows modifying XML files
yii2tech/behavior-trait
282928 Downloads
Allows handling events via inline declared methods, which can be added by traits