Search found 10 matches

by АндрейЖидилин
01 May 2022, 06:07
Forum: Laravel package
Topic: How to organize work with the frontend?
Replies: 11
Views: 1880

Re: How to organize work with the frontend?

Everything, I figured it out.
In the Laravel theme 2022.x extension, @extends layouts do not specify the name of the extension being created.
You need to fix this in the extension creator
by АндрейЖидилин
30 Apr 2022, 06:18
Forum: Laravel package
Topic: How to organize work with the frontend?
Replies: 11
Views: 1880

Re: How to organize work with the frontend?

Okay, I installed the extension, but when I change

Code: Select all

/packages/<my-extenshion>/views/base.blade.php
Nothing happens. Changes only when the file is changed

Code: Select all

/vendor/aimeos/aimeos-laravel/src/views/base.blade.php
How can I change something without affecting the vendor's code?
by АндрейЖидилин
29 Apr 2022, 15:38
Forum: Laravel package
Topic: How to organize work with the frontend?
Replies: 11
Views: 1880

Re: How to organize work with the frontend?

Tell me what is the difference between

Code: Select all

composer req aimeos-themes/<my-theme>
and

Code: Select all

composer req aimeos-extensions/<my-theme>   
And what is the right command to use?
by АндрейЖидилин
29 Apr 2022, 13:52
Forum: Laravel package
Topic: How to organize work with the frontend?
Replies: 11
Views: 1880

Re: How to organize work with the frontend?

aimeos wrote: 29 Apr 2022, 12:50 Did you create a Laravel theme extension here (not a standard Aimeos extension)?
https://aimeos.org/extensions
Yes, I created an extension and installed via composer
Screen: http://joxi.ru/Q2KdXRjCOGGwRA
by АндрейЖидилин
29 Apr 2022, 12:38
Forum: Laravel package
Topic: How to organize work with the frontend?
Replies: 11
Views: 1880

Re: How to organize work with the frontend?

I copied and run composer up
But in the setting I do not see my theme
I see only Default
What else needs to be done to make the topic appear in the list?
1651235882880.jpg
1651235882880.jpg (25.08 KiB) Viewed 1479 times
by АндрейЖидилин
29 Apr 2022, 11:43
Forum: Laravel package
Topic: How to organize work with the frontend?
Replies: 11
Views: 1880

How to organize work with the frontend?

Hello. I can not understand how to create a theme and how to work with it? I created the extension as described in the documentation https://aimeos.org/docs/latest/developer/extensions/ Next, I need a copy of css and ys to be placed in the directory /packages/<my-extension>/themes/client/html/<my-th...
by АндрейЖидилин
29 Apr 2022, 07:04
Forum: Laravel package
Topic: Your requirements could not be resolved to an installable set of packages.
Replies: 2
Views: 1064

Re: Your requirements could not be resolved to an installable set of packages.

Sorry, we are lagging behind the releases with some tasks for various reasons. The extension builder is now up to date and can create extensions for the new 2022 versions. The documentation will be updated soon. Super! It's great that you are so quick to resolve user requests. Starting to fall in l...
by АндрейЖидилин
28 Apr 2022, 11:54
Forum: Laravel package
Topic: Your requirements could not be resolved to an installable set of packages.
Replies: 2
Views: 1064

Your requirements could not be resolved to an installable set of packages.

Hello When I try to install the theme, I get the following error: Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires aimeos-themes/fromukraine dev-dev1-62602 -> satisfiable by aimeos-themes/fromukraine[dev-dev1-62602]. - aimeos-themes/f...
by АндрейЖидилин
27 Apr 2022, 10:03
Forum: Laravel package
Topic: Change the main directory
Replies: 3
Views: 932

Re: Change the main directory

You can remove the "shop" prefix from the generated URLs: - https://github.com/aimeos/aimeos-laravel/blob/master/src/config/shop.php#L19 - https://github.com/aimeos/aimeos-laravel/blob/master/src/routes.php#L194-L249 The problem is that the Laravel login won't work afterwards and you have...