Skip to content

a2i-dpg/GRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to the Project Documentation

Technology Requirements

PHP ^8.1
mysql
Mariadb Server
Laravel ^10.0

One

Two

Three

Four

Five

Installation

git clone this-url
cd project-root
To create cache, sessions and views folder into storage/framework directory, if not existing these folder or ignore this one
mkdir storage/framework/{sessions,views,cache}
Install composer dependencies of this project by running
composer install
Copy .env-example to .env and configure your database and other connection.
Run this two command also
php artisan key:generate
php artisan storage:link 
Run this command for migration and seeder
php artisan migrate:fresh --seed
Run this command to clear all type of cache
php artisan cache:clear
php artisan optimize:clear
Run this command to start application
php artisan serve

Usage

Go to the link /admin/login like http://127.0.0.1:8000/admin/login for login and enter the system admin credentials below.

Demo super admin credentials
email: superadmin@esc.com
password: password

email: admin@esc.com
password: password

File Upload Documentation

If file or image is not displayed after uploading, please run this bellow command

php artisan storage:link 

Demo Link

About

Grievance Redress System (GRS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published