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
- Host: GitHub
- URL: https://github.com/coderatio/phonebook
- Owner: coderatio
- Created: 2018-03-26T08:14:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T09:15:24.000Z (about 8 years ago)
- Last Synced: 2025-01-31T22:11:26.430Z (over 1 year ago)
- Language: PHP
- Size: 2.14 MB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.