{"id":20885216,"url":"https://github.com/sensational-code/laravel-change-calculator","last_synced_at":"2026-04-06T21:30:59.318Z","repository":{"id":185850996,"uuid":"289828646","full_name":"Sensational-Code/laravel-change-calculator","owner":"Sensational-Code","description":"A currency change calculator written with Laravel 8 and Vue.js","archived":false,"fork":false,"pushed_at":"2021-09-19T08:50:34.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T09:59:12.333Z","etag":null,"topics":["javascript","laravel","php","vuejs"],"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/Sensational-Code.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}},"created_at":"2020-08-24T04:35:28.000Z","updated_at":"2021-09-19T08:50:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f03dd973-996e-40ac-a01e-7a31982de24c","html_url":"https://github.com/Sensational-Code/laravel-change-calculator","commit_stats":null,"previous_names":["sensational-code/laravel-change-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sensational-Code/laravel-change-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensational-Code%2Flaravel-change-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensational-Code%2Flaravel-change-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensational-Code%2Flaravel-change-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensational-Code%2Flaravel-change-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sensational-Code","download_url":"https://codeload.github.com/Sensational-Code/laravel-change-calculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensational-Code%2Flaravel-change-calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javascript","laravel","php","vuejs"],"created_at":"2024-11-18T08:12:49.686Z","updated_at":"2026-04-06T21:30:59.134Z","avatar_url":"https://github.com/Sensational-Code.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-change-calculator\nA currency change calculator written with Laravel 8 and Vue.js\n\n## Install and setup database\nInstall MySQL via the installer or homebrew\n\n```\nbrew install mysql\n```\n\nEnsure the MySQL server is running\n```\nmysql.server start\n```\n\nOpen the MySQL prompt (password should be blank or \"password\" by default)\n```\nmysql -u root -p\n```\n\nSet a password for your desired user\n```\nALTER USER 'root'@'localhost' IDENTIFIED BY 'apasswordyouwillremember';\n```\n\nCreate a database to use for the project and exit\n```\ncreate database laravel_change_calculator;\nexit;\n```\n\n## Install\nClone this repo to your local machine\n```\ngit clone https://github.com/Sensational-Code/laravel-change-calculator\n```\n\nNavigate into the project directory\n```\ncd laravel-change-calculator\n```\nInstall dependencies\n```\ncomposer install\nnpm install\n```\nCopy the `.env.example` and rename it `.env` within the project directory\n\nFill in the `DB_` fields within the `.env` file to point to the database you wish to use\n\nGenerate an encryption key\n```\nphp artisan key:generate\n```\n\nMigrate and seed the database\n```\nphp artisan migrate:fresh --seed\n```\n\nRun the webpack build\n```\nnpm run dev\n```\n\n## Usage\nEnsure you are in the project directory and serve the Laravel project\n```\nphp artisan serve --port=8000\n```\n\nThen visit http://localhost:8000 in your web browser of choice\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensational-code%2Flaravel-change-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensational-code%2Flaravel-change-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensational-code%2Flaravel-change-calculator/lists"}