oc-bootstrapper icon indicating copy to clipboard operation
oc-bootstrapper copied to clipboard

Easily bootstrap a new October CMS project

Results 9 oc-bootstrapper issues
Sort by recently updated
recently updated
newest added

after `composer global require offline/oc-bootstrapper` from the terminal, everything seems to be installed. then when I try `october -v` I have a `-bash: october: command not found`

Hi, the bootstrapper unfortunately does not work with Composer 2, as it tries to install the `1.0` branch of october, which isn't compatible with this version. Are there any plans...

Hi all... Funny behavior today, little brief: - plugin A (free plugin of the marketstore) - plugin B (site/project plugin, extend plugin A) During the update the plugins are deleted...

During install I get the following error for each plugin and later on in october:fresh command ``` Error running "php artisan plugin:install OFFLINE.Mall" command: In Container.php line 752: Class auth...

Initial attempt to fix #50 - Use `composer create-project october/october` to install october. This is the new preferred way to install October from version `1.1.0` on. It also requires less...

I wanted to have my theme in a separate repo and update it each time `october install` is run. I tried using the new `^themename (gitrepo)` syntax, however, now the...

When installing october command via composer as suggested in the Envoy.blade.php template. Uses `php composer.phar install --no-interaction --no-dev --prefer-dist --ignore-platform-reqs ` I'm getting an error invoking the october command via...

I get the above error when running 'october install' using Windows 10. The files are downloaded but the folder october-master isn't removed and the files that are supposed to be...

enhancement
help wanted