nesaro / SKB

Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SKB

Management System

  1. Extract the archive and put it in the folder you want

  2. Prepare your .env file there with database connection and other settings

  3. Run composer install command

  4. Run php artisan migrate --seed command.

Notice: use seed to create the admin account.

  1. Run php artisan key:generate command.

  2. Run php artisan storage:link command.

And that's it, go to your domain and login:

Username: admin@admin.com Password: password

About

Management System


Languages

Language:PHP 60.7%Language:HTML 38.6%Language:JavaScript 0.4%Language:CSS 0.2%