Search found 5 matches

by anilsharma
01 Feb 2016, 21:08
Forum: Laravel package
Topic: Overwrite existing templates (Laravel)
Replies: 13
Views: 9616

Re: Overwrite existing templates (Laravel)

please see attachment
by anilsharma
26 Jan 2016, 20:19
Forum: Laravel package
Topic: Overwrite existing templates (Laravel)
Replies: 13
Views: 9616

Re: Overwrite existing templates (Laravel)

Well there is nothing wrong with extension . Problem was extension was not getting autoloaded . so i added "psr-0": { "Client_Html": "ext/extension-name/client/html/src" } to composer.json file . And it started working , But it gives Ambiguous class resolution Warning i...
by anilsharma
20 Jan 2016, 18:57
Forum: Laravel package
Topic: Overwrite existing templates (Laravel)
Replies: 13
Views: 9616

Re: Overwrite existing templates (Laravel)

Yes i have disabled it . But same problem .

Am i following correct process , First just copy dowloaded extension to laravel ext folder and then just put templates inside layouts folder . Do we need to do something else apart from this ?
by anilsharma
20 Jan 2016, 09:30
Forum: Laravel package
Topic: Overwrite existing templates (Laravel)
Replies: 13
Views: 9616

Re: Overwrite existing templates (Laravel)

Ah sorry for the confusion :? , This is how i have proceeded so far : I created a aimeos extension from your site link and pasted whole folder to ext folder in path laravel-folder/ext . Inside extension folder which is ai-templates : path ai-templates/client/html/layouts , i have copied all html cor...
by anilsharma
19 Jan 2016, 20:06
Forum: Laravel package
Topic: Overwrite existing templates (Laravel)
Replies: 13
Views: 9616

Re: Overwrite existing templates (Laravel)

Hi guys , I am also following the same process . I have renamed extention folder in ext folder as ai-templates and copied all html files from vendor folder to this ext file . But does not looks like working . After copying also have done composer autoload but same thing , even had flushed cache too ...