{"id":20614399,"url":"https://github.com/omartawba1/start_laravel","last_synced_at":"2026-02-27T17:15:02.105Z","repository":{"id":50993191,"uuid":"85490276","full_name":"omartawba1/start_laravel","owner":"omartawba1","description":"Let this application be your quick start to Laravel, It'll help you to build your app structure and show you each component of Laravel and how to best practice them.","archived":false,"fork":false,"pushed_at":"2021-05-26T08:53:25.000Z","size":1282,"stargazers_count":41,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T07:39:38.393Z","etag":null,"topics":["demo","laravel","quickstart"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omartawba1.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}},"created_at":"2017-03-19T16:12:32.000Z","updated_at":"2024-08-12T03:57:40.000Z","dependencies_parsed_at":"2022-09-22T09:37:07.027Z","dependency_job_id":null,"html_url":"https://github.com/omartawba1/start_laravel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/omartawba1/start_laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omartawba1%2Fstart_laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omartawba1%2Fstart_laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omartawba1%2Fstart_laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omartawba1%2Fstart_laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omartawba1","download_url":"https://codeload.github.com/omartawba1/start_laravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omartawba1%2Fstart_laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29905799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["demo","laravel","quickstart"],"created_at":"2024-11-16T11:12:38.072Z","updated_at":"2026-02-27T17:15:02.087Z","avatar_url":"https://github.com/omartawba1.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Start Laravel [![Build Status](https://travis-ci.org/omartawba1/start_laravel.svg?branch=master)](https://travis-ci.org/omartawba1/start_laravel) [![StyleCI](https://styleci.io/repos/85490276/shield?branch=master)](https://styleci.io/repos/85490276) \n\nStart laravel is a simple start app to learn how to develop with laravel, You'll learn these components\n\n- [Migration, Seeding, Routing, Controllers, Models, Validation, Requests, Views, Events, Notifications, Listeners, Auth, Commands, ...etc]\n\nEach framework should has it's quick start app, Let this application be your quick start to Laravel,\nIt'll help you to build your app structure and show you each component of Laravel and how to best practice them.\nI hope it'll help you on understanding Laravel \u0026 how to work with it.\n\n## Modules \u0026 Features\n\nYou can find here modules for `users` , `sections` , `articles` , `comments`  \nalso you can some good features like `login` , `registration` , `translation` \n\n## Screen capture\n\n[![Start Laravel](https://image.ibb.co/mTX68v/Screen_Shot_2017_03_20_at_10_41_14_AM.png)](https://youtu.be/xH4Y3zxhO98)\n[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_41_32_AM.png)](https://youtu.be/xH4Y3zxhO98)\n[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_41_53_AM.png)](https://youtu.be/xH4Y3zxhO98)\n[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_42.19_AM.png)](https://youtu.be/xH4Y3zxhO98)\n[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_42.40_AM.png)](https://youtu.be/xH4Y3zxhO98)\n\n## Installation Steps  \n\nFirst you will need to clone the project   \n\nThen you go to project directory and run     \n\n`composer install`  \n\nThen create a database named start_laravel then rename `.env.example` to `.env` and change database configuration values to yours.  \n\nThen run  \n\n`php artisan key:generate`  \n\nThen  \n\n`php artisan migrate`  \n\nThen seed users table  \n\n`php artisan db:seed`  \n\n## Default Login Data\n\nEmail :`admin@admin.com`  \nPass  :`123456`  \n\n## Custom commands\n\n    php artisan clear:db\n\n\n## Contributing\n\nThank you for considering contributing to the start app! you can fork this repository and any merge request are welcome anytime.\n\n## License\n\nThe Start Laravel app licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomartawba1%2Fstart_laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomartawba1%2Fstart_laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomartawba1%2Fstart_laravel/lists"}