A generic, RESTful API built in Laravel and based on the Parse User API.
- Clone this repository into an environment with PHP >= 5.4, the mcrypt extension, and Composer.
- Run
composer install
in the base directory. - Copy
env.DIST.php
to.env.ENV.php
, where ENV is your environment name according to Laravel. If in production, copy to.env.php
. - Customize the
.env.ENV.php
or.env.php
file to your requirements. - Make the
app/storage
directory writable by the user that owns your web server process. - Configure your web server's docroot to be the
public
directory.
Because this application implements the Repository pattern for access to user data, you can implement a new repository for your needs.