vilbur / biography
Biography for development of packages for Laravel
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vilbur/biography
This package is not auto-updated.
Last update: 2025-09-24 08:14:59 UTC
README
- optimized for Vue.js & Bulma
Dependencies
Install
composer require vilbur/biography @dev
Publish files
php artisan vendor:publish --tag="vilbur/biography"
app.js
// import vilbur-biography view const Biography = () => import('./biography/views/biography.vue'); // routes for vue-router const router = new VueRouter({ routes: { path: '/biography', name: 'biography', component: Biography }, });
app.scss
@import 'biography/biography.scss';