ProboKrishnacahya / webapi2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

This project based from Laravel framework which is open-sourced software licensed under the MIT license.

How to Use This Project

  • Make sure your xampp or wampp already on latest version because this project use Laravel ^8.0 and require PHP ^7.3.0 | PHP ^8.0
  • Open project folder and run git bash terminal
  • Run this following command in bash terminal
    $ composer install
    $ cp .env.example .env
    $ php artisan key:generate
  • setup .env file then run migrate command
    $ php artisan migrate --seed
    
  • Open in browser

About


Languages

Language:PHP 67.0%Language:Blade 32.5%Language:Shell 0.5%