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/page-builder-duniacoding.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.