{"id":18340847,"url":"https://github.com/amercier/laravel-task-list","last_synced_at":"2025-04-09T20:45:33.764Z","repository":{"id":143103435,"uuid":"107668387","full_name":"amercier/laravel-task-list","owner":"amercier","description":"Task List using Laravel 5.6","archived":false,"fork":false,"pushed_at":"2018-05-19T12:11:51.000Z","size":493,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T13:18:47.062Z","etag":null,"topics":["framework","laravel","todoapp","todoapplication","todolist","training"],"latest_commit_sha":null,"homepage":"https://laravel-task-list.amercier.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amercier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-10-20T11:08:13.000Z","updated_at":"2018-07-13T02:32:45.000Z","dependencies_parsed_at":"2023-04-12T08:47:17.699Z","dependency_job_id":null,"html_url":"https://github.com/amercier/laravel-task-list","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/amercier%2Flaravel-task-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amercier%2Flaravel-task-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amercier%2Flaravel-task-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amercier%2Flaravel-task-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amercier","download_url":"https://codeload.github.com/amercier/laravel-task-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111156,"owners_count":21049569,"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":["framework","laravel","todoapp","todoapplication","todolist","training"],"created_at":"2024-11-05T20:24:25.375Z","updated_at":"2025-04-09T20:45:33.737Z","avatar_url":"https://github.com/amercier.png","language":"PHP","readme":"Laravel Task List\n=================\n\n[![Build Status](https://travis-ci.org/amercier/laravel-task-list.svg?branch=master)](https://travis-ci.org/amercier/laravel-task-list)\n[![Test Coverage](https://img.shields.io/codecov/c/github/amercier/laravel-task-list/master.svg)](https://codecov.io/github/amercier/laravel-task-list?branch=master)\n\nTask List using Laravel PHP framework, based on official\n[Basic Task List](https://laravel.com/docs/5.2/quickstart) and\n[Intermediate Task List](https://laravel.com/docs/5.2/quickstart-intermediate)\ntutorials, adapted for **Laravel 5.6**.\n\nAdditional features:\n- HTTP tests ([docs](https://laravel.com/docs/5.6/http-tests))\n- Browser tests using Laravel Dusk ([docs](https://laravel.com/docs/5.6/dusk)).\n- Continuous Integration using [\u003cimg alt=\"Travis CI\" src=\"https://cdn.travis-ci.org/images/favicon-076a22660830dc325cc8ed70e7146a59.png\" height=\"16\"\u003e Travis CI](https://travis-ci.org/)\n- Code coverage reporting to [\u003cimg alt=\"Codecov\" src=\"https://d234q63orb21db.cloudfront.net/685e381330164f79197bc0e7f75035c6f1b9d7d0/media/images/favicon.png\" height=\"16\"\u003e Codecov](https://codecov.io/github/amercier/laravel-task-list?branch=master) and [\u003cimg alt=\"Code Climate\" src=\"https://codeclimate.com/favicon.png\" height=\"16\"\u003e Code Climate](https://codeclimate.com/github/amercier/laravel-task-list)\n\n- Continuous Deployment on OVH Perso (no SSH :cold_sweat:)\n\nSetup\n-----\n\n### Requirements\n\n- [PHP](http://php.net/) \u003e=7.2\n- [Composer](https://getcomposer.org/)\n- [NodeJS](https://nodejs.org/en/) ([NVM](https://github.com/creationix/nvm) recommended)\n- [Yarn](https://yarnpkg.com/en/)\n\nMacOS install instructions:\n```bash\n# PHP \u0026 Composer\nbrew install php@7.2 composer\npecl install xdebug\n\n# NVM, NodeJS and Yarn\nbrew install nvm\nnvm install node\nnpm install -g yarn\n```\n\n### Initial setup\n\n1. Run (in project directory):\n```\ncomposer create-project\ncomposer install\ncomposer run development\n```\n\n### Start\n\n#### Local environment:\n\n1. Run\n```\nphp artisan serve\n```\n2. Visit http://localhost:8000/\n\nNote: in `local` environment, SQLite is used as database.\n\n#### Using Homestead\n\n1. Run (in project directory):\n```\ncomposer run homestead-init\n```\n2. Visit http://localhost:8080/\n\nNote: in `homestead` environment, MySQL is used as database.\n\nLicence\n-------\n\nThis project is licensed under the [ISC License](./LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famercier%2Flaravel-task-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famercier%2Flaravel-task-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famercier%2Flaravel-task-list/lists"}