Skip to content

milon/blade-variable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packagist Downloads Stable version License

blade-variable

Declaring variables in Laravel blade files.

Installation

Add this line to composer.json file-

require: {
    ...,
    "milon/laravel-blade": "~5.2"
}

For Laravel 5.1 try these lines instead-

require: {
    ...,
    "milon/laravel-blade": "~5.1"
}

Then from your terminal run this command-

composer update

After that add this line to providers array on config/app.php file-

'providers' => [
...,
Milon\BladeVariable\BladeVariableServiceProvider::class,
]

Usage

You can define any variable in blade file like this-

@var('name', 'value')

Then you can use this like any other normal php variable-

{{ $name }}

Copyright

Nuruzzaman Milon
http://milon.im

About

Declaring variable in blade file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages