awema-pl/module-prestashop is a Laravel package for module prestashop.
It currently has 2 GitHub stars and 47 downloads on Packagist (latest version v1.0.20).
Install it with composer require awema-pl/module-prestashop.
Discover more Laravel packages by awema-pl
or browse all Laravel packages to compare alternatives.
Last updated
Basic styles and components set for building user interfaces.
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
This package can be used in Laravel 5.7 or higher.
You can install the package via composer:
$ composer require awema-pl/module-prestashop
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\Prestashop\PrestashopServiceProvider" --tag="config"