{"id":19311911,"url":"https://github.com/kyslik/artisan-stubs","last_synced_at":"2025-10-08T09:58:31.960Z","repository":{"id":57010318,"uuid":"67356217","full_name":"Kyslik/artisan-stubs","owner":"Kyslik","description":"Override default artisan:make stubs.","archived":false,"fork":false,"pushed_at":"2017-03-03T11:26:46.000Z","size":28,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T18:03:24.382Z","etag":null,"topics":["artisan","composer","laravel-5-package","php","stub"],"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/Kyslik.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}},"created_at":"2016-09-04T16:32:10.000Z","updated_at":"2019-01-11T05:16:08.000Z","dependencies_parsed_at":"2022-08-21T15:10:26.725Z","dependency_job_id":null,"html_url":"https://github.com/Kyslik/artisan-stubs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Kyslik/artisan-stubs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fartisan-stubs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fartisan-stubs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fartisan-stubs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fartisan-stubs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kyslik","download_url":"https://codeload.github.com/Kyslik/artisan-stubs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fartisan-stubs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278924142,"owners_count":26069400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","composer","laravel-5-package","php","stub"],"created_at":"2024-11-10T00:31:17.141Z","updated_at":"2025-10-08T09:58:31.938Z","avatar_url":"https://github.com/Kyslik.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overrider of Artisan make:whatever stubs\n[![Latest Version](https://img.shields.io/github/release/Kyslik/artisan-stubs.svg?style=flat-square)](https://github.com/Kyslik/artisan-stubs/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Total Downloads](https://img.shields.io/packagist/dt/Kyslik/artisan-stubs.svg?style=flat-square)](https://packagist.org/packages/Kyslik/artisan-stubs)\n\nOverride default artisan make stubs\n\n\n# Setup\n\n## Composer\n\nPull this package in through Composer (development/latest version `dev-master`).\n\n```\ncomposer require kyslik/artisan-stubs\n```\n\nor\n\n\nAdd to `composer.json` following (for Laravel 5.4):\n\n```\n{\n    \"require\": {\n        \"kyslik/artisan-stubs\": \"2.*\"\n    }\n}\n```\n\n    $ composer update\n\n\nAdd the package to your application service providers in `config/app.php`\n\n```\n'providers' =\u003e [\n\n    App\\Providers\\RouteServiceProvider::class,\n\n    /*\n     * Third Party Service Providers...\n     */\n    Kyslik\\ArtisanStubs\\ArtisanStubsServiceProvider::class,\n],\n```\n## Publish stubs\n\n    $ php artisan vendor:publish --provider=\"Kyslik\\ArtisanStubs\\ArtisanStubsServiceProvider\" --tag=\"stubs\"\n\nTip\n\u003e add `.gitignore` to your `/resources` folder\n\u003e \n\u003e```\n\u003e$ echo \"/stubs\" \u003e  ./resources/.gitignore\n\u003e```\n\n# Usage\n\nSimply edit `resources/stubs/*.stub` you like and enjoy artisan commands as usual.\n\n\n### Idea from\n [Q\u0026A](http://stackoverflow.com/q/21810251/1564365)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyslik%2Fartisan-stubs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyslik%2Fartisan-stubs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyslik%2Fartisan-stubs/lists"}