Search found 33 matches

by Bevi
14 Nov 2017, 13:14
Forum: Laravel package
Topic: Modules and custom content
Replies: 1
Views: 1142

Modules and custom content

Laravel 2017.10

Hello Sir,
is there any existing module to add a footer or will I have to create a new view from scratch?
In that case, should I create a new folder here?
https://github.com/aimeos/aimeos-larave ... src/views/
by Bevi
13 Nov 2017, 12:33
Forum: Laravel package
Topic: Show/Hide html code
Replies: 3
Views: 1527

Re: Show/Hide html code

It's better to use the category codes as they usually don't change Sir, I do use category codes (the catalog ones), I just want to create some if statement to check them. Something like: @php $_GET['f_catid']; if($_GET["f_catid"] == 15) but meant for blade files. I tried Input::get('f_cat...
by Bevi
10 Nov 2017, 17:42
Forum: Laravel package
Topic: Show/Hide html code
Replies: 3
Views: 1527

Show/Hide html code

Laravel 2017.10

Hello Sir,

I would like to show and hide anchors in the app.blade.php, depending on the category id.
How am I supposed to check the id number?
by Bevi
10 Nov 2017, 16:06
Forum: Help
Topic: Good way to filter
Replies: 5
Views: 2859

Re: Good way to filter

Ok, I made some anchors like <li><a class="btn btn-default"href="/list?f_search=socks">Socks</a></li> It's working fine but the f_search content gets injected into the searchbar Is there a way to clear the searchbar after clicking the anchor without losing the filtered content? :...
by Bevi
09 Nov 2017, 16:48
Forum: Help
Topic: Good way to filter
Replies: 5
Views: 2859

Good way to filter

Laravel 2017.10 Hello sir, :) I would like to make a filter to search words inside my description field. Let's say I have a description field that says "blue silk socks" and I want to make a query that filter the word "socks." What should I do to put a filtered word in an anchor?...
by Bevi
08 Nov 2017, 16:11
Forum: Laravel package
Topic: View for background
Replies: 1
Views: 899

View for background

Hello,
where do I change the background? Is there any standard view doing this?
by Bevi
08 Nov 2017, 12:40
Forum: Laravel package
Topic: Register/Login
Replies: 2
Views: 1645

Register/Login

Version 2017.10

I've noticed you did remove the register and login button from the main page.
Is there a particular reason why you did so?
by Bevi
05 Nov 2017, 13:59
Forum: Laravel package
Topic: Composer Error
Replies: 7
Views: 3913

Re: Composer Error

Don't think that this is a problem of Aimeos. The credentials in the Laravel .env file doesn't allow the Laravel migrations to access the database or at least the MySQL information schema. Hello again, Sir. I didn't change any credential in the .env file, so the attributes are the default ones. Sin...
by Bevi
30 Oct 2017, 21:52
Forum: Laravel package
Topic: Composer Error
Replies: 7
Views: 3913

Re: Composer Error

Do you use the Vagrant Homestead box? If not, you need a local running MySQL server with a database and an MySQL account you can use in your .env file I'm using Laragon, which automatically creates a local running mysql server. I had no problem with Laravel 2017.07.3, but now I'm trying to run 2017...
by Bevi
26 Oct 2017, 21:41
Forum: Laravel package
Topic: Composer Error
Replies: 7
Views: 3913

Re: Composer Error

Now I'm gettin an error when executing the following command: php artisan migrate Error: https://s1.postimg.org/4rllknfz27/Capture1.png Here's my DB settings in .ENV DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret and my mysql array i...