Search found 7 matches

by davidlanier
22 Jul 2015, 13:21
Forum: Laravel package
Topic: Error running composer update with fresh install of Laravel
Replies: 13
Views: 15125

Re: Error running composer update with fresh install of Lara

Everything is up and running, so now the fun begins! Thanks for all your help.

I know this is off topic, but have you done any PCI compliance tests on your checkout process?

Thanks
by davidlanier
21 Jul 2015, 19:59
Forum: Laravel package
Topic: Error running composer update with fresh install of Laravel
Replies: 13
Views: 15125

Re: Error running composer update with fresh install of Lara

I am relatively still new to Laravel 5.x and still much accustomed to 4.x so pardon my stumbling around a bit here, but is the app.blade.php an already existing file or one that needs to be created? There was no app.blade.php file in resources/views/ so I created one and added the html code but I ha...
by davidlanier
21 Jul 2015, 19:12
Forum: Laravel package
Topic: Error running composer update with fresh install of Laravel
Replies: 13
Views: 15125

Re: Error running composer update with fresh install of Lara

Sorry, I forgot to run the update first and you replied before I had a chance to edit my previous reply.

All is well now, except I'm getting a blank page when opening in my browser. I should have the demo right? I think I still need to make the csrf edits though.
by davidlanier
21 Jul 2015, 19:00
Forum: Laravel package
Topic: Error running composer update with fresh install of Laravel
Replies: 13
Views: 15125

Re: Error running composer update with fresh install of Lara

Yes it is working now. There were some additional files pulled down in the composer update so all is well with the world now.

Thanks for you help! :D
by davidlanier
21 Jul 2015, 18:15
Forum: Laravel package
Topic: Error running composer update with fresh install of Laravel
Replies: 13
Views: 15125

Re: Error running composer update with fresh install of Lara

I wasn't paying attention and just noticed that I have two publish directives in the post update section: "post-install-cmd": [ "php artisan vendor:publish", "php artisan migrate", "php artisan clear-compiled", "php artisan optimize" ], "pre-upd...
by davidlanier
21 Jul 2015, 17:20
Forum: Laravel package
Topic: Error running composer update with fresh install of Laravel
Replies: 13
Views: 15125

Re: Error running composer update with fresh install of Lara

Removing that line corrected the error, but I noticed that the syntax of the app.php providers array seems to have changed from what you are showing in your documentation. You have: return array( 'providers' => array( ... 'Aimeos\Shop\ShopServiceProvider', ), ); However the syntax in 5.1.4 now is: A...
by davidlanier
21 Jul 2015, 13:39
Forum: Laravel package
Topic: Error running composer update with fresh install of Laravel
Replies: 13
Views: 15125

Error running composer update with fresh install of Laravel

I created a fresh install of Laravel 5.1.4, then modified the .env file and the composer.json file per the instructions at https://aimeos.org/docs/Laravel/Install_Aimeos, then ran composer update and received the following error: > cp -r ext/*/client/extjs/deploy/* public/packages/aimeos/shop/client...