PHPackages                             pk1997/vue - 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. pk1997/vue

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

pk1997/vue
==========

vue+laravel laravel5.1 my resume

019PHP

Since Apr 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/siwei1/vue)[ Packagist](https://packagist.org/packages/pk1997/vue)[ RSS](/packages/pk1997-vue/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

vue2+laravel 这是一个SPA应用
======================

[](#vue2laravel-这是一个spa应用)

composer require pk1997/vue dev-master 引入该包

使用操作
----

[](#使用操作)

1. `config/app.php` 注入服务 加入下面这句话

```
     Pk\Vue\Providers\VueServiceProvider::class
```

2. 生成表

```
    php artisan migrate --path=vendor/pk1997/vue/database/migrations
```

3. 在`database/seed/DatabaseSeeder.php`修改文件 run方法里

```
    $this->call(\Pk\Db\Seeds\ExperienceSeeder::class);
    $this->call(\Pk\Db\Seeds\ResumeSeeder::class);
```

4. 填充数据

```
    php artisan db:seed
```

5. 发布公共资源

```
    php artisan vendor:publish
```

6. 安装依赖,打包项目

```
     1. cd resources/assets
     2. npm install
     2. webpack

```

7. 输入 本地域名/vue 即可看到效果

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14301?v=4)[Pavel Kunc](/maintainers/pk)[@pk](https://github.com/pk)

### Embed Badge

![Health badge](/badges/pk1997-vue/health.svg)

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

###  Alternatives

[zhuzhichao/bank-card-info

Get the bank card info

44565.2k](/packages/zhuzhichao-bank-card-info)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20119.8k](/packages/visuellverstehen-statamic-classify)[rexlmanu/laravel-tickets

Simple but effective solutions to provide support

171.2k](/packages/rexlmanu-laravel-tickets)

PHPackages © 2026

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