This is a laravel 8 news portal website with an admin dashboard. (You can used versions from 7.3 to 8, for me I run this project with 7.3) In this news website, I have added a user comment section and users can search the news by different tags.
Admin can add many categories and upload the news through the category by user-friendly administration dashboard.
- git clone https://github.com/IsaacTalb/quicktech.info.git
- create a database with the name "newspaper" or check the env
- php artisan migrate
- php artisan serve (if the server opens up, http://127.0.0.1:8000, then we are good to go)
- Admin url is http://127.0.0.1:8000/admin/login
- For over all control check the (web.php file)