2017 © Pedro Peláez
 

library biography

Biography for development of packages for Laravel

image

vilbur/biography

Biography for development of packages for Laravel

  • Tuesday, April 10, 2018
  • by vilbur
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel package - biography

  • optimized for Vue.js & Bulma

Dependencies

vue-router, (*1)

Install

``` bash
composer require vilbur/biography @dev, (*2)


### Publish files ``` bash php artisan vendor:publish --tag="vilbur/biography"

app.js

``` javascript, (*3)

// import vilbur-biography view
const Biography = () => import('./biography/views/biography.vue');, (*4)

// routes for vue-router
const router = new VueRouter({
routes:
{
path: '/biography',
name: 'biography',
component: Biography
},
});, (*5)


### app.scss ``` scss @import 'biography/biography.scss';

The Versions

10/04 2018

dev-master

9999999-dev https://github.com/vilbur/laravel-package-biography

Biography for development of packages for Laravel

  Sources   Download

MIT

by :Vilbur

vilbur biography