Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ A curated list of delightful [Laravel](http://laravel.com/) PHP framework [packa
- [Laravel Decomposer](https://github.com/lubusIN/laravel-decomposer) - Generates a list of all of the packages used by your Laravel application, including dependencies, and displays them in the browser. \[02/20/2017\]
- [Laravel Environment](https://github.com/Brunty/laravel-environment) - Artisan extension to create and edit environment-specific configuration files in the shell.
- [Laravel Environment Manager](https://github.com/tommyku/laravel5_env) - Artisan command for managing multiple environments (`.env`) for a Laravel 5 application.
- [Laravel Feature Flag/Switch](https://github.com/jonathan-bird/feature-switch) - Simple tool for adding [feature flag](https://en.wikipedia.org/wiki/Feature_toggle) capability to your Laravel applications. \[06/16/2016\]
- [Laravel Feature Flags](https://github.com/ylsideas/feature-flags) - Apply flags into your code and the framework to make it easier to integrate code without feature branches causing roadblocks.
- [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper) - Adds auto-complete support for Laravel syntax to a variety of IDEs and text editors, including [Aptana Studio](http://aptana.com/), [Eclipse](http://eclipse.org/), [PHP Storm](http://www.jetbrains.com/phpstorm/), and more.
- [Laravel Identify](https://github.com/unicodeveloper/laravel-identify) - Package to identify client configuration, such as browser, device, operating system and more. \[01/07/2017\]
- [Laravel iDoc](https://github.com/ovac/idoc) - Automatically generate interactive API documentation from your existing Laravel routes. Take a look at the [example documentation](https://www.ovac4u.com/idoc/live). Inspired by [Laravel API Documentation Generator](mpociot/laravel-apidoc-generator) \[04/30/2019\]
Expand Down