An online news site that includes the latest news, news categories and breaking news with an advanced admin panel.
- PHP 8.1.10
List the ready features here:
- Breaking News
- Editor's Choice
- Controversial News
- User Permissions
- Web Setting
- Authentication
-
Install XAMPP or WAMPP
-
Open XAMPP Control panal and start [apache] and [mysql] .
-
Download project from github(https://github.com/MobinaJafarian/OnlineNewsSite)
OR follow gitbash commandsi>cd C:\xampp\htdocs\
ii>git clone https://github.com/MobinaJafarian/OnlineNewsSite.git
-
extract files in C:\xampp\htdocs.
Note
The project name must beOnlineNewsSite
-
open link localhost/phpmyadmin
-
click on new at side navbar.
-
give a database name as (news-project) hit on create button.
-
after creating database name click on import.
-
browse the file in directory [OnlineNewsSite/database/news-project.sql].
-
after importing successfully.
-
open any browser and type http://localhost/OnlineNewsSite/
-
first register and then login
-
admin login details:
- Email=onlinenewssite@admin.com and
- Password=123456789
Note
Don't forget to configure your database information in theindex.php
And also mail configuration in the
index.php
( I used mailtrap )
Project is: complete
Created by @MobinaJafarian - feel free to contact me!