| Package Data | |
|---|---|
| Maintainer Username: | devmsh |
| Maintainer Contact: | m.sh@unitone.ps (Mohammed S. Shurrab) |
| Package Create Date: | 2016-02-19 |
| Package Last Update: | 2016-02-22 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:00:52 |
| Package Statistics | |
|---|---|
| Total Downloads: | 23 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 2 |
| Total Forks: | 2 |
| Total Open Issues: | 0 |
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
],