https://github.com/hetari/blog
https://github.com/hetari/blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hetari/blog
- Owner: Hetari
- License: mit
- Created: 2024-03-19T21:21:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T15:52:48.000Z (about 1 year ago)
- Last Synced: 2025-02-16T15:33:31.959Z (4 months ago)
- Language: PHP
- Size: 1.23 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.