/property-listing-api-laravel

This repository is created for my 'Let's build a Property Listing API in Laravel' tutorial

Primary LanguagePHP

Laravel Property Listing API

This is the official repository Let’s Build a Property Listing API Using Laravel
• Twitter: @codewithdary
• Instagram: @codewithdary
• TikTok: @codewithdary
• Blog: @codewithdary
• Patreon: @codewithdary

Usage

Setup the repository

git clone https://github.com/codewithdary/property-listing-api-laravel.git
cd property-listing-api-laravel.git
composer install
cp .env.example .env 
php artisan key:generate
php artisan cache:clear && php artisan config:clear 
php artisan serve