- Laravel 5.7.* Framework
- AdminLTE Template
- XLSX Writer/Loader Library
- configure the php.ini (change the memory limit into -1 and file upload size 20MB++)
- run composer update
- Migrate the database using : php artisan migrate
- run the application using : php artisan serve
- open at localhost:8000
- Clone or download file into /var/www/
- if Using HTTPS{
- set webserver directory in /etc/apache/sites-available/https.conf into /var/www/::Project Name::/public }
- run chmod -R 777 ::Project Name::/ outside ::Project Name::
- run composer update inside ::Project Name::