Skip to content

Commit 34e6fa3

Browse files
committed
Fixed typo
1 parent 1d920b1 commit 34e6fa3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 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)
@@ -39,7 +39,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
3939
## Code Snippets
4040
* [Laravel Cheat Sheet](http://cheats.jesse-obrien.ca)
4141
* [Laravel Tricks](http://laravel-tricks.com/)
42-
* [Laravel Recipies](http://laravel-recipes.com/)
42+
* [Laravel Recipes](http://laravel-recipes.com/)
4343

4444
## Packages
4545
* [Packagist](https://packagist.org/)
@@ -53,22 +53,22 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
5353
5454
##### Developer Tools
5555
* [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
56+
* [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended) - Extends built-in file generators
5757
* [Laravel API/Scaffold/CRUD Generator](http://labs.infyom.com/laravelgenerator/) - Generator for APIs, CRUD scaffolds etc.
5858

5959
##### Debugging & Profiling
6060
* [Clockwork](https://github.com/itsgoingd/clockwork) - Integrates Clockwork Chrome extension for debugging and profiling apps
6161
* [Debug Bar](https://github.com/barryvdh/laravel-debugbar) - Integrates PHP Debug Bar with Laravel
6262
* [Laravel 5 Log Viewer](https://github.com/rap2hpoutre/laravel-log-viewer) - Log viewer
6363
* [LogViewer](https://github.com/ARCANEDEV/LogViewer) - Provides a log viewer for Laravel 5
64-
* [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.
65-
* [Mail Preview](https://github.com/themsaid/laravel-mail-preview) - Preview sent mail in a web browser or mail client.
64+
* [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
65+
* [Mail Preview](https://github.com/themsaid/laravel-mail-preview) - Preview sent mail in a web browser or mail client
6666

6767
##### Authentication & Authorisation
6868
* [Entrust](https://github.com/Zizaco/entrust) - Role-based Permissions
6969
* [JWT Auth](https://github.com/tymondesigns/jwt-auth) - JSON Web Token authentication for APIs
70-
* [Laravel Permission](https://github.com/spatie/laravel-permission) Associate users with roles and permissions
71-
* [Defender](https://github.com/artesaos/defender) Roles & Permissions
70+
* [Laravel Permission](https://github.com/spatie/laravel-permission) - Associate users with roles and permissions
71+
* [Defender](https://github.com/artesaos/defender) - Roles & Permissions
7272
* [OAuth2 Server Laravel](https://github.com/lucadegasperi/oauth2-server-laravel) - OAuth 2.0 authorization server and resource server
7373
* [Laravel Roles](https://github.com/romanbican/roles) - Roles And Permissions
7474
* [Sentinel](https://github.com/cartalyst/sentinel) - Framework agnostic authentication & authorization system
@@ -104,12 +104,12 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
104104
* [Teamwork](https://github.com/mpociot/teamwork) - User to team associations with an invite system
105105
* [Validating](https://github.com/dwightwatson/validating) - Trait for validating Eloquent models
106106
* [VAT Calculator](https://github.com/mpociot/vat-calculator) - Handle all the hard stuff related to EU MOSS vat regulations
107-
* [Laravel Uuid](https://github.com/webpatser/laravel-uuid) - Laravel package to generate a UUID according to the RFC 4122 standard.
108-
* [Laravel Installer](https://github.com/RachidLaasri/LaravelInstaller) - Laravel package to allow users to install your application just by following the setup wizard, like WordPress.
107+
* [Laravel Uuid](https://github.com/webpatser/laravel-uuid) - Laravel package to generate a UUID according to the RFC 4122 standard
108+
* [Laravel Installer](https://github.com/RachidLaasri/LaravelInstaller) - Laravel package to allow users to install your application just by following the setup wizard, like WordPress
109109

110110
##### Working with Javascript
111111
* [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
112+
* [PHP Vars to JavaScript Transformer](https://github.com/laracasts/PHP-Vars-To-Js-Transformer) - Pass server-side string/array/collection/whatever to JavaScript
113113
* [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
114114

115115
##### Databases, ORMs, Migrations & Seeding
@@ -156,7 +156,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
156156
* [Laravel Localization](https://github.com/mcamara/laravel-localization) - Add i18n support via routes
157157
* [Laravel Translatable](https://github.com/dimsav/laravel-translatable) - Retrieve and store translatable Eloquent model instances
158158
* [Laravel Translator](https://github.com/vinkla/translator) - Translate Eloquent models into multiple languages
159-
* [Laravel Date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages, based on Carbon.
159+
* [Laravel Date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages, based on Carbon
160160

161161
##### Third-party Service Integration
162162
* [Laravel Algolia](https://github.com/vinkla/algolia) - Algolia API bridge
@@ -428,6 +428,6 @@ Found an awesome package, blog, video etc.? Send me a pull request!
428428

429429
## License
430430

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