unitoneict/lara-parse

ِA Laravel implementation for Parse Server

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/unitoneict/lara-parse

0.3 2016-02-22 08:53 UTC

This package is not auto-updated.

Last update: 2025-10-03 23:41:05 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
    ],