@@ -74,10 +74,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
74
74
* [ Laravel Excel] ( https://github.com/Maatwebsite/Laravel-Excel ) - Import and export Excel and CSV files
75
75
* [ Revisionable] ( https://github.com/VentureCraft/revisionable ) - Create a revision history for Eloquent models
76
76
* [ Laravel Hashids] ( https://github.com/vinkla/hashids ) - Laravel wrapper for the Hashids API
77
- * [ Laravel DigitalOcean] ( https://github.com/GrahamCampbell/Laravel-DigitalOcean ) A DigitalOceanV2 bridge
78
- * [ Laravel GitHub] ( https://github.com/GrahamCampbell/Laravel-GitHub ) A PHP GitHub API bridge
79
- * [ Laravel Parse] ( https://github.com/GrahamCampbell/Laravel-Parse ) A PHP Parse SDK bridge
80
- * [ Laravel Dropbox] ( https://github.com/GrahamCampbell/Laravel-Dropbox ) A Dropbox bridge
81
77
* [ Laravel Messenger] ( https://github.com/cmgmyr/laravel-messenger ) - Create a user messaging system in your Laravel app
82
78
* [ Intervention Image] ( https://github.com/Intervention/image ) - Image handling library for creating, editing and composing images
83
79
* [ LaravelDotEnvGen] ( https://github.com/mathiasgrimm/laravel-dot-env-gen ) - Generates .env.gen file based on the project source code
@@ -122,6 +118,12 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
122
118
* [ Translator] ( https://github.com/vinkla/translator ) - Laravel translator for multilingual Eloquent objects.
123
119
* [ Language Files] ( https://github.com/caouecs/Laravel4-lang ) - Validation, Pagination and Reminders language lines in 37 languages
124
120
121
+ ##### Third party APIs
122
+ * [ Laravel DigitalOcean] ( https://github.com/GrahamCampbell/Laravel-DigitalOcean ) A DigitalOceanV2 bridge
123
+ * [ Laravel GitHub] ( https://github.com/GrahamCampbell/Laravel-GitHub ) A PHP GitHub API bridge
124
+ * [ Laravel Parse] ( https://github.com/GrahamCampbell/Laravel-Parse ) A PHP Parse SDK bridge
125
+ * [ Laravel Dropbox] ( https://github.com/GrahamCampbell/Laravel-Dropbox ) A Dropbox bridge
126
+
125
127
## Development Setup
126
128
* [ Homestead] ( http://laravel.com/docs/homestead ) - Official Vagrant box for Laravel
127
129
* [ Getting Started with Laravel Homestead] ( http://scotch.io/tutorials/php/getting-started-with-laravel-homestead )
0 commit comments