Is there any drag-and-drop studio/builder for Laravel?
Since the coding itself really sucks and complicated, is there any drag-and-drop studio for Laravel? (Just like MS Frontpage or whatever) Using Laravel is really pain in the head (and for a long time), and as an insult to injury, it is an obligatory lesson and I cannot f***ing skip it!
So I hope such software I've mentioned before is EXIST. I can't stand this tortures with bare coding of Laravel, and Laravel is a piece of torment itself. If it does, it would be a flipping amazing miracle.
(PS: I'm calling bullsh**t to whoever said that Laravel is flipping easy. It's an obvious torment in PHP.)
@johnkurumizawa Laravel is a framework that tries to ease alot of the pain included in building a robust PHP application. If you are looking to do a simple, one-page PHP page, then maybe it's overkill. But if you have anything that looks like MVC would help, it gives you a huge boost in productivity.
I would suggest you watch the videos on this site. Once you get the basics of how routes, controllers, and views work, it is a breeze.
I aggre with @Cronix. But From My Opinion Laravel is hard because the DOCUMENTATION. I have been using Django for create some app. Also Ruby On Rails. On Django Official Documentation it's has an ebook version (PDF, etc..) and really EASY TO FOLLOW THE DOCUMENTATION. Also RoR Official Documentation REALLY EASY TO FOLLOW. PLEASE CONSIDER UPDATE THE OFFICIAL DOCUMENTATION LIKE DJANGO or RoR.
Page builder is a very broad term. Especially when it comes to a framework.
You want a page builder (as in drag-and-drop some UI components, that is built with Laravel), or you want a page builder FOR Laravel, or what? Laravel is a framework, a set of tools built for easier web development, not a system you can plug onto your site and it makes your website a blog or a CMS or whatever.