You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,22 +56,22 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
56
56
57
57
##### Developer Tools
58
58
*[IDE Helper](https://github.com/barryvdh/laravel-ide-helper) - Generates a helper file for IDE auto-completion
*[Laravel API/Scaffold/CRUD Generator](http://labs.infyom.com/laravelgenerator/) - Generator for APIs, CRUD scaffolds etc.
61
61
62
62
##### Debugging & Profiling
63
63
*[Clockwork](https://github.com/itsgoingd/clockwork) - Integrates Clockwork Chrome extension for debugging and profiling apps
64
64
*[Debug Bar](https://github.com/barryvdh/laravel-debugbar) - Integrates PHP Debug Bar with Laravel
*[LogViewer](https://github.com/ARCANEDEV/LogViewer) - Provides a log viewer for Laravel 5
67
-
*[LERN](https://github.com/tylercd100/lern#lern-laravel-exception-recorder-and-notifier) - LERN is a Laravel 5 package that will record exceptions into a database and will send you a notification.
68
-
*[Mail Preview](https://github.com/themsaid/laravel-mail-preview) - Preview sent mail in a web browser or mail client.
67
+
*[LERN](https://github.com/tylercd100/lern#lern-laravel-exception-recorder-and-notifier) - LERN is a Laravel 5 package that will record exceptions into a database and will send you a notification
68
+
*[Mail Preview](https://github.com/themsaid/laravel-mail-preview) - Preview sent mail in a web browser or mail client
*[JWT Auth](https://github.com/tymondesigns/jwt-auth) - JSON Web Token authentication for APIs
73
-
*[Laravel Permission](https://github.com/spatie/laravel-permission) Associate users with roles and permissions
*[Laravel Permission](https://github.com/spatie/laravel-permission)- Associate users with roles and permissions
*[OAuth2 Server Laravel](https://github.com/lucadegasperi/oauth2-server-laravel) - OAuth 2.0 authorization server and resource server
76
76
*[Laravel Roles](https://github.com/romanbican/roles) - Roles And Permissions
77
77
*[Sentinel](https://github.com/cartalyst/sentinel) - Framework agnostic authentication & authorization system
@@ -109,13 +109,13 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
109
109
*[Teamwork](https://github.com/mpociot/teamwork) - User to team associations with an invite system
110
110
*[Validating](https://github.com/dwightwatson/validating) - Trait for validating Eloquent models
111
111
*[VAT Calculator](https://github.com/mpociot/vat-calculator) - Handle all the hard stuff related to EU MOSS vat regulations
112
-
*[Laravel Uuid](https://github.com/webpatser/laravel-uuid) - Laravel package to generate a UUID according to the RFC 4122 standard.
113
-
*[Laravel Installer](https://github.com/RachidLaasri/LaravelInstaller) - Laravel package to allow users to install your application just by following the setup wizard, like WordPress.
114
-
*[Laravel Test Factory Generator](https://github.com/mpociot/laravel-test-factory-helper)- Generate Laravel test factories from your existing models
112
+
*[Laravel Uuid](https://github.com/webpatser/laravel-uuid) - Laravel package to generate a UUID according to the RFC 4122 standard
113
+
*[Laravel Installer](https://github.com/RachidLaasri/LaravelInstaller) - Laravel package to allow users to install your application just by following the setup wizard, like WordPress
114
+
*[Laravel Test Factory Generator](https://github.com/mpociot/laravel-test-factory-helper)- Generate Laravel test factories from your existing models
115
115
116
116
##### Working with Javascript
117
117
*[Laroute](https://github.com/aaronlord/laroute) - Generate Laravel route URLs from JavaScript
118
-
*[PHP Vars to JavaScript Transformer](https://github.com/laracasts/PHP-Vars-To-Js-Transformer) - Pass server-side string/array/collection/whatever to JavaScript
118
+
*[PHP Vars to JavaScript Transformer](https://github.com/laracasts/PHP-Vars-To-Js-Transformer) - Pass server-side string/array/collection/whatever to JavaScript
119
119
*[Javascript Validation](https://github.com/proengsoft/laravel-jsvalidation) - Use validation rules, messages, FormRequest and validators to validate forms in client side without need to write any Javascript code
120
120
121
121
##### Databases, ORMs, Migrations & Seeding
@@ -162,7 +162,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
162
162
*[Laravel Localization](https://github.com/mcamara/laravel-localization) - Add i18n support via routes
163
163
*[Laravel Translatable](https://github.com/dimsav/laravel-translatable) - Retrieve and store translatable Eloquent model instances
164
164
*[Laravel Translator](https://github.com/vinkla/translator) - Translate Eloquent models into multiple languages
165
-
*[Laravel Date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages, based on Carbon.
165
+
*[Laravel Date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages, based on Carbon
166
166
167
167
##### Third-party Service Integration
168
168
*[Laravel Algolia](https://github.com/vinkla/algolia) - Algolia API bridge
@@ -434,6 +434,6 @@ Found an awesome package, blog, video etc.? Send me a pull request!
434
434
435
435
## License
436
436
437
-
Awesome Laravel is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
438
-
439
437
[](http://creativecommons.org/licenses/by/4.0/)
438
+
439
+
Awesome Laravel is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
0 commit comments