Posts

Showing posts from March, 2019

php laravel

Image
php laravel hello folks today we gonna learn learn about "php laravel" as you all know php    is a widely-used open source general-purpose  scripting language that is especially suited for web development and it  can be also embedded into HTML... there are so many frameworks of PHP Laravel. Symfony. Zend Framework. CodeIgniter. CakePHP. FuelPHP. Yii 2. Phalcon. today i am going to walk you through laravel featureas of laravel- 1. Automatic pagination The paginate method provided by Laravel automatically takes  care of setting the proper limit and offset based  on the current page being viewed by the user. 2. View composers The view composer is one of the most important  features of Laravel which makes sure that the controllers  load a bunch of data from models for views which is not  related to that method’s page content. 3. Routing system Laravel provides the flexibility to its developers  to choose