{"id":28926535,"url":"https://github.com/ahmadjamil888/professional-e-commerce","last_synced_at":"2026-04-24T20:33:13.912Z","repository":{"id":299985186,"uuid":"1003901612","full_name":"Ahmadjamil888/professional-e-commerce","owner":"Ahmadjamil888","description":"A professional e-commerce store made with Laravel, auth , products, create, orders,  payment and CRUD and admin","archived":false,"fork":false,"pushed_at":"2025-06-19T08:48:47.000Z","size":2419,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T09:39:21.541Z","etag":null,"topics":["application","breeze","crud","ecommerce","full","laravel","php","products","stack","website"],"latest_commit_sha":null,"homepage":"https://ahmadjamil888.github.io/professional-e-commerce/","language":"Blade","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/Ahmadjamil888.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,"zenodo":null}},"created_at":"2025-06-17T20:11:04.000Z","updated_at":"2025-06-19T08:49:13.000Z","dependencies_parsed_at":"2025-06-19T09:49:47.697Z","dependency_job_id":null,"html_url":"https://github.com/Ahmadjamil888/professional-e-commerce","commit_stats":null,"previous_names":["ahmadjamil888/professional-e-commerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ahmadjamil888/professional-e-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmadjamil888%2Fprofessional-e-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmadjamil888%2Fprofessional-e-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmadjamil888%2Fprofessional-e-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmadjamil888%2Fprofessional-e-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ahmadjamil888","download_url":"https://codeload.github.com/Ahmadjamil888/professional-e-commerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmadjamil888%2Fprofessional-e-commerce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261289433,"owners_count":23136072,"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":["application","breeze","crud","ecommerce","full","laravel","php","products","stack","website"],"created_at":"2025-06-22T12:11:16.129Z","updated_at":"2026-04-24T20:33:13.904Z","avatar_url":"https://github.com/Ahmadjamil888.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Professional E-Commerce Platform (Laravel)\n\nThis is a full-featured e-commerce web application built using the Laravel framework. It includes essential features such as product management, user authentication, shopping cart, order processing, and a secure admin panel. The platform is designed with scalability and maintainability in mind, suitable for professional and commercial deployment.\n\n---\n\n## Frontend Preview\n\n![Frontend](https://raw.githubusercontent.com/Ahmadjamil888/professional-e-commerce/refs/heads/main/public/screencapture-127-0-0-1-8000-2025-06-19-13_35_55.png)\n\n---\n\n## Admin Panel Preview\n\n![Admin Panel](https://raw.githubusercontent.com/Ahmadjamil888/professional-e-commerce/refs/heads/main/public/screencapture-127-0-0-1-8000-dashboard-2025-06-19-13_36_33.png)\n\n---\n\n## Key Features\n\n- Admin authentication and authorization\n- CRUD operations for products\n- Product catalog and user-friendly storefront\n- Shopping cart functionality\n- Order placement and tracking\n- Payment integration-ready structure\n- Admin dashboard for managing users, orders, and inventory\n- Laravel Breeze-based authentication system\n- Built using Laravel 10, Blade templates, and MySQL\n\n---\n\n## Admin Login Credentials\n\nTo access the admin panel, use the following credentials:\n\n- Email: `admin@gmail.com`\n- Password: `ADMIN@password`\n\n---\n\n## Installation Instructions\n\nTo set up this project on your local machine, follow these steps:\n\n```bash\n# Clone the repository\ngit clone https://github.com/Ahmadjamil888/professional-e-commerce.git\n\n# Navigate to the project directory\ncd laravel\n\n# Install backend dependencies\ncomposer install\n\n# Install frontend dependencies\nnpm install \u0026\u0026 npm run dev\n\n# Copy and configure the environment file\ncp .env.example .env\n\n# Generate application key\nphp artisan key:generate\n\n# Configure your database in the .env file, then run:\nphp artisan migrate --seed\n\n# Serve the application\nphp artisan serve\n```\n\n---\n## PHP UNIT tests\n```\nPS C:\\Users\\Admin\\Desktop\\laravel-ecommerce\\laravel\u003e php artisan test\nPHP Warning:  Module \"openssl\" is already loaded in Unknown on line 0\n\nWarning: Module \"openssl\" is already loaded in Unknown on line 0\n\nWarning: Module \"openssl\" is already loaded in Unknown on line 0\nPHP Warning:  Module \"openssl\" is already loaded in Unknown on line 0\n\n   PASS  Tests\\Unit\\ExampleTest\n  ✓ that true is true                                                                                           1.91s  \n\n   PASS  Tests\\Feature\\Auth\\AuthenticationTest\n  ✓ login screen can be rendered                                                                                8.66s  \n  ✓ users can authenticate using the login screen                                                               3.14s  \n  ✓ users can not authenticate with invalid password                                                            0.36s  \n  ✓ users can logout                                                                                            0.04s  \n\n   PASS  Tests\\Feature\\Auth\\EmailVerificationTest\n  ✓ email verification screen can be rendered                                                                   0.54s  \n  ✓ email can be verified                                                                                       0.25s  \n  ✓ email is not verified with invalid hash                                                                     0.22s  \n\n   PASS  Tests\\Feature\\Auth\\PasswordConfirmationTest\n  ✓ confirm password screen can be rendered                                                                     0.61s  \n  ✓ password can be confirmed                                                                                   0.02s  \n  ✓ password is not confirmed with invalid password                                                             0.23s  \n\n   PASS  Tests\\Feature\\Auth\\PasswordResetTest\n  ✓ reset password link screen can be rendered                                                                  0.74s  \n  ✓ reset password link can be requested                                                                        1.61s  \n  ✓ reset password screen can be rendered                                                                       1.43s  \n  ✓ password can be reset with valid token                                                                      0.41s  \n\n   PASS  Tests\\Feature\\Auth\\PasswordUpdateTest\n  ✓ password can be updated                                                                                     0.03s  \n  ✓ correct password must be provided to update password                                                        0.05s  \n\n   PASS  Tests\\Feature\\Auth\\RegistrationTest\n  ✓ registration screen can be rendered                                                                         0.04s  \n  ✓ new users can register                                                                                      0.08s  \n\n   PASS  Tests\\Feature\\ExampleTest\n  ✓ it returns a successful response                                                                            0.06s  \n\n   PASS  Tests\\Feature\\ProfileTest\n  ✓ profile page is displayed                                                                                   0.07s  \n  ✓ profile information can be updated                                                                          0.15s  \n  ✓ email verification status is unchanged when the email address is unchanged                                  0.13s  \n  ✓ user can delete their account                                                                               0.03s  \n  ✓ correct password must be provided to delete account                                                         0.03s  \n\n  Tests:    25 passed (61 assertions)\n  Duration: 31.81\n```\n## Technologies Used\n\n- Laravel Framework (v10+)\n- PHP 8+\n- Blade Templating Engine\n- MySQL Database\n- HTML, CSS, JavaScript\n- Laravel Breeze for Authentication\n\n---\n\n## License\n\nThis project is open-source and licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadjamil888%2Fprofessional-e-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadjamil888%2Fprofessional-e-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadjamil888%2Fprofessional-e-commerce/lists"}