Simple web app to easily create landing pages by dragging and dropping prebuilt blocks.
Each block makes available a set of options to easily customize its content.
Users don't need to write a single line of code.
git clone [email protected]:isaac-souza/pagebuilder-laravel.git
cd pagebuilder-laravel
cp .env.example .env
composer install
vendor/bin/sail up
vendor/bin/sail artisan key:generate
vendor/bin/sail artisan migrate --seed
vendor/bin/sail artisan storage:link
vendor/bin/sail artisan test
http://localhost
git clone [email protected]:isaac-souza/pagebuilder-vue3.git
cd pagebuilder-vue3
npm install
cp .env.example .env
npm run dev
http://localhost:3000
Now you should be able to go to http://localhost:3000, access the login page and sign in into the app
OS:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
Docker:
Docker version 20.10.12, build e91ed57
Docker-compose:
docker-compose version 1.29.2, build 5becea4c
PHP:
PHP 8.0.15 (cli) (built: Jan 29 2022 07:24:35) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.15, Copyright (c) Zend Technologies
with Zend OPcache v8.0.15, Copyright (c), by Zend Technologies
Composer
Composer version 2.1.6 2021-08-19 17:11:08
Node
v14.19.0
NPM
6.14.16