Laravel + VueJS + Materialize CSS + Animate CSS Phonebook App.
A starter kit for Laravel + VueJS beginners.
Clone or download this repository to your machine:
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
Open app on your browser.
To compile your changes to files, do npm run watch on your terminal.
Want to suggest some improvement on the codes? Make a push request or find me on Twitter.
Source codes is license under the MIT license.
