{"id":36386863,"url":"https://github.com/webowodev/camvret","last_synced_at":"2026-01-11T15:03:17.094Z","repository":{"id":56961312,"uuid":"151152376","full_name":"webowodev/camvret","owner":"webowodev","description":"Laravel starter kit using VueJs and Core UI (Bootstrap Free Admin Template)","archived":false,"fork":false,"pushed_at":"2018-10-10T07:06:04.000Z","size":119,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T23:47:45.919Z","etag":null,"topics":["camvret","coreui","daemswibowo","kit","laravel","laravel-starter","laravel-starter-kit","starter","starterkit","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webowodev.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-01T20:10:44.000Z","updated_at":"2023-07-11T16:03:09.000Z","dependencies_parsed_at":"2022-08-21T09:21:00.102Z","dependency_job_id":null,"html_url":"https://github.com/webowodev/camvret","commit_stats":null,"previous_names":["webowodev/camvret","daemswibowo/camvret"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/webowodev/camvret","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webowodev%2Fcamvret","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webowodev%2Fcamvret/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webowodev%2Fcamvret/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webowodev%2Fcamvret/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webowodev","download_url":"https://codeload.github.com/webowodev/camvret/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webowodev%2Fcamvret/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28309660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["camvret","coreui","daemswibowo","kit","laravel","laravel-starter","laravel-starter-kit","starter","starterkit","vuejs"],"created_at":"2026-01-11T15:03:16.402Z","updated_at":"2026-01-11T15:03:17.073Z","avatar_url":"https://github.com/webowodev.png","language":"Vue","funding_links":["https://www.buymeacoffee.com/daemswibowo"],"categories":[],"sub_categories":[],"readme":"# Camvret Laravel Starter Kit\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nThis is a Laravel starter kit using VueJs and Core UI (Bootstrap Free Admin Template). Only support for Laravel ^5.5.\n\n## Installation\n\nYou can install the package via composer\n\n\n``` bash\ncomposer require daemswibowo/camvret\n```\n\nIn Laravel 5.5 the service provider will automatically get registered. Now just run this command via terminal\n\n``` bash\nphp artisan camvret:install\n```\nThis command will publish all the important resources for you (The default file will replaced).\n\nInstall node modules\n\n```bash\nnpm install\n```\n\nBuild assets\n\n```bash\nnpm run prod\n# For production build\nnpm run dev\n# For development build\nnpm run watch\n# For development build \u0026 watch source change\n```\n\nRead more on \u003ca href=\"https://laravel.com/docs/5.5/frontend\"\u003eLaravel documentation\u003c/a\u003e about frontend development command.\n\nAdd `role` and `permission` middleware to your `app/Http/Kernel.php` file in the `$routeMiddleware` array section.\n\n``` php\nprotected $routeMiddleware = [\n\t// ...\n    'role' =\u003e \\Spatie\\Permission\\Middlewares\\RoleMiddleware::class,\n    'permission' =\u003e \\Spatie\\Permission\\Middlewares\\PermissionMiddleware::class,\n];\n```\n\nSetup your database configuration then run `migrate` command:\n\n``` bash\nphp artisan migrate --seed\n```\n\nAnd then run `php artisan serve`. And login with the default user `superadmin@foo.com` and password `secret`\n\n## Usage\n\nAll vue components are in the `resources/assets/js` folder, you can add or modify the file. Enjoy!\n\n## Credits\n\nThank you to all this beautiful package.\n\n- [CoreUI][link-coreui]\n- [Laravel Permission][link-laravel-permission]\n- [Laravel UUID][link-laravel-uuid]\n\n## License\n\nMIT. Please see the [license file](license.md) for more information.\n\n\u003ca href=\"https://www.buymeacoffee.com/daemswibowo\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n[ico-version]: https://img.shields.io/packagist/v/daemswibowo/camvret.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/daemswibowo/camvret.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/daemswibowo/camvret/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/12345678/shield\n\n[link-packagist]: https://packagist.org/packages/daemswibowo/camvret\n[link-downloads]: https://packagist.org/packages/daemswibowo/camvret\n[link-travis]: https://travis-ci.org/daemswibowo/camvret\n[link-styleci]: https://styleci.io/repos/12345678\n[link-author]: https://daemswibowo.github.io\n[link-coreui]: https://coreui.io\n[link-laravel-permission]: https://github.com/spatie/laravel-permission\n[link-laravel-uuid]: https://github.com/webpatser/laravel-uuid\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebowodev%2Fcamvret","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebowodev%2Fcamvret","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebowodev%2Fcamvret/lists"}