Search found 26 matches

by dheeraj
18 Jan 2021, 04:21
Forum: Laravel package
Topic: How to test the extension classes ?
Replies: 11
Views: 11860

Re: How to test the extension classes ?

Executed

Code: Select all

composer dump-autoload
and still not working!!
by dheeraj
16 Jan 2021, 06:51
Forum: Laravel package
Topic: How to test the extension classes ?
Replies: 11
Views: 11860

Re: How to test the extension classes ?

The phpunit unit command is displaying an error. I ran the following command - vendor/bin/phpunit --bootstrap=./vendor/autoload.php -c ./ext/ext-pincode/lib/custom/tests/phpunit.xml It is running my test cases but the classes are not recognized and errors are being displayed. Screenshot 2021-01-16 1...
by dheeraj
15 Jan 2021, 09:08
Forum: Laravel package
Topic: How to test the extension classes ?
Replies: 11
Views: 11860

How to test the extension classes ?

Laravel : 8.12 Aimeos : 2020.10 PHP Version : 7.4.13 Environment : Windows I have created Item, Manager, JQAdm Panel, Frontend Controller and JSONAPI client classes for my new data domain. I created test classes for all of these in their own test folders as in the directory structure of aimeos exte...
by dheeraj
11 Jan 2021, 06:12
Forum: Laravel package
Topic: Trouble adding panel option for new data domain in JQAdm backend
Replies: 5
Views: 1482

Re: Trouble adding panel option for new data domain in JQAdm backend

I have successfully implemented a JQAdm panel for the new domain.
Panel option in the side navigation only shows label text for the domain and now I need to add an icon to the panel option.
I did not find the code for side navigation. Can you guide me how to add the icon?
by dheeraj
04 Jan 2021, 10:30
Forum: Laravel package
Topic: Trouble adding panel option for new data domain in JQAdm backend
Replies: 5
Views: 1482

Re: Trouble adding panel option for new data domain in JQAdm backend

Is there any way to check whether the Item/Manager classes i created for new domain are working properly without adding it to the clients (JQAdm or HTML Client) ?
by dheeraj
02 Jan 2021, 09:51
Forum: Laravel package
Topic: Trouble adding panel option for new data domain in JQAdm backend
Replies: 5
Views: 1482

Trouble adding panel option for new data domain in JQAdm backend

Laravel : 8.12 Aimeos : 2020.10 PHP Version : 7.4.13 Environment : Windows I want to create an e-commerce site and have chosen aimeos out of other alternatives due to its fast performance. I tried to create a new data domain and add the panel option in JQAdm to manage it. I followed following forum...