unitoneict/lara-parse

ِA Laravel implementation for Parse Server

0.3 2016-02-22 08:53 UTC

This package is not auto-updated.

Last update: 2024-04-19 16:35:29 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
    ],