Getting Started
Setup PHP
Just few more steps to setup Velzon PHP in your system.
Velzon – PHP is a fully featured premium admin dashboard template built with Bootstrap 5.3.2 and PHP 7.4 .
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
PHP 7.4
Make sure to have PHP-7.4 or latest version installed & running on your computer. If you already have installed PHP on your computer, you can skip this step.
-
Xampp
Make sure to have the latest version of xampp installed & running on your computer. If you already have installed Xampp on your computer, you can skip this step.
Installation:
After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory ( Velzon_v*/PHP/ ) of the project to run the project locally or build for production use:
Put your project file in xampp/htdocs/. Open your browser and run your project using localhost/yourproject.
Description |
---|
Create a new database with name velzon-php , Then import the
velzon-php.sql file in your database.
|
Configure the Database credentials in the |
You can test locally with signup as a new user to check all the pages. |
Multi-Language (PHP) Settings
-
Let's add a new language Italy.
Create an it.php file in theassets/lang
folder. And refer to the other languages to add or update the keys and values for translation. -
You need to add a new language in the topbar dropdown in the
file
layouts/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. -
You can use
<?=$language["t-Forms"]; ?>
in the view.
Email Settings
You can configure the email credentials in the
config.php
file.
NOTE: Manage your google account security with create app password using below link and set it into config file.
https://myaccount.google.com/apppasswords.