Skip to content

Commit 2873dcf

Browse files
committed
Merge pull request chiraggude#173 from DikiCook/master
Fixed typo
2 parents 6fd271f + 3ec61cf commit 2873dcf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 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)
@@ -42,7 +42,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
4242
* [Laravel Cheat Sheet 5.1 LTS](https://aufree.github.io/laravel5-cheatsheet/)
4343
* [Laravel Cheat Sheet 5.1 LTS Chinese](https://cs.phphub.org/)
4444
* [Laravel Tricks](http://laravel-tricks.com/)
45-
* [Laravel Recipies](http://laravel-recipes.com/)
45+
* [Laravel Recipes](http://laravel-recipes.com/)
4646

4747
## Packages
4848
* [Packagist](https://packagist.org/)
@@ -56,22 +56,22 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
5656
5757
##### Developer Tools
5858
* [IDE Helper](https://github.com/barryvdh/laravel-ide-helper) - Generates a helper file for IDE auto-completion
59-
* [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended) - Extends built-in file generators
59+
* [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended) - Extends built-in file generators
6060
* [Laravel API/Scaffold/CRUD Generator](http://labs.infyom.com/laravelgenerator/) - Generator for APIs, CRUD scaffolds etc.
6161

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

7070
##### Authentication & Authorisation
7171
* [Entrust](https://github.com/Zizaco/entrust) - Role-based Permissions
7272
* [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
74-
* [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
7575
* [OAuth2 Server Laravel](https://github.com/lucadegasperi/oauth2-server-laravel) - OAuth 2.0 authorization server and resource server
7676
* [Laravel Roles](https://github.com/romanbican/roles) - Roles And Permissions
7777
* [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)
109109
* [Teamwork](https://github.com/mpociot/teamwork) - User to team associations with an invite system
110110
* [Validating](https://github.com/dwightwatson/validating) - Trait for validating Eloquent models
111111
* [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
115115

116116
##### Working with Javascript
117117
* [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
119119
* [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
120120

121121
##### Databases, ORMs, Migrations & Seeding
@@ -162,7 +162,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
162162
* [Laravel Localization](https://github.com/mcamara/laravel-localization) - Add i18n support via routes
163163
* [Laravel Translatable](https://github.com/dimsav/laravel-translatable) - Retrieve and store translatable Eloquent model instances
164164
* [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
166166

167167
##### Third-party Service Integration
168168
* [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!
434434

435435
## License
436436

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

Comments
 (0)