Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 808 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 808 Bytes

Installation

  • Clone or download the repository.

  • Install dependencies:

    $ npm install
    $ composer install
  • Create a database named laravel.

  • Copy .env.example and rename it to .env, or directly rename it, whichever you prefer.

  • Generate the .env key:

    $ php artisan key:generate
  • Change the APP_NAME in .env to Pb.

  • Run the database migrations:

    $ php artisan migrate:fresh --seed
  • Serve the application:

    $ php artisan serve
  • Default login credentials:

    Administrator

    Email : admin@gmail.com
    Password : hadeh123
    

    Student

    Email : mahasiswa@gmail.com
    Password : hadeh123