Wednesday, November 11, 2015

Integrating Asgard CMS with laravel 5

Firstly, you've to add several php modules in php.ini file

Uncomment ;ext=php_fileinfo.dll file first where the dependicies to install asgardcms is needed to use that file on windows where PHP in MAC already enabled it.

Now Create a new mysql database to use Asgard CMS.

Now you can create a new asgard cms project by typing

composer create-project asgardcms/platform your-project-name

and then

php artisan asgard:install

to create a new asgard cms project.

1 comment:

  1. When it comes to installing Asgard CMS on a server, it can be easy on some. On some providers, you only have use a single composer command to install Asgard (example: https://www.cloudways.com/blog/how-to-install-asgardcms/ ), while on others you have to install different packages and modules first to install Asgard CMS.

    ReplyDelete