Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emon21/contact-management-app


https://github.com/emon21/contact-management-app

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

# Contact management Application

- [ Feature ]
- Crud
- Search by Name or Email
- Sort by Name asc Data show && date desc data show

- [Setup]

# Clone the repo

git clone https://github.com/emon21/Contact-management-App/tree/master

# Install composer dependency

composer install

# Install node modules

npm install / yarn

# Copy environment file

cp .env.example .env

# Set the Application key

php artisan key:generate

# setup the database credentials and migrate database

php artisan migrate

# Exiting database sql file import

- DB Folder open > contactmanagmentapp.sql file

# All Data Show in Database