Getting Started
Setup Judia
Judia PHP is a fully featured premium admin dashboard template built with Bootstrap 5 and PHP.
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
PHP 8.0
Make sure to have the PHP-8.0 or latest version installed & rrunning on your computer. If you already have installed PHP on your computer, you can skip this step.
-
Xampp
Make sure to have the the latest version of xampp installed & running in your computer. If you already have installed Xampp on your computer, you can skip this step.
After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory ( Judia_v*/PHP/ ) of the project to run the project locally or build for production use:
Description |
---|
Set extract zip to in the file location in c:/xammp/htdots/filename
|
Create a new database with name judia-php,
Then import the judia-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. |
Multi-Language (PHP) Settings
1.Let's add a new language Italy.
-->Create an it.php file in the assets/lang
folder. And refer to the other languages to add or update the keys and values for translation.
2.You need to add a new language in the topbar dropdown in the file partials/topbar.php
file and
fin the class "language-switch". You can add a new language flag so it will be able to render in the topbar.
3.You can use $language["t-Forms"];
in the view.