PHPackages                             daemswibowo/camvret - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. daemswibowo/camvret

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

daemswibowo/camvret
===================

:description

1.0.0(7y ago)2110[3 issues](https://github.com/daemswibowo/camvret/issues)MITVuePHP ^7.0

Since Oct 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/daemswibowo/camvret)[ Packagist](https://packagist.org/packages/daemswibowo/camvret)[ Docs](https://github.com/daemswibowo/camvret)[ RSS](/packages/daemswibowo-camvret/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (8)Versions (4)Used By (0)

Camvret Laravel Starter Kit
===========================

[](#camvret-laravel-starter-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d402265177f44f8dc912dbe6d7f11042605592737b91abdef4de03ef229d35a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6461656d737769626f776f2f63616d767265742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daemswibowo/camvret)[![Total Downloads](https://camo.githubusercontent.com/5518aa9275dfa4b2a8d46d93abfe5a1bbc2c4d27efe82286cdb0e5b5cfc365eb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461656d737769626f776f2f63616d767265742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daemswibowo/camvret)

This is a Laravel starter kit using VueJs and Core UI (Bootstrap Free Admin Template). Only support for Laravel ^5.5.

Installation
------------

[](#installation)

You can install the package via composer

```
composer require daemswibowo/camvret
```

In Laravel 5.5 the service provider will automatically get registered. Now just run this command via terminal

```
php artisan camvret:install
```

This command will publish all the important resources for you (The default file will replaced).

Install node modules

```
npm install
```

Build assets

```
npm run prod
# For production build
npm run dev
# For development build
npm run watch
# For development build & watch source change
```

Read more on [Laravel documentation](https://laravel.com/docs/5.5/frontend) about frontend development command.

Add `role` and `permission` middleware to your `app/Http/Kernel.php` file in the `$routeMiddleware` array section.

```
protected $routeMiddleware = [
	// ...
    'role' => \Spatie\Permission\Middlewares\RoleMiddleware::class,
    'permission' => \Spatie\Permission\Middlewares\PermissionMiddleware::class,
];
```

Setup your database configuration then run `migrate` command:

```
php artisan migrate --seed
```

And then run `php artisan serve`. And login with the default user `superadmin@foo.com` and password `secret`

Usage
-----

[](#usage)

All vue components are in the `resources/assets/js` folder, you can add or modify the file. Enjoy!

Credits
-------

[](#credits)

Thank you to all this beautiful package.

- [CoreUI](https://coreui.io)
- [Laravel Permission](https://github.com/spatie/laravel-permission)
- [Laravel UUID](https://github.com/webpatser/laravel-uuid)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/daemswibowo)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

2820d ago

Major Versions

0.0.2 → 1.0.02018-10-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/e32ed989d44da744dd550168ed91a482feb9d6bac6d1ec4ebe9a3a6fcd59c6fa?d=identicon)[daemswibowo](/maintainers/daemswibowo)

---

Top Contributors

[![webowodev](https://avatars.githubusercontent.com/u/9953444?v=4)](https://github.com/webowodev "webowodev (20 commits)")

---

Tags

camvretcoreuidaemswibowokitlaravellaravel-starterlaravel-starter-kitstarterstarterkitvuejslaravelCamvret

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/daemswibowo-camvret/health.svg)

```
[![Health](https://phpackages.com/badges/daemswibowo-camvret/health.svg)](https://phpackages.com/packages/daemswibowo-camvret)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
