Search found 2 matches

by mbnoimi
17 Dec 2022, 07:25
Forum: Help
Topic: grapesjs as main website
Replies: 1
Views: 940

grapesjs as main website

Hi,

I would like a website based on simple Laravel CMS one of its feature is renting services so eCommerce feature is not located in the home page.

Can I use grapesjs in this use case?
by mbnoimi
11 Aug 2022, 20:25
Forum: Laravel package
Topic: How to view Aimeos Laravel Site locally through browser (Docker, MySql, NGINX)?
Replies: 2
Views: 1472

Re: How to view Aimeos Laravel Site locally through browser (Docker, MySql, NGINX)?

Use Laravel Sail instead to create a dockerized Laravel application: https://laravel.com/docs/9.x/sail I've the same issue too. So I went to Sail docs as you mentioned above. The problem I faced that the repository already hasn't docker-compose.yml and vendor folder so sail will fail as mentioned b...