Skip to content

stazrouti/Laravel-blog

Repository files navigation

Blog website


Blog README

📗 Table of Contents

📖 Blog

[Blog ] Dynamic and user-friendly blog, where we've harnessed the power of Laravel for user features , all wrapped in a sleek and modern design courtesy of Tailwind CSS..

Tech Stack

Client Server

Key Features

  • [Display posts]
  • [Posts Filter]
  • [Posts by category]
  • [Post details]
  • [Sign in / sign up]
  • [Email verification]
  • [Admin panel]
  • [Pagination]

(back to top)

Key Features

Screenshots of the Project 📸


Home Page 🏡

(back to top)

Post details Page 🏡

(back to top)

Filter posts Page 🏡

(back to top)

Posts by category Page 🏡

(back to top)

Sign in & Sign up pages 🏡

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  • In order to run this project you need:

  • git: A tool for managing source code

  • Visual Studio Code: A source code editor

  • Live Server: A simple web server utility for Visual Studio Code

Setup

Clone this repository to your desired folder: https://github.com/stazrouti/Laravel-blog.git Example commands:

sh cd my-folder https://github.com/stazrouti/Laravel-blog.git

Install

Install this project with:

` cd Laravel-blog

  • Run composer install after cloning the repo
  • Run cp .env.example .env
  • Run php artisan key:generate
  • Run php artisan php artisan migrate

Run Project

To run this project

 php artisan serve

make the migration

To make the migration

 php artisan migrate

Fill the database

To Fill the database

 php artisan db:seed

migration error

if you face migration error just hide this code from

  • \blog\app\Providers\AppServiceProvider.php
 $categories = Categories::all();
    View::share('categories', $categories);

(back to top)

👥 Authors

👤 Author1

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a start and share it with your friends.

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)