- PHP > 8.1
- NodeJS > 18
Type these commands on your terminal
Clone this project to your local computer.
git clone https://github.com/madushanj/DMIEsys.gitGo to project folder.
cd DMIEsys/Install required packages.
composer installnpm install && npm run devcreate new .env file.
cp .env.example .envGenerate new app key.
php artisan key:generateNow open your .env file and config MySQL database.
Run migrations.
php artisan migrate --seedRun the application.
php artisan serveNow you can go to http://localhost:8000/ on your computer and see the application running.
If you have any feedback, please reach out to us at mtj.ssl@gmail.com