![]() |
VOOZH | about |
AsgardCMS is made for developers. It is a full-featured, multilingual modular CMS developed on top of the Laravel framework. The built-in quick-development tools allow the developer to avoid spending their time on design and concentrate on functionality.
It has the following characteristics:Installation of AsgardCMS: For the installation and use of the application, the following requirements need to be met. The user should have these requirements installed on their devices.PHP 7.1 or higher, PDO PHP Extension, cURL PHP Extension, OpenSSL, PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension, Mcrypt PHP Extension, GD PHP Library, MySql 5.5, One of the following cache drivers: Memcached, Redis, APC. (defaults to an array). One can get all these requirements by installing XAMPP and PHP 7.1 or higher.
To install XAMPP, refer this article on GFG.
Once the developer has these requirements in their devices they can try the next step that is the installation of the AsgardCMS.
The process of creation of a project involves the following steps:
Refer to the "https://getcomposer.org/ official website.
Once the composer is installed the next step is to install AsgardCMS after giving the command via composer. Write the following command in the command line after opening the htdocs folder in the XAMPP folder.
composer create-project asgardcms/platform your-project-name.
Once this command is given all the dependencies required are installed. The below images will show how exactly the installation will happen.
👁 Image
👁 Image
The command to is as follows.
php artisan asgard:install
This command will set up all the database information, create the admin page, help to run migrations and seeds in the project. Below is the attached snapshot to understand what will happen once you write this command in the command line.
👁 ImageNow the project is ready to use and you can open the project in any editor of your choice.