unitoneict/lara-parse

ِA Laravel implementation for Parse Server
23 2
Install
composer require unitoneict/lara-parse
Latest Version:0.3
PHP:>=5.3.0
License:MIT
Last Updated:Feb 22, 2016
Links: GitHub  ·  Packagist
Maintainer: devmsh

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