unitoneict/lara-parse
LaraParse
Before even Parse take a desision to close the cloud host in 2017, we at Unit One start developing our own parse server implemtnation as a Laravel package.
You can install the package via composer
composer require unitoneict/lara-parse
Then you need to add LaraParseServiceProvider to your config/app.php provider
'providers' => [
/*
* Application Service Providers...
*/
...
UnitOneICT\LaraParse\LaraParseServiceProvider::class
],
Related Packages
ilirhushi/oauth2-server-laravel
Laravel wrapper for the OAuth 2.0 Server package league/oauth2-server.
11
0
thomasgenster/laravel-swoole7
High performance HTTP server based on Swoole. Speed up your Laravel and Lumen ap...
32
0