SeptiawanAjiP / laravel-page-builder

Simplify Website Creation - Drag, Drop, Done!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel + GrapeJS Project

image

This is an open-source project that combines the power of Laravel and GrapeJS to create a web-based landing page generator.

Table of Contents

image

Features

  • Web-based landing page generator.
  • Integration of Laravel for backend functionalities.
  • GrapeJS for visual page building.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

  1. Clone the repository:

    https://github.com/SeptiawanAjiP/laravel-page-builder.git
  2. Navigate to the project directory:

    cd your-project
  3. Install PHP dependencies:

    composer install
  4. Copy the .env.example file to .env and configure your database:

    cp .env.example .env
  5. Generate the application key:

    php artisan key:generate
  6. Create symlink

    php artisan storage:link
  7. Migrate the database:

    php artisan migrate --seed
  8. Start the development server:

    php artisan serve

Usage

Visit http://localhost:8000 in your browser to access the web-based landing page generator.

About

Simplify Website Creation - Drag, Drop, Done!


Languages

Language:PHP 76.4%Language:Blade 23.3%Language:JavaScript 0.3%