This is a Laravel project designed for [purpose].
-
Clone the repository to your local machine:
https://github.com/Jhaveri-Jeet/User-Management.git
-
Navigate into the project directory:
cd User-Management
-
Install PHP dependencies using Composer:
composer install
-
Copy the environment file:
cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Run the database migrations to create tables:
php artisan migrate
-
Seed the database with default data:
php artisan db:seed --class=DefaultAdminUserSeeder
To start the Laravel development server, run:
php artisan serve
This will start a development server at http://localhost:8000
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Feel free to customize the README according to your project's specific requirements and details.