Search found 2 matches

by OliverRussell
26 Aug 2019, 11:23
Forum: Laravel package
Topic: PWA?
Replies: 4
Views: 2429

Re: PWA?

Does Aimeos has any extension or plugin for turning a website into a progressive web app, like Bagisto does? Having a plugin makes it easier to create PWA. Otherwise it would require hours of code work and testing.
by OliverRussell
24 Jul 2019, 08:45
Forum: Laravel package
Topic: elasticsearch?
Replies: 14
Views: 6908

Re: elasticsearch?

You can integrate Elasticsearch in Aimeos using Laravel Scout if you want. For this you have to install Laravel Scout, Elasticsearch package for PHP and Elasticsearch Eloquent package. Add the Elasticsearch settings in Scout.php file. This will configure the Elasticsearch autocomplete search and Sco...