rktaiwala / Shpcart

A Shopping Cart Package Based on the Cartify, for Laravel 4
36 stars 21 forks source link

Can't install it with latest version of laravel ! #11

Open myalban opened 10 years ago

myalban commented 10 years ago

I, I've installed Laravel like this

composer create-project laravel/laravel --prefer-dist

It install me laravel 4.1.18

Then I open the file composer.json

"require": {
    "laravel/framework": "4.1.*"

}

I add "madlymint/shpcart": "1.1.*@dev"

And do a composer update

Here is my error message :

Command: composer update

Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Can you help me ?

Thanks

christiaan-mes commented 10 years ago

After looking it up I found that jeffrey way uses ~4.1 for his version of Laravel in his generators package.

myalban commented 10 years ago

I changed to ~4.1 but still the same

Finally I chandged to

    "laravel/framework": "4.0.9",
    "madlymint/shpcart": "1.1.*@dev"

it's better but got some error :(

rktaiwala commented 10 years ago

Can you share the error On 24/03/2014 2:37 pm, "Alban" notifications@github.com wrote:

I changed to ~4.1 but still the same

Finally I chandged to

"laravel/framework": "4.0.9",
"madlymint/shpcart": "1.1.*@dev"

it's better but got some error :(

Reply to this email directly or view it on GitHubhttps://github.com/rktaiwala/Shpcart/issues/11#issuecomment-38423240 .

myalban commented 10 years ago

Sure :)

Generating autoload files {"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","me ssage":"Class 'Illuminate\Foundation\Providers\ConsoleSupportServiceProvider' not found","file":"C:\xampp\htdocs\shop\laravel\vendor\laravel\framework \src\Illuminate\Foundation\ProviderRepository.php","line":123}}Script php ar tisan clear-compiled handling the post-update-cmd event returned with an error

[RuntimeException] Error Output:

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--with- dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [packages1] ... [ packagesN]