Start IMIS Application
To start the IMIS application, launch the Laravel development server by running the following command in the terminal within the IMIS project directory:
php artisan serve
This command initiates the development server, allowing the IMIS application to run on your local machine. Once the server is running, open a web browser and navigate to http://127.0.0.1:8000 (localhost) to access the IMIS application homepage.
No Comments