Search found 4 matches

by phpgraham
04 Dec 2017, 12:03
Forum: Laravel package
Topic: new install -
Replies: 5
Views: 2021

Re: new install -

i notice all the javascript and css is linked to https://cdnjs.cloudflare.com the admin site hangs waiting for this download Is there a way to set up to disable cloudfare linkage and just have local routing of js / css / images ? for local development server this would be best, i can understand prod...
by phpgraham
04 Dec 2017, 11:44
Forum: Laravel package
Topic: new install -
Replies: 5
Views: 2021

Re: new install -

I noticed in instructions you have: To see all components and get everything working, you also need to create your main Blade template in resources/views/app.blade.php. Laravel 5.5 default install now puts app.blade.php in resources/views/layouts folder So to get aimeos to work you have to move the ...
by phpgraham
04 Dec 2017, 11:26
Forum: Laravel package
Topic: new install -
Replies: 5
Views: 2021

Re: new install -

Ignore that post
the next command sets up tables :)
php artisan aimeos:setup --option=setup/default/demo:1

all going well so far..
by phpgraham
04 Dec 2017, 11:21
Forum: Laravel package
Topic: new install -
Replies: 5
Views: 2021

new install -

Hi Just ran a new install "aimeos/aimeos-laravel": "~2017.10.3" "php artisan vendor:publish --tag=public --force", "php artisan vendor:publish", "php artisan migrate", composer update It responded nothing to migrate ? Is this correct? is there no dat...