Laravel Concept

If you want to start with Laravel.. Check this as a short intro.

laravel-10-featured

CodeIgniter Vrs. Laravel

Here is the list of all commands of both framework to do same operation so you can quickly compare & remember.

laravel-10-featured

Blade template directives – Tutorial 4

The view file is not a final file that is rendered and generates HTML. We can create subviews also there and we need to extend those subviews into main views…