Skip to content

mihir1313/fakePro

Repository files navigation

FakePro (A Laravel Project with Dropzone Integration)

This project is a Laravel application integrated with Dropzone for file uploads.

Prerequisites

Setup Instructions

  1. Clone the Repository

    git clone https://github.com/mihir1313/fakePro.git
    cd fakePro
  2. Install Dependencies

    Install PHP dependencies via Composer:

    composer install
  3. Environment Setup

    Copy the .env.example file to .env:

    cp .env.example .env

    Generate the application key:

    php artisan key:generate

    Configure your .env file with your database and other credentials.

  4. Database Migration

    Run the migrations to set up the database schema:

    php artisan migrate
  5. Serve the Application

    Start the local development server:

    php artisan serve
  6. Access the Application

    Open your browser and visit http://localhost:8000 to see your Laravel application in action.

Features

  • Laravel framework
  • Dropzone for file uploads
  • Basic setup for web application

Contribution

Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published