{"id":20349395,"url":"https://github.com/rootinc/laravel-heroku-app-creator","last_synced_at":"2026-04-17T22:31:59.736Z","repository":{"id":62537327,"uuid":"214515844","full_name":"rootinc/laravel-heroku-app-creator","owner":"rootinc","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-25T20:37:08.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T06:54:47.797Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rootinc.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}},"created_at":"2019-10-11T19:38:15.000Z","updated_at":"2021-02-25T20:33:25.000Z","dependencies_parsed_at":"2022-11-02T15:15:54.263Z","dependency_job_id":null,"html_url":"https://github.com/rootinc/laravel-heroku-app-creator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rootinc/laravel-heroku-app-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootinc%2Flaravel-heroku-app-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootinc%2Flaravel-heroku-app-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootinc%2Flaravel-heroku-app-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootinc%2Flaravel-heroku-app-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootinc","download_url":"https://codeload.github.com/rootinc/laravel-heroku-app-creator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootinc%2Flaravel-heroku-app-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31948417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-14T22:25:45.200Z","updated_at":"2026-04-17T22:31:59.720Z","avatar_url":"https://github.com/rootinc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Heroku App Creator\n\nCreates an App on Heroku using the Heroku Quick Deployer, as well as setups simple AWS credentials, and generates an app key.\n\n## Normal Installation\n\n1. `composer require rootinc/laravel-heroku-app-creator`\n2. run `php artisan vendor:publish --provider=\"RootInc\\LaravelHerokuAppCreator\\AppCreatorServiceProvider\"` to install config file to `config/app_creator.php`\n3. In our routes folder (most likely `web.php`), add\n```php\nRoute::get('/create-app', '\\RootInc\\LaravelHerokuAppCreator\\AppCreator@route');\n```\n\n4. In our `.env` add `AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION and AWS_BUCKET`.  The access key and secret key is used to create S3 folders and IAM users, so be sure this programmatic user has the correct permissions.  The `AWS_BUCKET` is where all the apps folders will get generated.\n5. Also in our `.env` add `IAM_GROUP`, and `TEMPLATE_URL`.  `IAM_GROUP` is the name of the group you want to assign the newly created AWS user for each Heroku app.  `TEMPLATE_URL` is the url used with Heroku to create a new app.  Make sure this repo has an app.json file.  Ex: `TEMPLATE_URL=https://github.com/rootinc/laravel-heroku-app-creator/tree/master`.\n\n## Routing\n\n`Route::get('/create-app', '\\RootInc\\LaravelHerokuAppCreator\\AppCreator@route');` First parameter can be wherever you want to route the app creator route.  Change as you would like.\n\n## Contributing\n\nThank you for considering contributing to the Laravel Heroku App Creator! To encourage active collaboration, we encourage pull requests, not just issues.\n\nIf you file an issue, the issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a issue is to make it easy for yourself - and others - to replicate the bug and develop a fix.\n\n## License\n\nThe Laravel Heroku App Creator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootinc%2Flaravel-heroku-app-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootinc%2Flaravel-heroku-app-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootinc%2Flaravel-heroku-app-creator/lists"}