{"id":14972379,"url":"https://github.com/projectsandprograms/crud-laravel-10","last_synced_at":"2026-03-01T02:02:01.028Z","repository":{"id":229028133,"uuid":"775546321","full_name":"ProjectsAndPrograms/crud-laravel-10","owner":"ProjectsAndPrograms","description":"A simple crud application with all the basic features you have to know.","archived":false,"fork":false,"pushed_at":"2024-03-21T16:32:24.000Z","size":23366,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-16T10:20:30.160Z","etag":null,"topics":["blade-template","bootstrap-5","crud","error-pages","laravel","laravel-10","laravel-bootstrap","laravel-crud","laravel-framework","mysql","mysql-database"],"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/ProjectsAndPrograms.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}},"created_at":"2024-03-21T15:35:20.000Z","updated_at":"2025-03-08T03:49:18.000Z","dependencies_parsed_at":"2024-03-21T17:53:47.521Z","dependency_job_id":null,"html_url":"https://github.com/ProjectsAndPrograms/crud-laravel-10","commit_stats":null,"previous_names":["projectsandprograms/crud-laravel-10"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProjectsAndPrograms/crud-laravel-10","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectsAndPrograms%2Fcrud-laravel-10","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectsAndPrograms%2Fcrud-laravel-10/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectsAndPrograms%2Fcrud-laravel-10/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectsAndPrograms%2Fcrud-laravel-10/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProjectsAndPrograms","download_url":"https://codeload.github.com/ProjectsAndPrograms/crud-laravel-10/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectsAndPrograms%2Fcrud-laravel-10/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29958394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blade-template","bootstrap-5","crud","error-pages","laravel","laravel-10","laravel-bootstrap","laravel-crud","laravel-framework","mysql","mysql-database"],"created_at":"2024-09-24T13:46:49.758Z","updated_at":"2026-03-01T02:02:01.000Z","avatar_url":"https://github.com/ProjectsAndPrograms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crud-laravel-10\n A simple crud application with all the basic features you have to know.\n\n## Features\n  1. Image Uplaod\n  2. Password encoder\n  3. Pagination links\n  4. Flash messages\n  5. Error pages to handle error code such as 404, 500 etc.\n\n## Technolgies Used \n  1. PHP (8.2)\n  2. Laravel-10\n  3. Blade templating engine\n  4. MySQL database\n  5. Bootstrap 5\n  6. Developed in Visual studio code\n  \n## Screenshots\n### Users\n\u003cdiv style=\"display: flex;flex-direction: column; grid-gap: 10px;\"\u003e\n    \u003cdiv style=\"display: flex; grid-gap: 10px;\"\u003e\n        \u003cimg src=\"screenshots/s1.png\" alt=\"screenshots\" width=\"49%\" style=\"border: 2px solid lightgreen\"/\u003e\n        \u003cimg src=\"screenshots/s2.png\" alt=\"screenshots\" width=\"49%\" style=\"border: 2px solid lightgreen\"/\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"display: flex; grid-gap: 10px;\"\u003e\n        \u003cimg src=\"screenshots/s3.png\" alt=\"screenshots\" width=\"49%\" style=\"border: 2px solid lightgreen\"/\u003e\n        \u003cimg src=\"screenshots/s4.png\" alt=\"screenshots\" width=\"49%\" style=\"border: 2px solid lightgreen\"/\u003e\n    \u003c/div\u003e\n     \u003cdiv style=\"display: flex; grid-gap: 10px;\"\u003e\n        \u003cimg src=\"screenshots/s5.png\" alt=\"screenshots\" width=\"49%\" style=\"border: 2px solid lightgreen\"/\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n## HOW TO USE?\n\n Step-1: **[Install Composer](https://getcomposer.org/)** \u003cbr\u003e\n Step-2: **[Install PHP and MySQL OR simply xampp](https://www.apachefriends.org/download.html)**\u003cbr\u003e\n Step-3: create database schema for curd-application - to do that simply locate the directory using terminal and run the given command\n \n ```bash\n    php artisan migrate\n ```\n\nthis will create the database schema for you.\u003cbr\u003e\n[Note- if you have custom username or password for the database ? you need to update the project configurations. you can edit them in .env file (this file is located in project folder and not visible - to update this you need to open the folder with any advance text editor like visual studio code)]\n\u003cbr\u003e\u003cbr\u003e\nStep-4: after creating schema you are ready to serve this application - on the project folder open terminal and run following command \u003cbr\u003e\n\n ```bash\n    php artisan serve\n ```\n\u003cbr\u003e\nAfter running this command application start running you can see the application by visiting this url - http://127.0.0.1:8000/\u003cbr\u003e\n\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectsandprograms%2Fcrud-laravel-10","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectsandprograms%2Fcrud-laravel-10","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectsandprograms%2Fcrud-laravel-10/lists"}