Quote:
Originally Posted by freecartoonporn
thanks.
i custom code everything from scratch., very rarely i use wp.
but if it needs to put some time in it., then i am good with old fashioned php coding.
|
Don't take 'old fashioned PHP' to Laravel - you need to use modern coding standards and OOP to get the most from it.
Laravel is great but you'll find there's a fair bit of new stuff to learn, like Blade (templating language) and Eloquent ORM (a simplified ActiveRecord implementation).
Once you learn Laravel you'll be able to do more things in less time than you have ever done with PHP.