{"id":36986980,"url":"https://github.com/abbasudo/artisan-route","last_synced_at":"2026-01-13T23:05:45.111Z","repository":{"id":45079714,"uuid":"443332366","full_name":"abbasudo/artisan-route","owner":"abbasudo","description":"add route to access artisan","archived":false,"fork":false,"pushed_at":"2025-10-08T10:04:38.000Z","size":52,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T11:43:13.486Z","etag":null,"topics":["artisan","artisan-command","cpanel","laravel","laravel-artisan","laravel-package","laravel-route","shared-host"],"latest_commit_sha":null,"homepage":"https://abbasudo.github.io/artisan-route/","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/abbasudo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-12-31T11:41:24.000Z","updated_at":"2025-10-08T09:56:11.000Z","dependencies_parsed_at":"2024-12-08T12:18:50.758Z","dependency_job_id":"dabbc668-d0be-491b-8d41-6fb1c41678f9","html_url":"https://github.com/abbasudo/artisan-route","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/abbasudo/artisan-route","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasudo%2Fartisan-route","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasudo%2Fartisan-route/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasudo%2Fartisan-route/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasudo%2Fartisan-route/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abbasudo","download_url":"https://codeload.github.com/abbasudo/artisan-route/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasudo%2Fartisan-route/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":["artisan","artisan-command","cpanel","laravel","laravel-artisan","laravel-package","laravel-route","shared-host"],"created_at":"2026-01-13T23:05:44.247Z","updated_at":"2026-01-13T23:05:45.105Z","avatar_url":"https://github.com/abbasudo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://laravel.com\"\u003e\n    \u003cimg src=\"https://www.parthpatel.net/static/e2e0f8d37c1f56c7bc6a8d09d4052d92/2bef9/laravel-cache-clear-1024x610.png\" alt=\"Logo\" height=\"400\"\u003e\n  \u003c/a\u003e\n\n  \u003cbr /\u003e\n  \u003ch1 align=\"center\"\u003eartisan route\u003c/h1\u003e\n\n  \u003cp align=\"center\"\u003e\n    add a route to run \u003ca href=\"https://laravel.com/docs/8.x/artisan\"\u003eartisan commands \u003c/a\u003e\n    \u003cbr /\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\n\n\n\n\u003c!-- ABOUT --\u003e\n## About\n\nThis package helps you run laravel artisan commands by calling the api. this will be usefull in shared hosts that give you **cPanel** or FTP and dosent give you access to command line or **SSH**.\n\n\u003c!-- USAGE --\u003e\n## Usage\n  \n### Installation\n\nYou can install the package via composer by this command:\n   ```sh\n   composer require abbasudo/artisan-route \n   ```\n\n\u003cbr /\u003e\n\n  Once you added the package to your project the api will be added. you can verify that by runngin this command:\n```sh\nphp artisan route:list\n```\nthis route should be added to your route list:\n![image](https://user-images.githubusercontent.com/86796762/147836635-b383db1e-670d-4fb8-80e3-8b463a827538.png)\n\n\u003cbr /\u003e\n\n### Usage Example\n\nyou can call the api with the artisan command as a payload like bellow.\n![image](https://user-images.githubusercontent.com/86796762/147836917-9b1b14e1-58a8-46d0-8af3-e5d6ce6d0408.png)\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003chr /\u003e\nif you want to run a specific flag add the flag keyword as a key like below.\n\n![image](https://user-images.githubusercontent.com/86796762/147836989-a49000e7-7aa5-457c-82d7-62fcaa21cd68.png)\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nAbbas mkhzomi - [Telegram@abbasudo](https://t.me/abbasudox) - amkhzomi@gmail.com\n\nProject Link: [https://github.com/abbasudo/artisan-route](https://github.com/abbasudo/artisan-route)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbasudo%2Fartisan-route","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbasudo%2Fartisan-route","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbasudo%2Fartisan-route/lists"}