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

https://github.com/rileymanda/contactsdirectory

A simple php contacts directory developed in laravel
https://github.com/rileymanda/contactsdirectory

Last synced: 4 months ago
JSON representation

A simple php contacts directory developed in laravel

Awesome Lists containing this project

README

          

# ContactsDirectory



Build Status

Total Downloads

## About ContactsDirectory
A simple contact management web application developed in php using the Laravel framework

## How To SetUp This Project

Assumption:Laravel is already installed and laravel a project folder has been created


Perform a pull request


Create a Mysql Database


Edit the .env file with your database credentials:
DB_CONNECTION=mysql

DB_HOST=127.0.0.1

DB_PORT=YourPortNumber

DB_DATABASE=YourDatabase

DB_USERNAME=riley

DB_PASSWORD=root

Create a migration.(php artisan migrate)

## License
The Laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).