redbaron76 / PongoCMS-Laravel-cms-bundle

a CMS bundle for Laravel 3.2 and Twitter Bootstrap 2.2.0
http://pongocms.com
Other
100 stars 32 forks source link

Install issue? #33

Open enlivenapp opened 11 years ago

enlivenapp commented 11 years ago

Hi,

I'm extremely new to Laravel and Pongo. I've used Codeigniter for several years and am familiar with frameworks however. Please be gentle if this is a goof on my part.

On installing Laravel and Pongo I ran into a problem. After installing Laravel I used the artisan CLI to install Pongo. That went well, but when trying to run the cms::setup, it fails. See code below.

wbc-mike:laravel wbc-mike$ php artisan bundle:install pongocms Fetching [pongocms]...done! Bundle installed.

wbc-mike:laravel wbc-mike$ php artisan cms::setup Sorry, I can't find that task. wbc-mike:laravel wbc-mike$

Both versions are the latest available from each website. Laravel and PongoCMS, respectively.

edit: I'm on a php 5.4 MAMP stack for my test environment.

enlivenapp commented 11 years ago

Bueller?