{"id":22819942,"url":"https://github.com/devdhera/project-lecop","last_synced_at":"2025-10-17T04:36:08.472Z","repository":{"id":45099184,"uuid":"171478610","full_name":"DevDHera/Project-LECOP","owner":"DevDHera","description":"Laravel based E-Commerce Platform","archived":false,"fork":false,"pushed_at":"2023-02-02T10:53:55.000Z","size":3478,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T04:43:54.280Z","etag":null,"topics":["ecommerce","laravel","platform","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevDHera.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-19T13:28:42.000Z","updated_at":"2022-01-08T14:21:32.000Z","dependencies_parsed_at":"2025-02-07T10:46:27.005Z","dependency_job_id":null,"html_url":"https://github.com/DevDHera/Project-LECOP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FProject-LECOP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FProject-LECOP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FProject-LECOP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FProject-LECOP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevDHera","download_url":"https://codeload.github.com/DevDHera/Project-LECOP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390859,"owners_count":20769478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecommerce","laravel","platform","rest-api"],"created_at":"2024-12-12T15:15:08.977Z","updated_at":"2025-10-17T04:36:08.405Z","avatar_url":"https://github.com/DevDHera.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/DevDHera/Project-LECOP/blob/master/public/img/Logo/Logo_LECOP_medium.jpg\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/DevDHera/Project-LECOP/issues\"\u003e\u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/DevDHera/Project-LECOP.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/DevDHera/Project-LECOP/blob/master/LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/DevDHera/Project-LECOP.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://app.fossa.io/projects/git%2Bgithub.com%2FDevDHera%2FProject-LECOP?ref=badge_shield\" alt=\"FOSSA Status\"\u003e\u003cimg src=\"https://app.fossa.io/api/projects/git%2Bgithub.com%2FDevDHera%2FProject-LECOP.svg?type=shield\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://www.codacy.com/app/DevDHera/Project-LECOP?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=DevDHera/Project-LECOP\u0026amp;utm_campaign=Badge_Grade\"\u003e\u003cimg src=\"https://api.codacy.com/project/badge/Grade/aaf647761af846fe8ef35d0bd6221f27\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Project LECOP\n\nProject LECOP is a Laravel based ECommerce platform. Current stage focuses heavily on the API development with tons of features like,\n\n* Stripe Integration\n* Email Verifications\n\nand much more.\n\n## Getting Started\n\nGetting started with the `Project LECOP` is easy.\n\nFirst clone the project.\n\n```sh\ngit clone https://github.com/DevDHera/Project-LECOP.git\n```\n\nNow head over to our [issue board](https://github.com/DevDHera/Project-LECOP/issues) and help solving :angel: \n\n### Prerequisites\n\n`Project LECOP` uses **[Vagrant](https://www.vagrantup.com/)** to manage Dev Environments.\n\nIn order to successfully run the project install the following.\n\n* XAMPP | WAMP | LAMP\n* Composer\n* Virtual Box\n* Vagrant\n\n### Configurations\n\nAfter installing the above make sure to create `Homestead.yaml` file on the root of the project containg envs.\n\nFollowing is the structure that we are using.\n\n```yaml\nip: \nmemory: \ncpus: \nprovider: \nauthorize: \nkeys:\n    - \nfolders:\n    -\n        map: \n        to: \nsites:\n    -\n        map: \n        to: \ndatabases:\n    - \nname: \nhostname: \n\n```\n\n## Deployment\n\nTo deploy the API first you need to start the dev environment using the following command.\n\n```sh\nvagrant up\n```\n\nThen connet by using ssh.\n\n```sh\nvagrant ssh\n```\n\nNo need to run `php artisan serve` commannds. \n\n## Built With\n\n* [Laravel](https://laravel.com/) - The web framework used\n* [Composer](https://getcomposer.org/) - Dependency Management\n* [Vagrant](https://www.vagrantup.com/) - Used to manage Development Environments\n\n## Contributing\n\nPlease read [CODE_OF_CONDUCT.md](https://github.com/DevDHera/Project-LECOP/blob/master/CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n* **Devin Herath** - *Initial work* - [DevDHera](https://github.com/DevDHera)\n\nSee also the list of [contributors](https://github.com/DevDHera/Project-LECOP/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/DevDHera/Project-LECOP/blob/master/LICENSE) file for details.\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FDevDHera%2FProject-LECOP.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FDevDHera%2FProject-LECOP?ref=badge_large)\n\n## Acknowledgments\n\n* [PurpleBooth](https://github.com/PurpleBooth) for this awesome README template :heart:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdhera%2Fproject-lecop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdhera%2Fproject-lecop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdhera%2Fproject-lecop/lists"}