git clone <repository_url>cd "ContactManagement"composer installnpm installConfigure .env file with your database credentials
cp .env.example .envphp artisan key:generatephp artisan migrateUse this if you want some dummy data
php artisan db:seedphp artisan servenpm run devor use npm run build to build assets
Now you should be able to access the Laravel app at localhost URL displayed on terminal.
