{"id":24764246,"url":"https://github.com/tooinfinity/breeze-module","last_synced_at":"2026-02-14T23:02:45.564Z","repository":{"id":251832461,"uuid":"838570391","full_name":"tooinfinity/breeze-module","owner":"tooinfinity","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-08T19:58:45.000Z","size":261,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T21:03:44.047Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tooinfinity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-05T23:24:23.000Z","updated_at":"2024-12-08T19:58:49.000Z","dependencies_parsed_at":"2024-08-10T11:37:09.641Z","dependency_job_id":null,"html_url":"https://github.com/tooinfinity/breeze-module","commit_stats":null,"previous_names":["tooinfinity/breeze-module"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fbreeze-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fbreeze-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fbreeze-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fbreeze-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tooinfinity","download_url":"https://codeload.github.com/tooinfinity/breeze-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236096180,"owners_count":19094179,"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":[],"created_at":"2025-01-28T21:47:14.360Z","updated_at":"2025-10-11T13:30:23.871Z","avatar_url":"https://github.com/tooinfinity.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# breeze-module\nknow this an issue with this 'Unable to locate a class or view for component [auth:guest-layout]' \nand also 'Unable to locate a class or view for component [auth:app-layout]' \nthis is a simple fix go to AppServiceProvider.php and register these components on the boot method\n```\npublic function boot(): void\n    {\n        Blade::component('auth::guest-layout', GuestLayout::class);\n        Blade::component('auth::app-layout', AppLayout::class);\n    }\n```\nto install this package run\n```\ncomposer require tooinfinity/breeze-module:dev-main --dev\n```\n\nand this package require laravel module package to install it run \n\n```\ncomposer require nwidart/laravel-modules\n```\n\nafter that run this commands\n\n```\nphp artisan vendor:publish --provider=\"Nwidart\\Modules\\LaravelModulesServiceProvider\"\n```\nBy default the module classes are not loaded automatically. You can autoload your modules using psr-4. For example :\n\n```\n\"extra\": {\n    \"laravel\": {\n        \"dont-discover\": []\n    },\n    \"merge-plugin\": {\n        \"include\": [\n            \"Modules/*/composer.json\"\n        ]\n    }\n},\n```\n\nTip: don't forget to run composer dump-autoload afterwards\n\n```\ncomposer dump-autoload\n```\n\n```\nphp artisan module:make Auth\n```\n\n\nto create auth API run this\n\n```\nphp artisan breeze:install\n```\nand choose from the following \n\n```\n'blade' =\u003e 'Blade with Alpine',\n'livewire' =\u003e 'Livewire (Volt Class API) with Alpine',\n'livewire-functional' =\u003e 'Livewire (Volt Functional API) with Alpine',\n'react' =\u003e 'React with Inertia',\n'vue' =\u003e 'Vue with Inertia',\n'api' =\u003e 'API only',\n'module-api' =\u003e 'laravel modules API only',\n'module-blade' =\u003e 'laravel modules Blade with Alpine',\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooinfinity%2Fbreeze-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftooinfinity%2Fbreeze-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooinfinity%2Fbreeze-module/lists"}