This project was built with Laravel PHP.
Certi typically includes features that allow for customization of the certificates, such as the ability to add logos, signatures, and other relevant information. The software also usually includes a database to store student information and records of issued certificates, as well as tools to track and monitor certificate distribution and verify the authenticity of the certificates.
- To run test on the codebase locally, run the command php artisan test
- To run lint against the codebase locally, run the command composer lint:fix
- Clone the project
- Run the command composer install
- Run the command php artisan key:generate
- If .env file diesn't exist, run the command cp .env.example .env
- In the .env file, update the necessary information to allow connection to a database
- Run the command php artisan migrate
Here are some ways of contributing to making Grad better:
- Send a pull request to any of our open source repositories on GitHub. Check the contribution guide on the repo you want to contribute to for more details about how to contribute. We're looking forward to your contribution!