Setup Symox - PHP
Introduction
Symox – PHP is a simple and beautiful admin template built with PHP 8.0 and Bootstrap 5.3.3. It has 7+ different layouts and 3 modes ( Dark, Light & RTL ). It has working auth and email functionality. You can simply change to any layouts or modes by changing a couple of lines code. You can start small and large projects or update design in your existing project using Symox PHP. It is very quick and easy as it is beautiful, adroit, and delivers the ultimate user experience.
📁 Folder & Files Structure
Symox - PHP
├── 📁 Admin ├── 📁 Auth ├── 📁 Documentation └── 📁 StarterKit ├── Admin ├── assets directory ├── css ├── fonts ├── images ├── js ├── lang └── libs ├── layouts directory ├── vendor directory └── All php pages ├── symox_php.sql
Server Requirements
Please use the PHP version 7.0.33 or the latest one.
Installation
To setup the admin template, you can simply run as other PHP projects.
Description |
---|
Create a new database with name symox_php . Then import the symox_php.sql file in your database.
|
Configure the Database credentials in the config.php file.
|
You can test locally with signup as a new user to check all the pages. |
Tips
CSS: We suggest you do not change any scss files from the assets/scss/custom folders because to get new updates will break your CSS changes if any you have made. We strongly suggest you create a new custom.css file and use that instead of overwriting any template's custom CSS files.