unitoneict / LaraParse by devmsh

ِA Laravel implementation for Parse Server
21
2
3
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: 2024-04-22 03:07:40
Package Statistics
Total Downloads: 21
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 3
Total Forks: 2
Total Open Issues: 0

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
    ],