RayhanYulanda / inisev-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postman : https://www.getpostman.com/collections/efd33e82ff35d8994d6a

Prerequisites

Installation

  • Database for the project Example : example_db
  • Clone repo.
  • cd name-folder.
  • Run the command.
composer install
  • Copy file .env.example and paste it to .env
  • Adjust the information in .env file
APP_NAME="Laravel"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=https://example.com
  • Generate app key
php artisan key:generate
  • Make the table and fill it with seed
php artisan migrate:fresh --seed

About


Languages

Language:PHP 85.0%Language:Blade 13.9%Language:Shell 0.8%Language:JavaScript 0.3%