Skip to content

πŸ“‚ PHP Admin Panel is a web application built with PHP, offering a customizable admin dashboard. It includes features like user alerts, data tables, a dynamic menu, and a banner for enhanced usability.

Notifications You must be signed in to change notification settings

Iqbolshoh/php-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‚ PHP Admin Panel

This project is a PHP-based web application πŸ–₯️ developed by Iqbolshoh Ilhomjonov πŸ‘¨β€πŸ’». The application includes various features such as user alerts, data tables, a dynamic navigation menu, and a customizable admin panel with a banner πŸ†πŸŽ―.

Banner


βš™οΈ Installation πŸ—οΈ

To run this project locally, follow these steps:

1️⃣ Clone the repository πŸ“‚:

git clone https://github.com/iqbolshoh/php-admin-panel.git

2️⃣ Navigate to the project directory πŸ“:

cd php-admin-panel

3️⃣ Set up a local server 🌍 (e.g., XAMPP, WAMP, MAMP) and place the project files in the server's root directory (htdocs/www).


πŸš€ Usage 🎯

To use the application, open your browser 🌐 and navigate to:

πŸ”— http://localhost/php-admin-panel

This will load the main page of the application. πŸŽ‰


πŸ“Œ Adding Sidebar Menu Items πŸ—οΈ

The $menuItems array defines the sidebar menu πŸ“œ. Each item includes:

βœ… menuTitle – The section name 🏷️ (e.g., "Menu").
βœ… icon – The section icon 🎨 (e.g., "fas fa-home").
βœ… pages – Subpages with "title" (name) and "url" (link) πŸ”—.

πŸ“ Example: Adding/Updating Menu Items

$menuItems = [
    [
        "menuTitle" => "🏠 Menu",
        "icon" => "fas fa-home",
        "pages" => [
            ["title" => "🏑 Home", "url" => "index.php"]
        ],
    ],
    [
        "menuTitle" => "βš™οΈ Settings",
        "icon" => "fas fa-cogs",
        "pages" => [
            ["title" => "πŸ‘€ Profile", "url" => "profile.php"],
        ]
    ]
];

πŸ–₯ Technologies Used

HTML CSS Bootstrap JavaScript jQuery PHP MySQL

🀝 Contributing

🎯 Contributions are welcome! If you have suggestions or want to enhance the project, feel free to fork the repository and submit a pull request.

πŸ“¬ Connect with Me

πŸ’¬ I love meeting new people and discussing tech, business, and creative ideas. Let’s connect! You can reach me on these platforms:

About

πŸ“‚ PHP Admin Panel is a web application built with PHP, offering a customizable admin dashboard. It includes features like user alerts, data tables, a dynamic menu, and a banner for enhanced usability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published