An open API service indexing awesome lists of open source software.

https://github.com/hetari/blog


https://github.com/hetari/blog

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Blog Website Laravel Project

This is a blog website project developed using the Laravel-10 framework.

## Features

> **Still in progress...**

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Hetari/blog-website-laravel-project.git
```

2. Navigate into the project directory:

```bash
cd blog-website-laravel-project
```

3. Install dependencies:

```bash
composer install
```

4. Create a copy of the `.env.example` file and rename it to `.env`. Update the database configuration in this file with your credentials:

```bash
cp .env.example .env
```

5. Migrate the database:

```bash
php artisan migrate
```

6. Start the Laravel development server:

```bash
php artisan serve
```

7. Access the website in your browser at `http://localhost:8000`.

## Usage

> **Still in progress...**

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch.

```bash
git checkout -b feature
```

3. Make your changes.
4. Commit your changes.

```bash
git commit -am 'Add new feature'
```

5. Push to the branch.

```bash
git push origin feature
```

6. Create a new Pull Request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.