Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/febritecno/contact-laravel
https://github.com/febritecno/contact-laravel
hacktoberfest hacktoberfest-accepted hacktoberfest2020
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/febritecno/contact-laravel
- Owner: febritecno
- Created: 2019-12-13T01:52:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T09:45:17.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T22:51:34.596Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2020
- Language: PHP
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 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.