An open API service indexing awesome lists of open source software.

https://github.com/coderatio/phonebook

Laravel + VueJS + Materialize CSS + Animate CSS Phonebook App
https://github.com/coderatio/phonebook

Last synced: 8 months ago
JSON representation

Laravel + VueJS + Materialize CSS + Animate CSS Phonebook App

Awesome Lists containing this project

README

          

# 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.