Skip to content

RaihanSnh/ujianify

Repository files navigation

ujianify

Installation

  1. Install composer packages

    composer install
  2. Install npm dependencies

    yarn
  3. Copy the env.example file to .env

    cp .env.example .env
  4. Generate encryption key (it used to hash user passwords)

    php artisan key:generate
  5. Run database migrations to create all required tables.

    php artisan migrate
  6. Build vite

    yarn build
  7. Build scripts

    php artisan build:javascript
  8. Create admin user

    php artisan user:admin:create

Run Development Server

  1. Run vite

    yarn dev
  2. Run laravel server

    php artisan serve

Contributing Guide

Please follow to our code style by using php-cs-fixer. PLEASE type: vendor/bin/php-cs-fixer fix before commit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •