Skip to content

Laravel based REST APIs and Admin Panel for Property Dealership Web App

Notifications You must be signed in to change notification settings

arslanstack/property-dealership

Repository files navigation

Laravel REST APIs and Admin Panel for Property Dealership Web App

This repository provides a Laravel 10 REST APIs and Bootstrap based admin dashboard for a property dealership web application.

Getting Started

Clone the Repository

Clone the repository using the following command:

git clone https://github.com/arslanstack/property-dealership.git

Installation

After cloning the project, navigate into the project directory and install dependencies:

cd property-dealership
composer install

Configuration

  1. Copy the example .env file:
cp .env.example .env
  1. Generate the application key:
php artisan key:generate
  1. Update the .env file: Open the .env file in a text editor and update the necessary configuration values, such as database connection details. Example:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=property_dealership
DB_USERNAME=root
DB_PASSWORD=

Database Setup

  1. Create a new MySQL database: Create new database using phpmyadmin or mysql workbench

  2. Run the migrations:

php artisan migrate

Running the Application

Start the Laravel server and compile assets:

php artisan serve

Contributing

After implementing a feature or fix, use the following commands to commit and push your changes:

git add .
git commit -m "Describe the feature"
git push -u origin

Snapshots

Project Banner

Project Banner

Project Banner

Project Banner

Project Banner

Project Banner

Project Banner

Project Banner

Project Banner

About

Laravel based REST APIs and Admin Panel for Property Dealership Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published