-
Notifications
You must be signed in to change notification settings - Fork 10
Getting Started
Savage edited this page Nov 21, 2018
·
11 revisions
You will need the following to get started:
- A web server with URL rewriting
- PHP 5.5 or newer
- A SSL certificate will be required in production environments! Check out HTTPS Is Easy for help setting this up!
git clone https://github.com/devsavage/slim-3-authentication.git your-project-name
$ cd your-project-name && composer install$ yarn installAPP_ENV=developmentYou will need to update the APP_ENV variable to "production" when serving your application outside of a local environment!
$ yarn prod$ yarn devYou will also need Google reCAPTCHA API keys. Get them here.
If you would like to completely disable reCAPTCHA, see this page