Skip to content

unitonegroup/LaraParse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP Laravel, Parse server implementation

Resources

Stars

Watchers

Forks

Packages

No packages published