Import Library.sql file given in repo in phpmyadmin.
Admin ---> admin@gmail.com password ---> password.
- clone the repo in your machine.
- Get your LAMP setup.
- In main folder enter command composer dump-autoload (This will load all your files that will be used)
- cd public/
- Enter command php -S localhost:{port}
- Enjoy...
- Go to your apache2 or httpd folder.
- Go to sites-available folder.
- make appropriate changes in vhost.conf file in repo and paste it in sites-available folder.
- add mvc.sdslabs.local or(whatever you changed) to your hosts.
- restart apache2 server. 6 You are done! Enjoy.