Laravel-explicit-array Alternatives
Similar projects and alternatives to laravel-explicit-array
-
-
-
Cloudways
Cloudways' Black Friday Offer - 1st Choice of Developers. Cloudways: Devs' 1st choice for managed hosting! Pick from top-tier Cloud providers like DigitalOcean, AWS, and GCE. Limited-time deal: 40% OFF for 4 Months + 40 Free Migrations.
-
-
multi-tenant
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
-
FreeScout
FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
laravel-explicit-array reviews and mentions
-
laravel/framework tickets being closed in a hurry?
I ultimately had to FORK THE ENTIRE METHODS OF ARR into a separate package because I found out the hard way cannot use macros for altering this behavior.
-
Jetstream - Allow personal teams to be optional
Take my PR for example, which tried to bring small changes to be able to escape the dot notation in Laravel's Arr. This could have been great if you wanted to use the Arr::set() for keys that contain dots and you do not want them to become nested. Using the $arr['some.dotted.key'] would have been worked but why assign the array directly if Arr::set exists? I couldn't extend the Arr class in a separate package without copy-pasting the entire code from the original Arr since the methods I was replacing are not using other functions that do only one thing, so that I would replace only the methods without the entire logic.
Stats
renoki-co/laravel-explicit-array is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of laravel-explicit-array is PHP.