PHPackages                             mkinyua53/laravel-vue-boilerplate - 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. [Framework](/categories/framework)
4. /
5. mkinyua53/laravel-vue-boilerplate

AbandonedArchivedProject[Framework](/categories/framework)

mkinyua53/laravel-vue-boilerplate
=================================

A Laravel &amp; Vue Quickstart.

v0.3.3(6y ago)06MITPHPPHP &gt;=7.0.0

Since Apr 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mkinyua53/Laravel-Vue-Boilerplate)[ Packagist](https://packagist.org/packages/mkinyua53/laravel-vue-boilerplate)[ RSS](/packages/mkinyua53-laravel-vue-boilerplate/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (11)Versions (10)Used By (0)

About
-----

[](#about)

Boilerplate for a [PWA](https://web.dev/progressive-web-apps/) built with [Laravel 5.5](https://laravel.com/docs/5.5) and [VueJs](https://vuejs.org/v2/guide).

Includes a general */dashboard* and an */admin* dashboard

Install
-------

[](#install)

Use Composer

```
composer create-project mkinyua53/laravel-vue-boilerplate myproject
```

```
cd myproject
npm run install
```

And then you can run watch to start on your vue project

```
npm run watch
```

Notable Packages
----------------

[](#notable-packages)

### Backend

[](#backend)

- [Laravel Passport](https://laravel.com/docs/5.5/passport)
- [MKinyua53 Authorization](https://github.com/MKinyua53/authorization)

### Frontend

[](#frontend)

- [Vuex](https://vuex.vuejs.org/guide/)
- [Vue-Resoource](https://github.com/pagekit/vue-resource)
- [Vue-Router](https://router.vuejs.org/guide/)
- [Vuetify](https://v1.vuetifyjs.com/en/getting-started/quick-start)
- [Vue-meta](https://vue-meta.nuxtjs.org/guide/)

Authorization
-------------

[](#authorization)

Please refer to the [Authorization](https://github.com/MKinyua53/authorization) documentation for initial setup.

An [InstallController](app/Http/Controllers/InstallController.php) is provided to quickly set-up your roles and permissions.

In the *permissions()* and *roles()* add your permissions and roles respectively to the array.

Go to the link */api/auth/install* or call the *installAuth()* function from a route/controller to install the permissions and roles to the database. You can run as many times as you wish particullarly when you add new items in the arrays.

The *resetAuth()* function can be used to reset all roles and permissions to the default.

### Vue Authorization

[](#vue-authorization)

In Vue components, there a several methods to check authority. They return boolean value

MethodAcceptsDescriptionthis.$auth.hasPermission(variable)stringChecks if a user has a certain permissionthis.$auth.hasPermissions(variable)arrayChecks if a user has all the given permissionsthis.$auth.hasAnyPermissions(variable)arrayChecks if a user has any of the permissionsthis.$auth.hasRole(variable)stringChecks if a user has a certain rolethis.$auth.hasRoles(variable)arrayChecks if a user has all the given rolesthis.$auth.hasAnyRoles(variable)arrayChecks if a user has any of the roleCredit
------

[](#credit)

Find me on [twitter](https://twitter.com/mkinyua53)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~5 days

Recently: every ~11 days

Total

9

Last Release

2220d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d060a7fe5b3d3abdae4d8fe2d9f85c4997ecc77fd614e4e0e94279aa136d36?d=identicon)[mkinyua53](/maintainers/mkinyua53)

---

Top Contributors

[![mkinyua53](https://avatars.githubusercontent.com/u/20754792?v=4)](https://github.com/mkinyua53 "mkinyua53 (11 commits)")

---

Tags

frameworklaravelvue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mkinyua53-laravel-vue-boilerplate/health.svg)

```
[![Health](https://phpackages.com/badges/mkinyua53-laravel-vue-boilerplate/health.svg)](https://phpackages.com/packages/mkinyua53-laravel-vue-boilerplate)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

188571.2k](/packages/juzaweb-cms)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3991.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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