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 WampServer
-
Open XAMPP Control panal and start [apache] and [mysql] .
-
Download project
- from GitHub (https://github.com/mythofmidas/onlineNews-PHP.git)
- or you can clone by cmd
cd C:\xampp\htdocs && git clone https://github.com/mythofmidas/onlineNews-PHP.git
-
extract files in C:\xampp\htdocs.
Note
The project name must beOnlineNewsSite
-
open link localhost/phpmyadmin
-
click on new at side navbar.
-
Name a database as (news-project) and hit the create button.
-
after creating the 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
Note
Don't forget to configure your database information in theindex.php
And also mail configuration in the
index.php
( I used mailtrap )
Status Project: complete