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
- Host: GitHub
- URL: https://github.com/rileymanda/contactsdirectory
- Owner: RileyManda
- Created: 2019-03-15T05:51:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T11:32:26.000Z (over 7 years ago)
- Last Synced: 2025-12-28T06:21:15.698Z (7 months ago)
- Language: PHP
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ContactsDirectory

## 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).