{"id":13805628,"url":"https://github.com/TitasGailius/laravel-moonlight","last_synced_at":"2025-05-13T19:31:34.072Z","repository":{"id":43338119,"uuid":"234991957","full_name":"TitasGailius/laravel-moonlight","owner":"TitasGailius","description":"Batteries included Laravel preset based on InertiaJS, VueJS and TailwindCSS stack.","archived":false,"fork":false,"pushed_at":"2023-01-03T08:46:04.000Z","size":586,"stargazers_count":144,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-10T06:17:53.502Z","etag":null,"topics":["inertia","inertiajs","laravel","laravel-preset","laravel-ui","spatie","tailwind","tailwindcss","vue","vuejs","ziggy"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/TitasGailius.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":"2020-01-20T00:57:15.000Z","updated_at":"2025-04-10T12:12:10.000Z","dependencies_parsed_at":"2023-02-01T05:31:20.010Z","dependency_job_id":null,"html_url":"https://github.com/TitasGailius/laravel-moonlight","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TitasGailius%2Flaravel-moonlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TitasGailius%2Flaravel-moonlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TitasGailius%2Flaravel-moonlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TitasGailius%2Flaravel-moonlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TitasGailius","download_url":"https://codeload.github.com/TitasGailius/laravel-moonlight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012987,"owners_count":21999346,"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":["inertia","inertiajs","laravel","laravel-preset","laravel-ui","spatie","tailwind","tailwindcss","vue","vuejs","ziggy"],"created_at":"2024-08-04T01:01:03.241Z","updated_at":"2025-05-13T19:31:33.598Z","avatar_url":"https://github.com/TitasGailius.png","language":"PHP","funding_links":[],"categories":["Resources"],"sub_categories":["Presets"],"readme":"I stand with Ukraine | 🇺🇦\n:---: | :---\n\n# Laravel Moonlight\n\nLaravel Moonlight is a carefully crafted Laravel preset for your next SPA application.\n\nLeverage an existing server-side framework to create a fully client-side rendered, single-page application without much of the complexity that comes with a modern SPA.\n\n![Laravel Moonlight](./screenshots/logo.jpg)\n\n---\n\n## Stack\n\n* [TailwindCSS](https://tailwindcss.com/)\n* [InertiaJS](https://inertiajs.com/)\n* [VueJS](https://vuejs.org/)\n* [Ziggy](https://github.com/tightenco/ziggy) (Use named routes in your JS)\n\n## Installation\n\nInstalled using composer:\n```bash\ncomposer require titasgailius/laravel-moonlight\n```\n\n## Usage\n\nOnce the package has been installed, you may install the scaffolding using the ui Artisan command:\n\n```bash\n// Generate basic scaffolding\nphp artisan ui moonlight\n\n// Include authentication scaffolding\nphp artisan ui moonlight --auth\n```\n\n## Screenshots\n\n![GitHub Logo](screenshots/signin.png)\n---\n![GitHub Logo](screenshots/signup.png)\n---\n![GitHub Logo](screenshots/email.png)\n---\n![GitHub Logo](screenshots/reset.png)\n---\n![GitHub Logo](screenshots/confirm.png)\n\n![GitHub Logo](screenshots/home.png)\n\n## Project Structure\n```\nproject\n│ - webpack.mix.js\n│\n└───resources\n│   |\n│   └───js\n│   |   │ - app.js\n│   |   │ - bootstrap.js\n│   |   │\n│   |   └───components // Global components that are auto-registered.\n|   |   |   | - form-input.vue\n|   |   |\n│   |   └───layouts\n|   |   |   | - app.vue\n|   |   |\n│   |   └───pages // This is where you put your application pages.\n│   |       │ - home.vue\n│   |       │ - welcome.vue\n│   |       │\n│   |       └───auth\n│   |           │ - login.vue\n│   |           │ - register.vue\n│   |           │ - verify.vue\n│   |           │\n│   |           └───passwords\n│   |               │ - confirm.vue\n│   |               │ - email.vue\n│   |               │ - reset.vue\n│   |\n│   └───sass\n│   |   | - app.scss\n│   │\n│   └───views\n│       │ - app.blade.php\n|\n└───app/Providers\n    | // Here you may register any variables that are shared between pages.\n    │ - InertiaServiceProvider.php\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTitasGailius%2Flaravel-moonlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTitasGailius%2Flaravel-moonlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTitasGailius%2Flaravel-moonlight/lists"}