{"id":43987765,"url":"https://github.com/emir/laravel-webartisan","last_synced_at":"2026-02-07T10:08:23.487Z","repository":{"id":36117478,"uuid":"40419913","full_name":"emir/laravel-webartisan","owner":"emir","description":"Web artisan allows to run artisan console commands using a browser","archived":false,"fork":false,"pushed_at":"2015-08-28T07:24:54.000Z","size":268,"stargazers_count":36,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-13T07:29:44.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/emir.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":"2015-08-09T00:02:06.000Z","updated_at":"2024-04-20T14:42:04.000Z","dependencies_parsed_at":"2022-09-03T11:02:15.588Z","dependency_job_id":null,"html_url":"https://github.com/emir/laravel-webartisan","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emir/laravel-webartisan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emir%2Flaravel-webartisan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emir%2Flaravel-webartisan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emir%2Flaravel-webartisan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emir%2Flaravel-webartisan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emir","download_url":"https://codeload.github.com/emir/laravel-webartisan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emir%2Flaravel-webartisan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29192030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"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":"2026-02-07T10:08:22.957Z","updated_at":"2026-02-07T10:08:23.479Z","avatar_url":"https://github.com/emir.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Laravel 5 Web Artisan\n=================\n\nWeb artisan allows to run `artisan` console commands using a browser. Laravel port for [samdark/yii2-webshell](https://github.com/samdark/yii2-webshell).\n\n\u003cimg src=\"screenshot.png\" /\u003e\n\nInstallation\n------------\n\nRequire this package with composer:\n\n```\ncomposer require emir/laravel-webartisan\n```\n\nAfter updating composer, because of the security reasons you need to check environment is local.\nSo you can add the ServiceProvider to app/Providers/AppServiceProvider.php like this:\n\n```php\npublic function register()\n{\n\tif ($this-\u003eapp-\u003eenvironment() == 'local') {\n\t\t$this-\u003eapp-\u003eregister('Emir\\Webartisan\\WebartisanServiceProvider');\n\t}\n}\n```\n\nCopy the package assets to your local with the publish command:\n\n```php\nphp artisan vendor:publish --provider=\"Emir\\Webartisan\\WebartisanServiceProvider\"\n```\n\nUsage\n------------\n\nAfter installation you will be able to access web artisan in your browser using\nthe URL:\n\n`http://localhost/path/to/artisan`\n\nLicense\n-------------\n\n[MIT License](http://emir.mit-license.org/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femir%2Flaravel-webartisan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femir%2Flaravel-webartisan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femir%2Flaravel-webartisan/lists"}