This is an open-source project that combines the power of Laravel and GrapeJS to create a web-based landing page generator.
- Web-based landing page generator.
 - Integration of Laravel for backend functionalities.
 - GrapeJS for visual page building.
 
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- 
Clone the repository:
https://github.com/SeptiawanAjiP/laravel-page-builder.git
 - 
Navigate to the project directory:
cd your-project - 
Install PHP dependencies:
composer install
 - 
Copy the
.env.examplefile to.envand configure your database:cp .env.example .env
 - 
Generate the application key:
php artisan key:generate
 - 
Create symlink
php artisan storage:link
 - 
Migrate the database:
php artisan migrate --seed
 - 
Start the development server:
php artisan serve
 
Visit http://localhost:8000 in your browser to access the web-based landing page generator.

