Skip to content

Commit

Permalink
conributing md
Browse files Browse the repository at this point in the history
  • Loading branch information
jovialcore committed Dec 30, 2023
1 parent e0a9f08 commit a45d948
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## ✨ Your-Laravel-Project-Name


### Installation

Before you begin, ensure you have met the following requirements:

- [PHP](https://www.php.net/) >= 8.x
- [Composer](https://getcomposer.org/) installed
- [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) (for frontend assets)

### Installation

```bash
git clone https://github.com/your-username/your-laravel-project.git
cd your-laravel-project
composer install
npm install
cp .env.example .env
```
### Configuration
```bash
php artisan key:generate
```

### Database Setup
```bash
php artisan migrate
php artisan db:seed
```

### Running the application

```bash
php artisan serve
```

0 comments on commit a45d948

Please sign in to comment.