{"id":21236767,"url":"https://github.com/dragonbe/phpbootcamp-shop-2018-talent-it-php-class","last_synced_at":"2025-03-15T03:14:18.195Z","repository":{"id":138004349,"uuid":"124367565","full_name":"DragonBe/phpbootcamp-shop-2018-talent-it-php-class","owner":"DragonBe","description":"phpbootcamp-shop-2018-talent-it-php-class created by GitHub Classroom","archived":false,"fork":false,"pushed_at":"2018-03-08T16:35:09.000Z","size":5765,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T18:50:28.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"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/DragonBe.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":"2018-03-08T09:20:22.000Z","updated_at":"2020-10-28T20:32:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f6ffd14-747b-49c8-8bce-47dcf1d823cc","html_url":"https://github.com/DragonBe/phpbootcamp-shop-2018-talent-it-php-class","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpbootcamp-shop-2018-talent-it-php-class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpbootcamp-shop-2018-talent-it-php-class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpbootcamp-shop-2018-talent-it-php-class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpbootcamp-shop-2018-talent-it-php-class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DragonBe","download_url":"https://codeload.github.com/DragonBe/phpbootcamp-shop-2018-talent-it-php-class/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676775,"owners_count":20329434,"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-21T00:13:53.498Z","updated_at":"2025-03-15T03:14:18.189Z","avatar_url":"https://github.com/DragonBe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![in2it PHP Bootcamp](https://www.in2it.be/wp-content/uploads/2017/01/in2it-php-bootcamp.png)](https://www.in2it.be/training-courses/php-bootcamp/)\n\n# Laravel Shop\n\nThis is a shop build on top of [Laravel](https://laravel.com/) using [Aimeos Laravel Package](https://aimeos.org/integrations/laravel-ecommerce-package/).\n\nThis project is part of [in2it PHP Bootcamp](https://www.in2it.be/training-courses/php-bootcamp/) training course. Feel free to [contact](https://www.in2it.be/contact) us for more details and to schedule a training at your offices (BENELUX only).\n\n## Requirements\n\nPlease check you meet the following requirements:\n\n- PHP 5.6.4 (or higher)\n- MySQL 5.7.16 (or higher)\n\n## Getting started\n\nAll stories have a beginning and so does this project. You can read the [Laravel Documentation] and [Aimeos Documentation] to get started quickly, but we've done all the grunt work for you.\n\nJust follow these steps and you should be all-right.\n\n### 1. Set up your MySQL Database\n\nThis application requires a database, the easiest way is to set up [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) and add the following:\n\n- database \"homestead\"\n- username \"homestead@localhost\"\n- password \"secret\"\n\nThese are the default settings for Laravel and are working great for the goal of this training.\n\n```\nmysql -uroot -p\npassword: ******\n\nmysql\u003e create database homestead;\nmysql\u003e create user homestead@localhost identified by 'secret';\nmysql\u003e grant all on homestead.* to homestead@localhost;\nmysql\u003e \\q\n```\n\n### 2. Install this repo\n\nIf you didn't received an invitation from us for our classroom, please contact @dragonbe or @bartmcleod to provide you the invitation link.\n\n```\ncd /path/to/workspace\ngit clone git@git@github.com:in2it-training-\u003cusername\u003e/phpbootcamp-shop.git phpbootcamp-shop\ncd phpbootcamp-shop\n```\n\n### 3. Install the PHP packages\n\nYou need [Composer] to continue as we're needing several packages to continue.\n\n```\ncomposer install\n```\n\n### 4. Set environment settings\n\n```\ncp .env.example .env\n```\n\nDepending on your database settings, if you followed from the beginning these default settings are going to be enough.\n\nNext thing you need to do is set an application key\n\n```\nphp artisan key:generate\n```\n\n### 5. Launch your application\n\n```\nphp artisan serve\n```\n\nNow point your browser to [localhost:8000/list](http://localhost:8000/list) to see the webshop application.\n\n\n[Laravel Documentation]: https://laravel.com/docs/5.3/installation\n[Aimeos Documentation]: https://github.com/aimeos/aimeos-laravel#aimeos-laravel-package\n[Composer]: https://getcomposer.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonbe%2Fphpbootcamp-shop-2018-talent-it-php-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonbe%2Fphpbootcamp-shop-2018-talent-it-php-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonbe%2Fphpbootcamp-shop-2018-talent-it-php-class/lists"}