laperla / codeigniter-Blade

A port of Laravel's blade template system for CodeIgniter
54 stars 32 forks source link

@extends not working #4

Open ied3vil opened 9 years ago

ied3vil commented 9 years ago

Hello

The library works, but trying an extend failed.

The section is not showing up, but the @extends clause is sent to the browser

main.blade.php Code:

@extends('global/skeleton')

@section('body')

Content goes here yo

@endsection

Hretic commented 9 years ago

hi this lib is based on older version of blade . i think you have to use @layout instead of @extends

ied3vil commented 9 years ago

I since removed the library... :(

elzedy commented 9 years ago

Thanks alot wait for more :)