statamic / cli

Install and manage your Statamic projects from the command line.
71 stars 19 forks source link

Path issues in CLI on Ubuntu Linux #76

Open danielrosehill opened 4 months ago

danielrosehill commented 4 months ago

Thanks to the fix that @wesort posted I was able to get the Statamic CLI at least installed on Ubuntu Linux.

statamiccli2

However when attempting to follow the documentation, the default command to start a new project (statamic new $project_name) immediately throws up a PHP error:

statamic cli

Looking at the path structure, specifically the backslashes, I'm wondering if perhaps this is OS specific

duncanmcclean commented 4 months ago

Do you have the Multibyte String PHP extension installed?