HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
770 stars 178 forks source link

Tutorial about integrating PHPageBuilder into a Laravel project #152

Open HansSchouten opened 11 months ago

HansSchouten commented 11 months ago

I just made a new release fixing two database migration issues. Thanks to minuschuman and bayron-st.

I do not use this repo myself, so expect to troubleshoot from time to time. I am using the original PHPageBuilder on a daily basis for 50+ projects, so feel free to also directly use the core version in your project. I don't have time to give lots of support here, since customers are the main prio and we are all developers so should learn to debug (and fork if necessary). I personally often load source code of a library in PhpStorm (or similar IDEs) and browse through that as my documentation. Great to see many devs understand and comment on issues, hopefully the pagebuilder is useful to some of you! 🚀

For who understands Spanish, this might be a helpful 36min video on how to integrate PHPageBuilder into a Laravel project: https://www.youtube.com/watch?v=V4uePTK8IG8. Thanks for the video @raupulus! For more of his videos have a look at https://www.youtube.com/@raupulus

ducvu91 commented 11 months ago

Hello, is it still support for laravel 10 ? I got some trouble.

  1. when i run php artisan vendor:publish --provider="HansSchouten\LaravelPageBuilder\ServiceProvider" --tag=config but it not copy table to migrations, i must do manual
  2. when i complete install, i access domain/admin but it show Welcome to PHPageBuilder, not show form login like you video