{"id":18257819,"url":"https://github.com/pickleboxer/simple-shop-concept","last_synced_at":"2026-05-19T04:38:21.609Z","repository":{"id":66027156,"uuid":"591723793","full_name":"PickleBoxer/Simple-Shop-Concept","owner":"PickleBoxer","description":"🛒 Simple Shop Concept build with Symfony","archived":false,"fork":false,"pushed_at":"2023-09-11T14:43:37.000Z","size":1279,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T22:46:27.323Z","etag":null,"topics":["php","symfony"],"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/PickleBoxer.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":"2023-01-21T17:03:17.000Z","updated_at":"2023-02-25T13:13:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"45559203-e23a-41d7-9f60-af9eb170c191","html_url":"https://github.com/PickleBoxer/Simple-Shop-Concept","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PickleBoxer/Simple-Shop-Concept","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2FSimple-Shop-Concept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2FSimple-Shop-Concept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2FSimple-Shop-Concept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2FSimple-Shop-Concept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PickleBoxer","download_url":"https://codeload.github.com/PickleBoxer/Simple-Shop-Concept/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2FSimple-Shop-Concept/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263685711,"owners_count":23495913,"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":["php","symfony"],"created_at":"2024-11-05T10:27:49.252Z","updated_at":"2026-05-19T04:38:16.560Z","avatar_url":"https://github.com/PickleBoxer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple Shop Concept\n==========\n\nSimple Shop Concept using Symfony\n\nRequirements\n------------\n\n- PHP 8.1+\n- [Composer](https://getcomposer.org/download)\n- [Symfony CLI](https://symfony.com/download)\n- [Docker \u0026 Docker compose](https://docs.docker.com/get-docker)\n\nGetting started\n---------------\n\n**Cloning the repository**\n\n```\n$ git clone https://github.com/PickleBoxer/Simple-Shop-Concept\n$ cd Simple-Shop-Concept\n```\n\n**Installing dependencies**\n\n```\n$ composer install\n\n$ npm install\n\n// compiling the assets\n$ symfony run -d npm run watch\n```\n\n**Changing the Default DATABASE_URL Value in .env**\n\nChange the .env file to setup the default DATABASE_URL per your developer environment\n\n```\n# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url\n# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml\n#\n# DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"\n#Docker:\n# DATABASE_URL=\"mysql://root:changeme@127.0.0.1:3306/simple_shop?serverVersion=8\u0026charset=utf8mb4\"\n#Laragon:\nDATABASE_URL=\"mysql://root@127.0.0.1:3306/simple_shop?serverVersion=8\u0026charset=utf8mb4\"\n# DATABASE_URL=\"postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15\u0026charset=utf8\"\n```\n\n**Creating the Database**\n\n```\n$ php bin/console doctrine:database:create --if-not-exists\n```\n\n**execute a migration in database**\n\n```\n$ symfony console doctrine:migrations:migrate\n```\n\n**Loading Data Fixtures**\n\n```\n$ symfony console doctrine:fixtures:load\n```\n\n**Enabling TLS**\n\n```\n$ symfony server:ca:install\n```\n\n**OPTIONAL Local Domain Names**\n\n- [Installed the local proxy](https://symfony.com/doc/current/setup/symfony_server.html#local-domain-names)\n\n```\n$ symfony proxy:start\n\n$ symfony proxy:domain:attach my-domain\n```\n\nIf you have installed the local proxy as explained in the previous section, you can now browse https://my-domain.wip to access your local project with the new custom domain.\n\n**Launching the Local Web Server**\n\n```\n$ symfony server:start -d\n```\n\n**Open the website**\n\n```\n$ symfony open:local\n```\n\n**Stop the Web Server**\n\n```\n$ symfony server:stop\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpickleboxer%2Fsimple-shop-concept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpickleboxer%2Fsimple-shop-concept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpickleboxer%2Fsimple-shop-concept/lists"}