{"id":23209070,"url":"https://github.com/vanilophp/demo","last_synced_at":"2025-04-12T23:39:30.569Z","repository":{"id":37587804,"uuid":"114531851","full_name":"vanilophp/demo","owner":"vanilophp","description":"Vanilo Demo Application","archived":false,"fork":false,"pushed_at":"2024-12-16T07:52:07.000Z","size":6386,"stargazers_count":195,"open_issues_count":4,"forks_count":56,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-12T23:39:24.246Z","etag":null,"topics":["cart","laravel","vanilo"],"latest_commit_sha":null,"homepage":"https://vanilo.io/docs/","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/vanilophp.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":"2017-12-17T11:46:01.000Z","updated_at":"2025-04-03T11:23:51.000Z","dependencies_parsed_at":"2024-12-16T08:32:01.479Z","dependency_job_id":"0b7ddea2-4565-479e-8bb3-2a9f38f431ea","html_url":"https://github.com/vanilophp/demo","commit_stats":{"total_commits":159,"total_committers":5,"mean_commits":31.8,"dds":0.2515723270440252,"last_synced_commit":"c86d359e07792595bc47a9123fd5500f4d86efa5"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Fdemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Fdemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Fdemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Fdemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanilophp","download_url":"https://codeload.github.com/vanilophp/demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647255,"owners_count":21139081,"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":["cart","laravel","vanilo"],"created_at":"2024-12-18T18:14:21.665Z","updated_at":"2025-04-12T23:39:30.544Z","avatar_url":"https://github.com/vanilophp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vanilo Demo Application\n\n![v4.0](https://img.shields.io/badge/version-4.0-green.svg?style=flat-square)\n\nThis is a simple Laravel 11 application that demonstrates how to build a simple storefront\nusing the Vanilo framework. It also contains the Vanilo admin panel.\n\n\u003e The app uses the default Bootstrap theme that comes with Laravel.\n\n## Installation\n\n**1. Get the app**:\n\nEither download and decompress [the zipball](https://github.com/vanilophp/demo/archive/master.zip)\nor use git:\n\n```bash\ngit clone https://github.com/vanilophp/demo.git\n```\n\n**2. Install Dependencies**:\n\n```bash\ncd demo/\ncomposer install\n```\n\n**3. Configure the environment**:\n\n\u003e The `.env` file is in the app's [root directory](https://laravel.com/docs/11.x/configuration#environment-configuration).\n\n- Create a database for your application.\n- Initialize .env (quickly: `cp .env.example .env \u0026\u0026 php artisan key:generate`.\n- add the DB credentials to the `.env` file.\n\n**4. Install Database**:\n\nRun this command:\n\n```bash\nphp artisan migrate --seed\n```\n\n**5. Link Storage**:\n\nRun this command:\n\n```bash\nphp artisan storage:link\n```\n**6. Create the first admin user**:\n\nRun this command:\n\n```bash\nphp artisan make:superuser\n```\nEnter your email, name, password, **accept _admin_ as role**.\n\n**7. Open the application**:\n\nRun the site with `php artisan serve` and access the site:\n\nhttp://127.0.0.1:8000\n\nProducts are not seeded so open the admin panel first to add some products.\n\n#### Product List\n\n![Product list](docs/ss05_01.png)\n\n#### Product Page\n\n![Product page](docs/ss05_02.png)\n\n#### Cart\n\n![Cart](docs/ss05_03.png)\n\n#### Checkout\n\n![Checkout](docs/ss05_04.png)\n\n#### Order Thank You\n\n![Order Thank You](docs/ss05_05.png)\n\n#### Order Admin\n\n![Order Admin](docs/ss05_06.png)\n\n#### Products Admin\n\n![Products Admin](docs/ss05_07.png)\n\n#### Manage Product\n\n![Manage Product](docs/ss05_08.png)\n\n#### Manage Categories\n\n![Manage Categories](docs/ss05_09.png)\n\n#### Manage Properties\n\n![Manage Properties](docs/ss05_10.png)\n\n#### Assign Product Properties\n\n![Assign Product Properties](docs/ss05_11.png)\n\nFor further details refer to the [Vanilo Documentation](https://vanilo.io/docs/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanilophp%2Fdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanilophp%2Fdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanilophp%2Fdemo/lists"}