Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musyahya/laravel_8_sanctum_rental_ps

back end restfull api rental ps menggunakan laravel sanctum
https://github.com/musyahya/laravel_8_sanctum_rental_ps

laravel sanctum

Last synced: about 2 months ago
JSON representation

back end restfull api rental ps menggunakan laravel sanctum

Awesome Lists containing this project

README

        

Laravel 8 Sanctum Rental PS

## Author

Laravel 8 Sanctum Rental PS dibaut oleh :

- Github : Musyahya
- Youtube : Musyahya

## Project Terkait

- React : Frontend Rental PS

## User

**Admin**

- email: [email protected]
- Password: 123123123

**Karyawan**

- email: [email protected]
- Password: 123123123

## Install

**Clone Repository**

```bash
git clone https://github.com/musyahya/laravel_8_sanctum_rental_ps.git
```

**Download zip**

```bash
extract file zip
```

## Buka di kode editor

## Install composer

```bash
composer install
```

## Copy .Env

```bash
copy .env.example menjadi .env
```

## Buat database di localhost

```bash
nama database : laravel_8_sanctum_rental_ps
```

## Setting database di .env

```bash
DB_DATABASE=laravel_8_sanctum_rental_ps
```

## Generate key

```bash
php artisan key:generate
```

## Buat storage link

```bash
php artisan storage:link
```

## Jalankan migrate dan seeder

```bash
php artisan migrate --seed
```

## Jalankan Serve

```bash
php artisan serve
```

## License

- Copyright © 2021 Musyahya.