{"id":18772391,"url":"https://github.com/qlint/laravel-shop-1","last_synced_at":"2025-12-12T21:30:15.492Z","repository":{"id":121320593,"uuid":"167400760","full_name":"qlint/laravel-shop-1","owner":"qlint","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-24T16:55:15.000Z","size":14260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T08:13:34.337Z","etag":null,"topics":[],"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/qlint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-01-24T16:37:16.000Z","updated_at":"2024-04-17T15:40:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf5c1ebc-11d5-4666-b6d6-dde4fd6f52ec","html_url":"https://github.com/qlint/laravel-shop-1","commit_stats":null,"previous_names":["qlint/laravel-shop-1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qlint%2Flaravel-shop-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qlint%2Flaravel-shop-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qlint%2Flaravel-shop-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qlint%2Flaravel-shop-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qlint","download_url":"https://codeload.github.com/qlint/laravel-shop-1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680815,"owners_count":19679505,"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":[],"created_at":"2024-11-07T19:28:51.561Z","updated_at":"2025-12-12T21:30:15.423Z","avatar_url":"https://github.com/qlint.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://aimeos.org/\"\u003e\n    \u003cimg src=\"https://aimeos.org/fileadmin/template/icons/logo.png\" alt=\"Aimeos logo\" title=\"Aimeos\" align=\"right\" height=\"60\" /\u003e\n\u003c/a\u003e\n\n# Aimeos shop system\n\n[![License](https://poser.pugx.org/aimeos/aimeos/license.svg)](https://packagist.org/packages/aimeos/aimeos)\n\n:star: Star us on GitHub — it helps!\n\n[Aimeos](https://aimeos.org/Laravel) is THE professional, full-featured and\nhigh performance e-commerce platform! You can install it within 5 minutes\nand can adapt, extend, overwrite and customize anything to your needs. \n\n[![Aimeos Laravel demo](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-github.png)](http://laravel.demo.aimeos.org/)\n\n## Table of content\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Frontend](#frontend)\n- [Backend](#backend)\n- [Customize](#customize)\n- [License](#license)\n- [Links](#links)\n\n## Requirements\n\nThe Aimeos shop distribution requires:\n- Linus/Unix or WAMP/XAMP environment\n- PHP \u003e= 7.0.4\n- MySQL \u003e= 5.1\n- Web server (Apache, Nginx or integrated PHP web server for testing)\n\nIf required PHP extensions are missing, `composer` will tell you about the missing\ndependencies.\n\n## Installation\n\nTo install the Aimeos shop application, you need [composer](https://getcomposer.org).\nOn the CLI, execute this command for a complete installation including a working setup:\n\n`composer create-project aimeos/aimeos myshop`\n\nYou will be asked for the parameters of your database and mail server as well as an\ne-mail and password used for creating the administration account.\n\nIn a local environment, you can use the integrated PHP web server to test your new Aimeos\ninstallation. Simply execute the following command to start the web server:\n\n```\ncd myshop\nphp artisan serve\n```\n\n## Frontend\n\nAfter the installation, you can test the Aimeos shop frontend by calling the URL of your\nVHost in your browser. If you use the integrated PHP web server, you should browse\nthis URL: [http://127.0.0.1:8000](http://127.0.0.1:8000)\n\n[![Aimeos frontend](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-frontend.png)](http://laravel.demo.aimeos.org/)\n\n## Backend\n\nThe Aimeos administration interface will be available at `/admin` in your VHost. When using\nthe integrated PHP web server, call this URL: [http://127.0.0.1:8000/admin](http://127.0.0.1:8000/admin)\n\n[![Aimeos admin backend](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-backend.png)](http://admin.demo.aimeos.org/)\n\n## Customize\n\nLaravel and the Aimeos e-commerce package are extremely flexible and highly customizable.\nA lot of documentation for the [Laravel framework](https://laravel.com) and the\n[Aimeos e-commerce framework](https://aimeos.org/docs/Laravel) exists. If you have questions\nabout Aimeos, don't hesitate to ask in our [Aimeos forum](https://aimeos.org/help/).\n\nFor more details about Aimeos Laravel integration, please have a look at its\n[repository](https://github.com/aimeos/aimeos-laravel).\n\n## License\n\nThe Aimeos shop system is licensed under the terms of the MIT and LGPLv3 license and\nis available for free.\n\n## Links\n\n* [Web site](https://aimeos.org/Laravel)\n* [Documentation](https://aimeos.org/docs/Laravel)\n* [Forum](https://aimeos.org/help/laravel-package-f18/)\n* [Issue tracker](https://github.com/aimeos/aimeos/issues)\n* [Composer packages](https://packagist.org/packages/aimeos/aimeos)\n* [Source code](https://github.com/aimeos/aimeos)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqlint%2Flaravel-shop-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqlint%2Flaravel-shop-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqlint%2Flaravel-shop-1/lists"}