samdgea / contact-list-management-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Initialize App

  • Clone this repository
  • duplicate .env.example to .env and configure database connection and other config.
  • run composer install
  • run php artisan migrate to migrate database
  • run php artisan db:seed to seed required configuration to database
  • run php artisan serve then navigate to http://127.0.0.1:8000 to see the application

About


Languages

Language:PHP 59.7%Language:Blade 40.0%Language:Shell 0.3%