Search found 1 match

by karoleq991
07 Feb 2023, 19:18
Forum: Laravel package
Topic: creating managers
Replies: 15
Views: 6685

Re: creating manager and admin panel

Create an Aimeos migration first in the ./setup/default/schema/contact.php directory of your extension so your table will be automatically created and updated like this one: https://github.com/aimeos/aimeos-core/blob/master/setup/default/schema/review.php The corresponding setup task should be like...