Skip to content

Laravel + VueJS + Materialize CSS + Animate CSS Phonebook App

Notifications You must be signed in to change notification settings

coderatio/phonebook

Repository files navigation

Phonebook

Laravel + VueJS + Materialize CSS + Animate CSS Phonebook App.

A starter kit for Laravel + VueJS beginners.

Installation

Step 1

Clone or download this repository to your machine:

Step 2

composer install to install all composer packages

npm install to install all npm packages which vue is among.

Create your database, rename .env.example to .env then, change DB_DATABASE value to your database.

php artisan migrate to create our phonebook table

Step 3

Open app on your browser.

Modification & Compilation

To compile your changes to files, do npm run watch on your terminal.

Contribution

Want to suggest some improvement on the codes? Make a push request or find me on Twitter.

License

Source codes is license under the MIT license.

About

Laravel + VueJS + Materialize CSS + Animate CSS Phonebook App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published