{"id":15707591,"url":"https://github.com/thenets/easylaravel","last_synced_at":"2026-01-27T15:01:17.574Z","repository":{"id":87614355,"uuid":"102917217","full_name":"thenets/EasyLaravel","owner":"thenets","description":" The easiest way to setup a development environment for Laravel Framework. ","archived":false,"fork":false,"pushed_at":"2017-09-09T05:15:02.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T23:35:15.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/thenets.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":"2017-09-09T01:18:57.000Z","updated_at":"2017-09-09T01:18:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5448735-8f8c-4eef-afd9-5e24702ced24","html_url":"https://github.com/thenets/EasyLaravel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thenets/EasyLaravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyLaravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyLaravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyLaravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyLaravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenets","download_url":"https://codeload.github.com/thenets/EasyLaravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyLaravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":[],"created_at":"2024-10-03T20:40:51.397Z","updated_at":"2026-01-27T15:01:17.552Z","avatar_url":"https://github.com/thenets.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyLaravel\n The easiest way to setup a development environment for Laravel Framework. \n\n## Requirements\nYou need the Docker.\n```\ncurl -sSL https://get.docker.com | sudo sh\n```\n\n## 1. Laravel command-line interface\nCreate your application dir. Change `~/myapp_dir/www` for your Laravel application dir.\n\n```\nmkdir -p ~/myapp_dir/www\nsudo chown -R 1000.1000 ~/myapp_dir/www\n```\n\nEnter on container with Laravel CLI and create an new project.\n\n```\ndocker run -v ~/myapp_dir/www:/app -p 8000:8000 --rm -it thenets/easylaravel /bin/bash\ncomposer global require \"laravel/installer\"\nlaravel new blog\n```\n\n## 2. Start Server\n```\ndocker run -v ~/myapp_dir/www:/app -p 8000:8000 --rm -it thenets/easylaravel php artisan serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Feasylaravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenets%2Feasylaravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Feasylaravel/lists"}