This project is a Laravel application integrated with Dropzone for file uploads.
-
Clone the Repository
git clone https://github.com/mihir1313/fakePro.git cd fakePro
-
Install Dependencies
Install PHP dependencies via Composer:
composer install
-
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. -
Database Migration
Run the migrations to set up the database schema:
php artisan migrate
-
Serve the Application
Start the local development server:
php artisan serve
-
Access the Application
Open your browser and visit
http://localhost:8000
to see your Laravel application in action.
- Laravel framework
- Dropzone for file uploads
- Basic setup for web application
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.