- 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.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.
If you have any feedback, please reach out to us at [email protected]