{"id":20215059,"url":"https://github.com/betterstack-community/class-management-app","last_synced_at":"2026-05-10T01:18:31.835Z","repository":{"id":83741974,"uuid":"549939823","full_name":"betterstack-community/class-management-app","owner":"betterstack-community","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-28T14:09:31.000Z","size":837,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T21:44:45.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/betterstack-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-12T01:02:46.000Z","updated_at":"2022-10-12T15:07:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"95c15272-72a2-4188-8c6c-546f398e6e80","html_url":"https://github.com/betterstack-community/class-management-app","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/betterstack-community%2Fclass-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fclass-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fclass-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fclass-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betterstack-community","download_url":"https://codeload.github.com/betterstack-community/class-management-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241652965,"owners_count":19997578,"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-14T06:19:31.664Z","updated_at":"2026-05-10T01:18:31.802Z","avatar_url":"https://github.com/betterstack-community.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Class Management App\n\nA class management application, created to demonstrate Laravel's task scheduling functionality.\n\n**Tutorial**: [Laravel scheduled tasks]().\n\n![Class Management App](screenshot.png)\n\n## 🟢 Prerequisites\n\nYou must have the latest version of [PHP](https://www.php.net/) and [Composer](https://getcomposer.org/) installed on your machine. This project is tested against PHP 8.1.6.\n\n## 📦 Getting started\n\nFirst, create a new working directory and `cd` into it:\n\n```command\nmkdir class-management-app \u0026\u0026 cd class-management-app\n```\n\nClone the project using the following command:\n\n```command\ngit clone https://github.com/betterstack-community/class-management-app.git\n```\n\nRename the `.env.example` file into `.env`:\n\n```command\nmv .env.example .env\n```\n\nGenerate a new `APP_KEY` by running the following Artisan command:\n\n```command\nphp artisan key:generate\n```\n\nOpen the `.env` file and edit the path to the `.sqlite` database based on your system:\n\n```text\n[label .env]\n. . .\nDB_CONNECTION=sqlite\nDB_DATABASE=\"\u003cabsolute_path_to\u003e/database.sqlite\"\nDB_FOREIGN_KEYS=true\n```\n\nAnd finally, start the dev server:\n\n```command\nphp artisan serve\n```\n\nOpen your browser and go to [http://127.0.0.1:8000](http://127.0.0.1:8000). You should see the home page of the class management app.\n\n## ⚖ License\n\nThe code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fclass-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetterstack-community%2Fclass-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fclass-management-app/lists"}