Simple News Website

A simple news website built using Laravel 8 and jetstream.

Badges

MIT License

CodeFactor

Features

  • Sign up / Sign in.
  • Admin(news writer) or member(reader) roles.
  • Members can write comments on news.

Admin panel

  • Manage news contents
  • Manage comments
  • News ontents filtering.

Demo

Add new news content

news website laravel

Update News

news website laravel

Filter news content.

news website laravel

Add new comment and update your comments.

news website laravel

Manage comments on news. For admins.

news website laravel

Run Locally

Clone the project

git clone https://github.com/mertcanmerkit/Simple-News-Website-on-Laravel-8

Go to the project directory

Install dependencies

composer install

In Windows

copy .env.example .env

In Mac

cp .env.example .env

Start the server

php artisan key:generate
php artisan migrate --seed

php artisan serve

License

MIT