Skip to content

mdbootstrap/MDB-Vue-Laravel-Boilerplate

Repository files navigation

MDB Vue + Laravel


mdbvue-nuxt

  • Laravel/Framework 7.0.0
  • MDB Vue 6.5.1

Build Setup

# install dependencies
$ composer install
$ npm install

#generate your app's key:

$ php artisan key:generate 

# serve with at localhost:8000
$ npm run dev
$ php artisan serve

MDB Pro

Are you a MDB Pro user with the Gitlab access?

You can easily upgrade the mdbvue dependency:

  1. Generate a Gitlab access token. Not sure how to do that? Learn more here

  2. Open the package.json file

  3. Replace the following line:

"mdbvue": "^version"

with

"mdbvue": "git+https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git"
  1. In your console run:
 $ npm install

Learn more about MDB Vue:

To learn more about MDB Vue components, visit MDBootstrap Vue docs.