{"id":25631658,"url":"https://github.com/m2sd/laranuxt","last_synced_at":"2025-07-03T14:41:09.454Z","repository":{"id":37519340,"uuid":"215278384","full_name":"m2sd/LaraNuxt","owner":"m2sd","description":"Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.","archived":false,"fork":false,"pushed_at":"2023-02-01T21:08:04.000Z","size":1964,"stargazers_count":56,"open_issues_count":9,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-30T22:08:24.376Z","etag":null,"topics":["eslint","framework","jest","laravel","nuxt","nuxtjs","vuetify","vuetifyjs"],"latest_commit_sha":null,"homepage":null,"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/m2sd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2019-10-15T11:10:22.000Z","updated_at":"2024-10-04T15:31:37.000Z","dependencies_parsed_at":"2025-02-22T20:29:26.552Z","dependency_job_id":"b45d9231-72e4-4a05-876b-331074d6fe55","html_url":"https://github.com/m2sd/LaraNuxt","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/m2sd/LaraNuxt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2sd%2FLaraNuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2sd%2FLaraNuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2sd%2FLaraNuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2sd%2FLaraNuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m2sd","download_url":"https://codeload.github.com/m2sd/LaraNuxt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2sd%2FLaraNuxt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263343220,"owners_count":23452131,"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":["eslint","framework","jest","laravel","nuxt","nuxtjs","vuetify","vuetifyjs"],"created_at":"2025-02-22T20:28:51.556Z","updated_at":"2025-07-03T14:41:09.429Z","avatar_url":"https://github.com/m2sd.png","language":"PHP","readme":"# Laranuxt\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://laravel.com\"\u003e\u003cimg alt=\"Laravel\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/1200px-Laravel.svg.png\" width=\"92\" height=\"92\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://vuejs.org\"\u003e\u003cimg alt=\"Vue.js\" src=\"https://vuejs.org/images/logo.png\" width=\"92\" height=\"92\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://nuxtjs.org/\"\u003e\u003cimg alt=\"Nuxt.js\" src=\"https://upload.wikimedia.org/wikipedia/commons/3/3c/Nuxt-js.png\" width=\"92\" height=\"92\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://vuetifyjs.com/\"\u003e\u003cimg alt=\"Vuetify\" src=\"https://cdn.vuetifyjs.com/images/logos/vuetify-logo-dark.png\" width=\"92\" height=\"92\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://eslint.org/\"\u003e\u003cimg alt=\"ESLint\" src=\"https://d33wubrfki0l68.cloudfront.net/204482ca413433c80cd14fe369e2181dd97a2a40/092e2/assets/img/logo.svg\" width=\"92\" height=\"92\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://jestjs.io/\"\u003e\u003cimg alt=\"Jest\" src=\"https://miro.medium.com/max/600/1*i37IyHf6vnhqWIA9osxU3w.png\" width=\"92\" height=\"92\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Laravel + Nuxt.js template\n\n[![](https://img.shields.io/badge/nuxt.js-v2.14.5-04C690.svg)](https://nuxtjs.org)\n[![](https://img.shields.io/badge/Laravel-v8.0.3-ff2e21.svg)](https://laravel.com)\n[![](https://img.shields.io/badge/Vuetify-v2.3.10-1697F6.svg)](https://laravel.com)\n\nFor typescript support checkout the [`typescript`](https://github.com/m2sd/nuxt-laravel-starter/tree/typescript) branch.\n\n## Scripts\n\n```bash\n# *** Global ***\n# development build with nuxt dev server with hot reloading\nnpm run dev\n# production build\nnpm run build\n# perform tests\nnpm run test\n# find linting errors\nnpm run lint\n# autofix linting errors\nnpm run lint:fix\n# check for conflicting lint rules\nnpm run lint:check\n\n# *** Laravel ***\n# development build\nnpm run mix:dev\n# development build with file watching\nnpm run mix:watch\n# development build with file watching and polling\nnpm run mix:watch:poll\n# development build with file watching, polling and hot reloading\nnpm run mix:hot\n# production build\nnpm run mix:build\n# perform tests (not implemented)\nnpm run mix:test\n\n# *** Nuxt ***\n# run dev server with hot reloading\nnpm run nuxt:dev\n# production build\nnpm run nuxt:build\n# perform tests\nnpm run nuxt:test\n\n# *** Development ***\n# cut a new release\nnpm run release\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm2sd%2Flaranuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm2sd%2Flaranuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm2sd%2Flaranuxt/lists"}