Libraries tagged by Initials
kakarot/laravel-initial-setup
5 Downloads
A package to automate Laravel localization, exception handling and API versioning
wp-digital/wp-start-up
2243 Downloads
WPStartUp plugin does initial setup after WordPress installation. Create projects in Bugsnag and Pingdom.
cloudratha/ivatar
395 Downloads
Generates Initial based Avatars for Laravel
olivers/twig-avatar-extension
1620 Downloads
This Twig extension generates user avatar using name initials letter inside Twig templates
vitorf7/lv-loadmorepagination
1191 Downloads
Load More Pagination for Laravel. Allows to load an initial number of items and subsequent pages can load a different number of items
tresdstudioweb/dynamic-select
196 Downloads
This component simplifies the configuration of data relationships through taxonomies, which means that the information displayed in the second selector dynamically adjusts based on the option selected in the first selector. This provides users with a more intuitive and personalized experience when choosing among different options, as they can view and select only the relevant choices based on their initial selection in the first selector.
sjaakp/yii2-alphapager
4352 Downloads
Page data on initial character in Yii2.
naviocean/laravel-nameparser
5546 Downloads
PHP library to split names into their respective components. Besides detecting first and last names, this library attempts to handle prefixes, suffixes, initials and compound last names like 'Von Fange'. It also normalizes prefixes (Mister -> Mr.) and fixes capitalization (JOHN SMITH -> John Smith).
jacerider/vscode-neo
82 Downloads
Provides initial setup of Drupal based Neo projects.
itstudioat/spa
56 Downloads
Initial Laraval Spa Installation
halestar/laravel-drop-in-cms
69 Downloads
An extremely simple content management system meant to be dropped into existing laravel projects. It makes no assumptions about users and permissions and uses as much as possible from the host's project. It has plugins to add functionality, but at it's hears it is simply meant to build pages. Initial release will also come with a Blogging plugin.
glamorous/laravel-data-loader
77 Downloads
Small package to provide tools for data migrations and loading initial data into your database
drupal/event_platform_starter
22 Downloads
Initial setup for the Drupal Event Platform and its theme, Event Horizon
drupal/event_platform_example
18 Downloads
Initial configuration of the Drupal Event Platform including an event
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.