Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/febritecno/contact-laravel


https://github.com/febritecno/contact-laravel

hacktoberfest hacktoberfest-accepted hacktoberfest2020

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## Set Up
1. clone
Buka terminal lalu masukan peritah
~~~~
git clone https://github.com/febritecno/contact-laravel.git
~~~~

2. Setelah proses clone selesai masukkan perintah dibawah ini
~~~~
composer install
~~~~

3. Masukan perintah dibawah ini untuk membuat file .env dari file .env.example
~~~~
mv .env.example .env
~~~~

4. setting database pada file .env
~~~~
DB_DATABASE=nama_database
DB_USERNAME=root
DB_PASSWORD=
~~~~

5. Masukkan perintah `php artisan key:generate` untuk membuat app_key pada file .env

6. Masukkan perintah `php artisan migrate` untuk mengeksekusi file migration.

## Test input data (Contact & Groups)

1. Masukkan perintah `php artisan db:seed` untuk membuat default record pada tabel.