Search found 5 matches

by stu3881
26 Sep 2016, 16:04
Forum: Laravel package
Topic: problems setting up ubuntu linux laravel 5.3
Replies: 8
Views: 8218

Re: problems setting up ubuntu linux laravel 5.3

Uh, me too. I thought composer was supposed to avoid stuff like this. Anyhow, I'll see what I can do about installing and testing 5.2 instead and get back to you.
thx
by stu3881
26 Sep 2016, 15:36
Forum: Laravel package
Topic: problems setting up ubuntu linux laravel 5.3
Replies: 8
Views: 8218

Re: problems setting up ubuntu linux laravel 5.3

hi, Both Laravel and Aimeos are choices i'm very happy with and it appears many are using that configuration successfully. Your instructions are both clear and simple. (They were an education in themselves) But, I have installed it many times and can never get the first test (list the categories) to...
by stu3881
26 Sep 2016, 12:52
Forum: Laravel package
Topic: problems setting up ubuntu linux laravel 5.3
Replies: 8
Views: 8218

Re: problems setting up ubuntu linux laravel 5.3

Here's my route list: vagrant@homestead:~/code/aimeos$ php artisan route:list +--------+---------------+---------------------------------------------------------------------------+------------------------------+---------------------------------------------------------+--------------+ | Domain | Meth...
by stu3881
25 Sep 2016, 20:44
Forum: Laravel package
Topic: problems setting up ubuntu linux laravel 5.3
Replies: 8
Views: 8218

Re: problems setting up ubuntu linux laravel 5.3

hi (yes, 74) You want me to go thru ~/Homestead/projects/aimeos/vendor/aimeos/aimeos-laravel/src/routes.php and modify the code such that: Route::match( array( 'GET' ), 'extadm', array( ... Route::match( array( 'GET' ), 'extadm/file', array( ... Route::match( array( 'POST' ), 'extadm/do', array( ......
by stu3881
24 Sep 2016, 20:28
Forum: Laravel package
Topic: problems setting up ubuntu linux laravel 5.3
Replies: 8
Views: 8218

problems setting up ubuntu linux laravel 5.3

hi, i have tried repeatedly but cannot get this package successfully installed following the readme at: https://aimeos.org/Laravel i am running ubuntu 14.04 apache web server php 5.6.26 aimeos 2016.07 laravel 5.3.10 laravel/homestead vm database mysql my project is named aimeos and my database is al...