Skip to content

Commit 941752a

Browse files
committed
Merge branch 'master' of github.com:chiraggude/awesome-laravel
2 parents c54bcc0 + 2873dcf commit 941752a

File tree

1 file changed

+29
-17
lines changed

1 file changed

+29
-17
lines changed

README.md

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
1414
- [Development Setup](#development-setup)
1515
- [Application Hosting](#application-hosting)
1616
- [Application Deployment](#application-deployment)
17-
- [Articles, Tutorials, Blogs etc.](#articles-tutorials-blogs-etc)
17+
- [Articles, Tutorials, Blogs, etc.](#articles-tutorials-blogs-etc)
1818
- [Videos](#videos)
1919
- [Conferences](#conferences)
2020
- [Books](#books)
@@ -34,12 +34,15 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
3434
* [Lumen](http://lumen.laravel.com)
3535
* [Lumen Documentation](http://lumen.laravel.com/docs)
3636
* [Laracasts](http://laracasts.com)
37-
* [Laravel News](https://laravel-news.com/)
37+
* [Laravel News](https://laravel-news.com)
38+
* [StyleCI](https://styleci.io)
3839

3940
## Code Snippets
4041
* [Laravel Cheat Sheet](http://cheats.jesse-obrien.ca)
42+
* [Laravel Cheat Sheet 5.1 LTS](https://aufree.github.io/laravel5-cheatsheet/)
43+
* [Laravel Cheat Sheet 5.1 LTS Chinese](https://cs.phphub.org/)
4144
* [Laravel Tricks](http://laravel-tricks.com/)
42-
* [Laravel Recipies](http://laravel-recipes.com/)
45+
* [Laravel Recipes](http://laravel-recipes.com/)
4346

4447
## Packages
4548
* [Packagist](https://packagist.org/)
@@ -53,20 +56,22 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
5356
5457
##### Developer Tools
5558
* [IDE Helper](https://github.com/barryvdh/laravel-ide-helper) - Generates a helper file for IDE auto-completion
56-
* [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended) - Extends built-in file generators
57-
* [Laravel API/Scaffold/CRUD Generator](https://github.com/mitulgolakiya/laravel-api-generator) - Generator for APIs, CRUD scaffolds etc.
59+
* [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended) - Extends built-in file generators
60+
* [Laravel API/Scaffold/CRUD Generator](http://labs.infyom.com/laravelgenerator/) - Generator for APIs, CRUD scaffolds etc.
5861

5962
##### Debugging & Profiling
6063
* [Clockwork](https://github.com/itsgoingd/clockwork) - Integrates Clockwork Chrome extension for debugging and profiling apps
6164
* [Debug Bar](https://github.com/barryvdh/laravel-debugbar) - Integrates PHP Debug Bar with Laravel
6265
* [Laravel 5 Log Viewer](https://github.com/rap2hpoutre/laravel-log-viewer) - Log viewer
6366
* [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
6469

6570
##### Authentication & Authorisation
6671
* [Entrust](https://github.com/Zizaco/entrust) - Role-based Permissions
6772
* [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
69-
* [Defender](https://github.com/artesaos/defender) Roles & Permissions
73+
* [Laravel Permission](https://github.com/spatie/laravel-permission) - Associate users with roles and permissions
74+
* [Defender](https://github.com/artesaos/defender) - Roles & Permissions
7075
* [OAuth2 Server Laravel](https://github.com/lucadegasperi/oauth2-server-laravel) - OAuth 2.0 authorization server and resource server
7176
* [Laravel Roles](https://github.com/romanbican/roles) - Roles And Permissions
7277
* [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)
8085
* [Datatable](https://github.com/Chumper/Datatable) - Server-side and client-side integration for jQuery Datatables plugin
8186
* [Eloquent Sluggable](https://github.com/cviebrock/eloquent-sluggable) - Create slugs for Eloquent models
8287
* [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.
8389
* [Intervention Image](https://github.com/Intervention/image) - Image handling library for creating, editing and composing images
8490
* [Laravel Breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs) - Create and manage breadcrumbs
8591
* [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)
100106
* [Revisionable](https://github.com/VentureCraft/revisionable) - Create a revision history for Eloquent models
101107
* [SEOTools](https://github.com/artesaos/seotools) - Helpers for some common SEO techniques
102108
* [Setting](https://github.com/Phil-F/Setting) - Persistent configuration settings that are stored in JSON files
109+
* [Friendship](https://github.com/hootlex/laravel-friendships) - Friendship management system - send, receive, accept, deny friend requests
103110
* [Teamwork](https://github.com/mpociot/teamwork) - User to team associations with an invite system
104111
* [Validating](https://github.com/dwightwatson/validating) - Trait for validating Eloquent models
105112
* [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
109116

110117
##### Working with Javascript
111118
* [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
113120
* [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
114121

115122
##### Databases, ORMs, Migrations & Seeding
@@ -136,6 +143,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
136143
* [ApiGuard](https://github.com/chrisbjr/api-guard) - Allow API authentication with API keys
137144
* [Dingo API](https://github.com/dingo/api) - Multi-purpose toolkit for developing RESTful APIs
138145
* [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
139147

140148
##### Tasks, Commands and Scheduling
141149
* [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)
155163
* [Laravel Localization](https://github.com/mcamara/laravel-localization) - Add i18n support via routes
156164
* [Laravel Translatable](https://github.com/dimsav/laravel-translatable) - Retrieve and store translatable Eloquent model instances
157165
* [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
159167

160168
##### Third-party Service Integration
161169
* [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)
179187
* [Getting Started with Laravel Homestead](https://scotch.io/tutorials/getting-started-with-laravel-homestead)
180188
* [Installation on OSx and Linux](https://laracasts.com/series/laravel-5-from-scratch/episodes/3)
181189
* [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).
182191
* Install Laravel with Composer
183192
* [Windows](https://www.youtube.com/watch?v=m3D894qZKws)
184193
* [Mac OSX or Linux](https://laracasts.com/lessons/laravel-installation-for-newbs)
@@ -192,6 +201,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
192201
* [PagodaBox](https://pagodabox.io/) ([Documentation](https://pagodabox.io/docs/framework_laravel))
193202
* [Heroku](https://www.heroku.com/) ([Tutorial](https://mattstauffer.co/blog/installing-a-laravel-app-on-heroku))
194203
* [IBM BlueMix](https://console.ng.bluemix.net/) ([Tutorial](https://developer.ibm.com/bluemix/2014/06/17/getting-started-laravel-bluemix/))
204+
* [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) ([Tutorial](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-laravel-tutorial.html#php-laravel-tutorial-deploy))
195205

196206
## Application Deployment
197207
* [Envoyer](https://envoyer.io/) - Zero down-time Deployer for PHP & Laravel projects
@@ -266,6 +276,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
266276
* [Amitav Roy](https://www.youtube.com/channel/UC4gijXR8cM4gmEt9Olse-TQ/videos)
267277
* [Lynda](http://www.lynda.com/Laravel-training-tutorials/2779-0.html)
268278
* [Pluralsight](https://www.pluralsight.com/search?q=laravel&categories=course)
279+
* [Laracademy](https://laracademy.co/)
269280

270281
## Conferences
271282
* [Laracon US](http://laracon.us/)
@@ -319,7 +330,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
319330
* [Laravel 5.1 Boilerplate](https://github.com/rappasoft/laravel-5-boilerplate)
320331
* [Laravel 5 Angular Material Starter](https://github.com/jadjoubran/laravel5-angular-material-starter)
321332
* [Acacha adminlte-laravel](https://github.com/acacha/adminlte-laravel)
322-
* [Laravel Spark](https://github.com/laravel/spark)
323333
* [Laravel Hackathon Starter](https://github.com/unicodeveloper/laravel-hackathon-starter)
324334

325335
## Codebases for Reference
@@ -335,14 +345,14 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
335345
* [Paperwork](https://github.com/twostairs/paperwork)
336346
* [PHPHub](https://github.com/summerblue/phphub)
337347
* [PyroCMS](https://github.com/pyrocms/pyrocms)
338-
* [StyleCI](https://github.com/StyleCI/StyleCI)
339348
* [TypiCMS](https://github.com/TypiCMS/Base)
340349
* [Wardrobe](https://github.com/wardrobecms/wardrobe)
341350
* [Flarum](https://github.com/flarum/flarum)
342351
* [Lavalite](https://github.com/LavaLite/cms)
343352
* [Laramap](https://github.com/laramap/laramap.com)
344353
* [Attendize](https://github.com/Attendize/Attendize)
345354
* [Katana](https://github.com/themsaid/katana)
355+
* [Antvel] (https://github.com/ant-vel/antVel)
346356

347357
## Newsletters
348358
* [Laravel News](https://laravel-news.com/) ([archive](https://laravel-news.com/archive/))
@@ -352,6 +362,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
352362
* [The Laravel Podcast](http://www.laravelpodcast.com/)
353363
* [The Laravel News Podcast](http://podcast.laravel-news.com/)
354364
* [The Laracasts Snippet](https://laracasts.simplecast.fm/)
365+
* [Larachat Live](http://larachat.co/live)
355366

356367
## Community
357368
* [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)
372383
* [Laravel France](http://laravel.fr/)
373384
* [Laravel Myanmar](http://laravelmyanmar.com)
374385
* [Laravel Indonesia](http://id-laravel.com/) ([Facebook group](https://www.facebook.com/groups/laravel/))
375-
* [Laravel Brasil](http://www.laravel.com.br/) ([Facebook group](https://www.facebook.com/groups/laravelbrasil/))
386+
* [Laravel Brasil](http://www.laravel.com.br/) ([Facebook group](https://www.facebook.com/groups/laravelbrasil/)) ([Telegram group](https://telegram.me/laravelbr))
376387
* [Laravel Turkey](http://www.laravel.gen.tr/) ([Facebook group](https://www.facebook.com/groups/laravelturkiye/))
377388
* [Laravel Nigeria](http://www.laranaija.com/) ([Facebook group](https://www.facebook.com/groups/laravelnigeria/))
378389
* [Laravel China](https://phphub.org/)
@@ -386,6 +397,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
386397
* [Laravel Algeria] (https://www.facebook.com/groups/LaravelAlgeria/)
387398
* [Laravel Greece](http://www.laravel.gr) ([Facebook page](https://www.facebook.com/laravelgr))
388399
* [Laravel Middle East](http://laravelme.com/) ([Facebook page](https://www.facebook.com/laravelme))
400+
* [Laravel Georgia](https://www.facebook.com/groups/laravel.georgia/)
389401

390402
##### Meetups
391403
* [All Meetups](http://laravel.meetup.com/)
@@ -423,6 +435,6 @@ Found an awesome package, blog, video etc.? Send me a pull request!
423435

424436
## License
425437

426-
Awesome Laravel is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
427-
428438
[![CC BY 4.0](https://i.creativecommons.org/l/by/4.0/88x31.png)](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

Comments
 (0)