Skip to content

Hetari/blog

Repository files navigation

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:

    git clone https://github.com/Hetari/blog-website-laravel-project.git
  2. Navigate into the project directory:

    cd blog-website-laravel-project
  3. Install dependencies:

    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:

    cp .env.example .env
  5. Migrate the database:

    php artisan migrate
  6. Start the Laravel development server:

    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.
git checkout -b feature
  1. Make your changes.
  2. Commit your changes.
git commit -am 'Add new feature'
  1. Push to the branch.
git push origin feature
  1. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published