How to install microweber on my subdomain laravel project?
I'm new using mw and interest so much about cms and storefront of mw
In my case i've main website www.example.com run on laravel, and i want my subdomain use frontend and cms mw on user.example.com and also user2.example.com
Can i install mw on main laravel project ? And where to place it?
you must make clean install with:
composer create-project microweber/microweber my_site
how to prepare php to install i got error
[root@web 11]# composer create-project microweber/microweber my_site
Creating a "microweber/microweber" project at "./my_site"
Installing microweber/microweber (v1.2.6)
- Installing microweber/microweber (v1.2.6): Extracting archive
The Process class relies on proc_open, which is not available on your PHP installation.
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
[ErrorException]
Undefined index: process
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [<package>] [<directory>] [<version>]
You must be logged in to reply on this thread
Sign Up