Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Laravel is not a CMS and you'll be entering a new more complex field. Yes, totally worth it.
-
Sure. Laravel can cope with different requirements, because it's not just a CMS. The design patterns used are pretty clear, and you should be able to get things going quickly.
-
Laravel is beautiful, it makes complex apps really easy to make. But as others have said, it's not a CMS, you would have to then creates dashboard to manage the content.
What you can also do is have a Wordpress and Laravel combo, use a Wordpress installation to manage the content, and use Laravel to then show the content. It sounds like over-engineering, and in a way it is, but it has a few advantages. Clients can use a familiar UI to manage the content, devs can code in something that is actually pleasant, and users will see a site speed increase. -
I've found October to be good cross between Laravel and CMS, complete with the dashboard work done for you. It has good standalone docs and is a bit of an easier leap from Wordpress into Laravel, but retains all that ability of Laravel for your further development.
I feel shady for using WP for such a long fucking time... is it worth to learn Laravel?
undefined