- Notifications
You must be signed in to change notification settings - Fork1
modulr/api-laravel-jwt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Clone repository
$ git clone https://github.com/modulr/api-laravel.git
- Enter folder
$ cd api-laravel
- Install composer dependencies
~/api-laravel$ composer install
- Generate APP_KEY
~/api-laravel$ php artisan key:generate
- Configure .env file, edit file with next command
$ nano .env
DB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=databaseDB_USERNAME=userDB_PASSWORD=secret
- Run migrations
~/api-laravel$ php artisan migrate
- tymondesigns/jwt-auth - JSON Web Token Authentication
- laravolt/avatar - Generate Avatars
- POST /auth/login
- GET /auth/logout
- POST /auth/signup
- GET /auth/user
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published