Skip to content

mdev64/DMIEsys

Repository files navigation

DMIEsys

Follow this instructions to setup this project on your local computer.

Pre-Requirements

  • PHP > 8.1
  • NodeJS > 18

Installation

Type these commands on your terminal

Clone this project to your local computer.

git clone https://github.com/madushanj/DMIEsys.git

Go to project folder.

cd DMIEsys/

Install required packages.

composer install
npm install && npm run dev

create new .env file.

cp .env.example .env

Generate new app key.

php artisan key:generate

Now open your .env file and config MySQL database.

Run migrations.

php artisan migrate --seed

Run the application.

php artisan serve

Now you can go to http://localhost:8000/ on your computer and see the application running.

Authors

Feedback

If you have any feedback, please reach out to us at mtj.ssl@gmail.com

About

DMIEsys is the DMIE department administration panel

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors