https://github.com/gsabadini/laravel-auth
API Rest with Laravel, authentication using JWT Auth and integration test in PHPUnit.
https://github.com/gsabadini/laravel-auth
jwt-authentication laravel laravel-framework phpunit-tests rest
Last synced: about 1 month ago
JSON representation
API Rest with Laravel, authentication using JWT Auth and integration test in PHPUnit.
- Host: GitHub
- URL: https://github.com/gsabadini/laravel-auth
- Owner: GSabadini
- Created: 2018-11-05T22:28:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:58:08.000Z (about 6 years ago)
- Last Synced: 2025-02-25T04:12:36.493Z (over 1 year ago)
- Topics: jwt-authentication, laravel, laravel-framework, phpunit-tests, rest
- Language: PHP
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Welcome to Laravel Auth 👋
## Client repository
- [Vue Auth](https://github.com/GSabadini/vue-auth)
## Getting Started
- These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- What things you need to install the software and how to install them
```
Docker and docker-compose
```
### Installing
- Step by step
```
docker-compose up -d
```
```
docker-compose exec devapp bash
```
```
composer install
```
```
create .env through env.example
```
```
php artisan migrate --seed
```
## Running the tests
```
docker-compose exec devapp bash
```
- All tests
```
vendor/bin/phpunit
```