Skip to content

NahidHassanOfficial/ContactManagement

Repository files navigation

image

To run this Laravel app locally, follow these steps:

Step 1: Clone the repository

git clone <repository_url>

Step 2: Navigate to the project folder

cd "ContactManagement"

Step 3: Install dependencies

composer install

Step 4: Install frontend dependencies

npm install

Step 5: Install dependencies

Configure .env file with your database credentials

cp .env.example .env

Step 6: Generate application key:

php artisan key:generate

Step 7: Run database migrations

php artisan migrate

Step 8: Seed database (optional)

Use this if you want some dummy data

php artisan db:seed

Step 9: Start the development server

php artisan serve

Step 10: Build frontend assets

npm run dev

or use npm run build to build assets

Now you should be able to access the Laravel app at localhost URL displayed on terminal.

About

A simple contact management application in Laravel for practice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors