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
@@ -53,20 +56,22 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
53
56
54
57
##### Developer Tools
55
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.
58
61
59
62
##### Debugging & Profiling
60
63
*[Clockwork](https://github.com/itsgoingd/clockwork) - Integrates Clockwork Chrome extension for debugging and profiling apps
61
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
*[JWT Auth](https://github.com/tymondesigns/jwt-auth) - JSON Web Token authentication for APIs
68
-
*[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
71
76
*[Laravel Roles](https://github.com/romanbican/roles) - Roles And Permissions
72
77
*[Sentinel](https://github.com/cartalyst/sentinel) - Framework agnostic authentication & authorization system
@@ -80,6 +85,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
80
85
*[Datatable](https://github.com/Chumper/Datatable) - Server-side and client-side integration for jQuery Datatables plugin
81
86
*[Eloquent Sluggable](https://github.com/cviebrock/eloquent-sluggable) - Create slugs for Eloquent models
82
87
*[HTML](https://github.com/LaravelCollective/html) - Official HTML and Form Builders for Laravel
88
+
*[Laravel 5 form builder](https://github.com/kristijanhusak/laravel-form-builder) - Form builder for Laravel 5 inspired by Symfony's form builder.
83
89
*[Intervention Image](https://github.com/Intervention/image) - Image handling library for creating, editing and composing images
84
90
*[Laravel Breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs) - Create and manage breadcrumbs
85
91
*[Laravel Datatable](https://github.com/yajra/laravel-datatables) - jQuery DataTables API
@@ -100,16 +106,17 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
100
106
*[Revisionable](https://github.com/VentureCraft/revisionable) - Create a revision history for Eloquent models
101
107
*[SEOTools](https://github.com/artesaos/seotools) - Helpers for some common SEO techniques
102
108
*[Setting](https://github.com/Phil-F/Setting) - Persistent configuration settings that are stored in JSON files
*[Teamwork](https://github.com/mpociot/teamwork) - User to team associations with an invite system
104
111
*[Validating](https://github.com/dwightwatson/validating) - Trait for validating Eloquent models
105
112
*[VAT Calculator](https://github.com/mpociot/vat-calculator) - Handle all the hard stuff related to EU MOSS vat regulations
106
-
*[Laravel Uuid](https://github.com/webpatser/laravel-uuid) - Laravel package to generate a UUID according to the RFC 4122 standard.
107
-
*[Laravel Installer](https://github.com/RachidLaasri/LaravelInstaller) - Laravel package to allow users to install your application just by following the setup wizard, like WordPress.
108
-
*[Laravel Test Factory Generator](https://github.com/mpociot/laravel-test-factory-helper)- Generate Laravel test factories from your existing models
113
+
*[Laravel Uuid](https://github.com/webpatser/laravel-uuid) - Laravel package to generate a UUID according to the RFC 4122 standard
114
+
*[Laravel Installer](https://github.com/RachidLaasri/LaravelInstaller) - Laravel package to allow users to install your application just by following the setup wizard, like WordPress
115
+
*[Laravel Test Factory Generator](https://github.com/mpociot/laravel-test-factory-helper)- Generate Laravel test factories from your existing models
109
116
110
117
##### Working with Javascript
111
118
*[Laroute](https://github.com/aaronlord/laroute) - Generate Laravel route URLs from JavaScript
112
-
*[PHP Vars to JavaScript Transformer](https://github.com/laracasts/PHP-Vars-To-Js-Transformer) - Pass server-side string/array/collection/whatever to JavaScript
119
+
*[PHP Vars to JavaScript Transformer](https://github.com/laracasts/PHP-Vars-To-Js-Transformer) - Pass server-side string/array/collection/whatever to JavaScript
113
120
*[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
114
121
115
122
##### Databases, ORMs, Migrations & Seeding
@@ -136,6 +143,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
136
143
*[ApiGuard](https://github.com/chrisbjr/api-guard) - Allow API authentication with API keys
137
144
*[Dingo API](https://github.com/dingo/api) - Multi-purpose toolkit for developing RESTful APIs
138
145
*[Laravel CORS](https://github.com/barryvdh/laravel-cors) - Add CORS (Cross-Origin Resource Sharing) headers support
146
+
*[Laravel Fractal](https://github.com/spatie/laravel-fractal) - Output complex, flexible, AJAX/RESTful data structures with Fractal in Laravel and Lumen
139
147
140
148
##### Tasks, Commands and Scheduling
141
149
*[Dispatcher](https://github.com/indatus/dispatcher) - Scheduler for Artisan commands
@@ -155,7 +163,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
155
163
*[Laravel Localization](https://github.com/mcamara/laravel-localization) - Add i18n support via routes
156
164
*[Laravel Translatable](https://github.com/dimsav/laravel-translatable) - Retrieve and store translatable Eloquent model instances
157
165
*[Laravel Translator](https://github.com/vinkla/translator) - Translate Eloquent models into multiple languages
158
-
*[Laravel Date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages, based on Carbon.
166
+
*[Laravel Date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages, based on Carbon
159
167
160
168
##### Third-party Service Integration
161
169
*[Laravel Algolia](https://github.com/vinkla/algolia) - Algolia API bridge
@@ -179,6 +187,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
179
187
*[Getting Started with Laravel Homestead](https://scotch.io/tutorials/getting-started-with-laravel-homestead)
180
188
*[Installation on OSx and Linux](https://laracasts.com/series/laravel-5-from-scratch/episodes/3)
181
189
*[Installation on Windows](http://blog.teamtreehouse.com/laravel-homestead-on-windows)
190
+
*[LaraDock](https://github.com/LaraDock/laradock) - Run Laravel on Docker (Like Homstead but for Docker instead of Vagrant).
*[Laravel 5 Angular Material Starter](https://github.com/jadjoubran/laravel5-angular-material-starter)
*[Laravel.io Forum](http://laravel.io/forum) ([Old Forum Archive](http://forumsarchive.laravel.io/))
@@ -372,7 +383,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
@@ -423,6 +435,6 @@ Found an awesome package, blog, video etc.? Send me a pull request!
423
435
424
436
## License
425
437
426
-
Awesome Laravel is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
427
-
428
438
[](http://creativecommons.org/licenses/by/4.0/)
439
+
440
+
Awesome Laravel is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
0 commit comments