unitoneict / lara-parse
ِA Laravel implementation for Parse Server
0.3
2016-02-22 08:53 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-01 19:12:24 UTC
README
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 ],