duncan3dc / blade

Use Blade templates without the full Laravel framework
Apache License 2.0
144 stars 36 forks source link

Where are Document this package #24

Closed hoangnamitc closed 4 years ago

hoangnamitc commented 4 years ago

Hi guys,

I'm can find document this package.

I'm found some method: ->share() , ->with(), ->make() ... I'm want find full method have into blade this and tutorial .

Thanks !

duncan3dc commented 4 years ago

Hi @hoangnamitc, this package just provides a way to use the Laravel Blade library without the Laravel Framework.

You can find the documentation for the Laravel Blade library here: https://laravel.com/docs/blade If you have any questions about this library let me know and I'll do my best to answer

hoangnamitc commented 4 years ago

Thanks @duncan3dc answer for me, So i'm can use all feature of Laravel Blade into this package.