phootobr / resource-server-lumen
The Resource Server Phooto with Lumen Framework.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:project
Requires
- php: >=7.1.3
- laravel/lumen-framework: 5.8.*
- league/oauth2-server: ^7.3
- nyholm/psr7: ^1.1
- symfony/psr-http-message-bridge: ^1.2
- vlucas/phpdotenv: ^3.3
Requires (Dev)
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-11-08 05:00:09 UTC
README
Install
composer create-project phootobr/resource-server-lumen [my-app-name]
Replace [my-app-name]
with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's
public/
directory. - Ensure
storage/logs/
is web writeable.
Setup
Copy the public key from your authorization server to storage/oauth-public.key
License
This library is open-source software licensed under the MIT license.