A simple news website built using Laravel 8 and jetstream.
- 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.
Add new news content
Update News
Filter news content.
Add new comment and update your comments.
Manage comments on news. For admins.
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