Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emon21/contact-management-app
https://github.com/emon21/contact-management-app
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/emon21/contact-management-app
- Owner: emon21
- Created: 2024-08-16T13:55:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T14:15:41.000Z (3 months ago)
- Last Synced: 2024-08-16T15:40:02.048Z (3 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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