Skip to content

magicjar/schoolture

Repository files navigation

Schoolture

embrio stage


Home


Table of contents

Server requirements

  • PHP > 7.1.3
  • MySQL or others

Quick start

  1. Install via CMD
  • Download the latest release and extract it
  • Rename .env.example to .env
  • Create database and insert your database name, user, and password to .env
  • Open CMD and run the following command
    • Install dependencies: composser update
    • Migrate database: php artisan migrate
  1. Create Administrator Account using tinker
  • Open CMD and run the following command
    • $php artisan tinker
    • $admin = new App\Administrator
    • $admin->name = "Your Name"
    • $admin->email = "Your Email"
    • $admin->password = Hash::make("Your Password")
    • You can close tinker [CTRL + C]
  • Or you can go to http://example.com/dashboard/register
  • Done
  • Now, login.

Creators

Fajar Setya

Copyright and license

Code and documentation copyright 2018, Dawntale.id.

About

Simple School Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published