{"id":25565936,"url":"https://github.com/mailmug/laravel-easy-pos","last_synced_at":"2025-04-06T17:11:09.499Z","repository":{"id":276245001,"uuid":"928690019","full_name":"mailmug/laravel-easy-pos","owner":"mailmug","description":"Web Based Point Of Sale(POS) Application using Laravel","archived":false,"fork":false,"pushed_at":"2025-03-23T09:36:28.000Z","size":1058,"stargazers_count":143,"open_issues_count":0,"forks_count":68,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-30T16:11:43.497Z","etag":null,"topics":["laravel","php","point-of-sale","pos"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mailmug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2025-02-07T04:00:35.000Z","updated_at":"2025-03-29T21:43:00.000Z","dependencies_parsed_at":"2025-03-07T05:19:50.059Z","dependency_job_id":"edc3c9e8-7726-4bb4-9904-d99f1b70a5fb","html_url":"https://github.com/mailmug/laravel-easy-pos","commit_stats":null,"previous_names":["arshidkv12/laravel-easy-pos","mailmug/laravel-easy-pos"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailmug%2Flaravel-easy-pos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailmug%2Flaravel-easy-pos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailmug%2Flaravel-easy-pos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailmug%2Flaravel-easy-pos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mailmug","download_url":"https://codeload.github.com/mailmug/laravel-easy-pos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517912,"owners_count":20951718,"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":["laravel","php","point-of-sale","pos"],"created_at":"2025-02-20T22:21:13.160Z","updated_at":"2025-04-06T17:11:09.473Z","avatar_url":"https://github.com/mailmug.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#logo\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/mailmug/laravel-easy-pos/main/easy-pos-logo.svg\" width=\"400\" alt=\"Laravel POS Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\nA simple, open-source **Point of Sale (POS) system** built with Laravel and FilamentPHP.\n\n\n## Features 🛠️\n- ✅ Easy-to-use POS interface\n- ✅ Built with Laravel \u0026 FilamentPHP\n- ✅ Secure authentication \u0026 user management\n- ✅ Inventory \u0026 product management\n- ✅ Sales tracking \u0026 reports\n- ✅ Responsive UI\n\n\n## 🚀 Demo Available:\n\n**Live Demo** : https://filament-pos.phpbolt.com/\n\n**Username:** admin@admin.com\n\n**Password:** pass@123\n\n\n\n## Installation \u0026 Custom Invoice Template Service\n\nWe offer a hassle-free installation service for Laravel Easy POS for just **$29**. \nNeed a custom invoice template? We can design one for an additional price!\n\n✅ **Services Offered:**\n\n- **Installation \u0026 Setup** – $29\n- **Custom Invoice Template** – Additional cost (contact us for pricing)\n- Configuration assistance \u0026 basic troubleshooting\n\n* 📩 Contact Us:\n* ✉️ Email: info@mailmug.net\n* 💬 Discord: arshidkv12\n* 🌐 Website: [wpdebuglog.com/contact/](https://wpdebuglog.com/contact/)\n\nGet in touch today, and let us handle the setup for you! 🚀\n\n\n### **POS Interface**  \n![POS Interface](https://raw.githubusercontent.com/mailmug/laravel-easy-pos/main/public/img/laravel-easy-pos.png)  \n\n\n### **Invoice**  \n\nIt supports thermal printing.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mailmug/laravel-easy-pos/main/public/img/invoice.png\" alt=\"POS Invoice\" style=\"border:1px solid #ddd\"\u003e\n\u003c/p\u003e \n\n\n## Installation Guide 🏗️\n\n### Web Install\n1. Download the zip file \nhttps://filament-pos.phpbolt.com/laravel-easy-pos.zip\n\n2. Upload the file to **public_html** folder.\n\nPoint the domain name to public_html/public folder.\n\n3. Navigate your-domain.com/install\n\n\n### Local Install\n\n1. **Clone the repository:**\n\n```shell\ngit clone https://github.com/mailmug/laravel-easy-pos.git\ncd laravel-easy-pos\n\n```\n2. **Copy .env file**\n\n```shell\ncp .env.example .env\nphp artisan key:generate\n\n```\n\n3. **Update .env file**\n\n```shell\nDB_CONNECTION=mysql\nDB_DATABASE=your_database\nDB_USERNAME=your_username\nDB_PASSWORD=your_password\nAPP_URL=http://localhost\n\n```\n\n4. **Install dependencies:**\n\n```shell\ncomposer install\nnpm install\nnpm run build\n```\n\n5. **Run the application:**\n\n```shell\nphp artisan serve\n```\n\nNavigate to the home page, and it will automatically add the demo data.\n\n**Username:** admin@admin.com\n\n**Password:** pass@123\n\n\n✅ That's it! No further commands needed. The installation is automatic. 🎉 \nNavigate the website. \n\n\n## Contribute 🤝\nWe ❤️ contributions! Feel free to submit issues or pull requests.\n\n1. Fork the repo\n2. Create a new branch\n3. Commit your changes\n4. Open a Pull Request\n \n\n## License 📜\nThis project is licensed under the GPL-3.0 License.\n\n\n**💡 Built with Laravel \u0026 FilamentPHP – Making POS Simple! 🚀**\n\nLet me know if you want to add anything specific! 😃\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailmug%2Flaravel-easy-pos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmailmug%2Flaravel-easy-pos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailmug%2Flaravel-easy-pos/lists"}