rdp77 / dryas-library

The library website which is based on laravel

Home Page:https://dryaslibrary.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub language count Website GitHub deployments GitHub repo size License

Settings Environment

Copy the .env.example file and rename it to .env then run

    php artisan key:generate

Import Table And Run Seeder

For All Table And Seeder:

    php artisan migrate:refresh --seed

Only Table:

    php artisan migrate

Only Seeder:

    php artisan db:seed

For Specific Seeder:

    php artisan db:seed --class=NameSeeder

User Management

Admin:

    username: admin
    password: 123123123

User:

    username: user
    password: 12345678

About

The library website which is based on laravel

https://dryaslibrary.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:Blade 50.7%Language:PHP 49.1%Language:Shell 0.2%Language:Procfile 0.0%