Libraries tagged by settings admin
locomotivemtl/charcoal-contrib-translatable-strings
36 Downloads
Charcoal Translatable Strings allows an Admin user to translate hardcoded strings found in templates and controllers.
aiarmada/filament-seating
2302 Downloads
Filament admin for aiarmada/seating: manage seat maps, sections, and occupancy.
chrsc/laraadmin
26 Downloads
Forked from LaraAdmin to update code, issues/pr have been sitting in github without action.
osmphp/admin
28 Downloads
A package for defining data structures using PHP 8 classes and attributes, and getting fully functioning Admin Panel and API.
deployecommerce/module-sitemap-generate-cli
15 Downloads
Generates the sitemaps configured in the Magento admin from the command line, letting failures surface instead of being swallowed by cron, and verifying afterwards that each file really was written - including when remote storage moves it off the local disk.
dejodev/laravel-multi-language-strings
11 Downloads
Laravel Package that adds a Multilanguage string class and an Attribute cast for adding language support to Models.
aminnairi/string-extra
62 Downloads
Extra utilities for working with strings in PHP.
janalis/bumpversion
0 Downloads
A small command line tool aiming to simplify releasing process by updating all version strings in your source code by the correct increment.
fdmind/ignore-query-strings
5103 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.