Add support for installing OctoberCMS?
-
Hi,
Thanks
-
@Samuell : very easy, tested with Laragon 2.0:
cd /d %DOCUMENT_ROOT% mkdir october cd october php -r "eval('?>'.file_get_contents('https://octobercms.com/api/installer'));"
If you plan on using a database, run this command:
php artisan october:install
-
You can also use composer? I thought OctoberCMS also has documentation about installing.
And with version 2.0 it even gets easier, you just provide the right url and you can set up OctoberCMS with 1 click.
-
Is there any way to add Octobercms to Quick Create?
-
@mcraig218 Hi, you only need to add in the configuration file in Quick create:
October CMS
October CMS=composer create-project october/october %s dev-master