{"id":24756068,"url":"https://github.com/wavehack/meowstic","last_synced_at":"2025-03-23T06:44:29.612Z","repository":{"id":62546854,"uuid":"83922894","full_name":"WaveHack/Meowstic","owner":"WaveHack","description":"Laravel project helper scripts","archived":false,"fork":false,"pushed_at":"2017-04-06T09:36:56.000Z","size":27,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T04:03:33.151Z","etag":null,"topics":["composer-package","helper","laravel","scripts"],"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/WaveHack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-04T20:34:48.000Z","updated_at":"2017-03-05T20:54:16.000Z","dependencies_parsed_at":"2022-11-02T22:15:57.594Z","dependency_job_id":null,"html_url":"https://github.com/WaveHack/Meowstic","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaveHack%2FMeowstic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaveHack%2FMeowstic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaveHack%2FMeowstic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaveHack%2FMeowstic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaveHack","download_url":"https://codeload.github.com/WaveHack/Meowstic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066524,"owners_count":20555404,"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","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":["composer-package","helper","laravel","scripts"],"created_at":"2025-01-28T13:37:57.551Z","updated_at":"2025-03-23T06:44:29.593Z","avatar_url":"https://github.com/WaveHack.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"http://cdn.bulbagarden.net/upload/thumb/a/a6/678Meowstic.png/250px-678Meowstic.png\"\u003e\u003c/p\u003e\n\n## About\n\nMeowstic is a collection of Laravel helper scripts I use often for my projects.\n\nInstead of having to maintain separate sh files in each repo, I decided to make it into a composer package instead.\n\nCurrently only the [convert](#convert) script is available.\n\n## Installation\n\n`$ composer global require wavehack/meowstic`\n\n## Usage\n\n### Convert\n\n```\n$ cd path/to/project\n$ meowstic convert\n```\n\nConverts a traditional Laravel project directory structure to a more sophisticated layout I use for my projects.\n\nThe basic gist of it is that source code now resides in `src/`, Artisan in `bin/` and moves the directories `bootstrap`, `config`, `database`, `resources`, `routes` and `storage` to a new `app/`.\n\nThis command is only tested on a fresh Laravel project. It might produce unwanted results on an existing or modified codebase.\n\nMore specifically:\n\n- Creates a `bin/` directory and moves `artisan` from the project root to there.\n- Moves source code from `app/` to `src/`.\n- Creates a `src/Application.php` with the path overrides.\n- Creates an `app/` directory and puts in the following directories normally in the root of the project:\n  - `bootstrap`\n  - `config`\n  - `database`\n  - `resources`\n  - `routes`\n  - `storage`\n- Changes the following files to fix paths:\n  - `app/bootstrap/app.php` (including using our own `Application` class override)\n  - `app/bootstrap/autoload.php`\n  - `app/config/view.php` for our new views path\n  - `bin/artisan`\n  - `public/index.php`\n  - `src/Console/Kernel.php` for our new console routes path\n  - `src/Providers/BroadcastServiceProvider.php` for our new channel routes path\n  - `src/Providers/RouteServiceProvider.php` for our new api and web routes path\n  - `composer.json` for the psr-4 autoload path and artisan calls\n\n## License\n\nMeowstic is open-sourced software licensed under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavehack%2Fmeowstic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavehack%2Fmeowstic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavehack%2Fmeowstic/lists"}