| Name | Student ID |
|---|---|
|
|
This assigment project Student Result Management System is based on the open-source project developed by Anuj Kumar
Here is the link to the open-source project: https://phpgurukul.com/student-result-management-system/
Steps on Running the Cloned Repository:
- Please note that when the Laravel project is pushed to github, it does not include the
vendorfolder.vendorfolder contains all the dependencies for our project. But the dependecies needed are all listed in thecomposer.jsonfile. Please runto regenerate thecomposer update
vendorfolder and update all the dependencies to the latest version. - Then we need to install all the listed dependencies into the recreated
vendorfolder by runningcomposer install
- Please note that there is no
.envfile!!! When the Laravel project is pushed to github it will ignore the.envfile. So when you clone and pull the project please rename the.env.examplefile to.env. After you have renamed the file and set all the credentials. Please runto generate an application encryption key for your cloned project.php artisan key:generate