Search found 6 matches

by archmaster
01 Sep 2018, 17:47
Forum: Laravel package
Topic: New Laravel Installation
Replies: 9
Views: 4234

Re: New Laravel Installation

Your are right. It´s working perfectly now!

Thanks a lot guys!
by archmaster
01 Sep 2018, 02:21
Forum: Laravel package
Topic: New Laravel Installation
Replies: 9
Views: 4234

Re: New Laravel Installation

So I updated my development environment, like so:
Local Installation
Laravel 5.6.35
"aimeos/aimeos-laravel": "~2018.07"
Apache PHP 7.2.9
Windows 10

But still got the exact same result. Any thoughts??
by archmaster
31 Aug 2018, 14:37
Forum: Laravel package
Topic: New Laravel Installation
Replies: 9
Views: 4234

Re: New Laravel Installation

Well, I am following the instructions to the letter, so I am using this line as is, for the laravel installation:
composer create-project --prefer-dist laravel/laravel myshop
by archmaster
30 Aug 2018, 22:42
Forum: Laravel package
Topic: New Laravel Installation
Replies: 9
Views: 4234

Re: New Laravel Installation

No. I don´t think so. It is a fresh installation and I have not done any modifications. Ultimately all I am doing is running the script:
php artisan aimeos:setup --option=setup/default/demo:1

I have repeated the whole process several times from the start, always getting the same result.
by archmaster
30 Aug 2018, 18:22
Forum: Laravel package
Topic: New Laravel Installation
Replies: 9
Views: 4234

Re: New Laravel Installation

Of course. This is the output: Local Databases/ http://localhost/phpmyadmin/server_sql.php?db=&token=51607bb01c6c5dd40155a559e25817c9 Su consulta se ejecutó con éxito. SHOW CREATE TABLE myshop.users users CREATE TABLE `users` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `name` varchar(255) COLLATE ...
by archmaster
30 Aug 2018, 02:56
Forum: Laravel package
Topic: New Laravel Installation
Replies: 9
Views: 4234

New Laravel Installation

Local Installation Laravel 5.4.36 "aimeos/aimeos-laravel": "~2018.07" Apache PHP 5.6.25 Windows 10 --------- I am following the directions as posted in github: https://github.com/aimeos/aimeos-laravel#aimeos-laravel-package for a fresh installation of aimeos, and all is going wel...