Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 921 Bytes

readme.md

File metadata and controls

20 lines (10 loc) · 921 Bytes

License Management System made in Laravel

This project is a Laravel based license management system with simple features for manageing the license for a project.

If you want to intergrate a license system to your project then this project is the right choice for you.

It is completely open source so you can modify the code according your need.

It contains api created for checking the project license and also a cron job which you just need to setup on the server to which you are deploying this project.

For the first time you can use these credentials for login purposes:

email : [email protected] pass : 12345qQ!

You might also need to configure the mail server in the .env file and the db connection settings for the first time.

You can check the screen of the project through Dashbaord.png file present in the repository.

Feel free to create a pull request and update the project according to your need.