Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 923 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 923 Bytes

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.