coolpraz / php-blade

The standalone version of Laravel's Blade templating engine for use outside of Laravel.
MIT License
9 stars 1 forks source link

Codeigniter sessions with blade #1

Open tapankumar opened 6 years ago

tapankumar commented 6 years ago

Can we use Codeigniter sessions with blade with the help of this library?

moazamin6 commented 4 years ago

@tapankumar yes you can. please visit my library created on illuminate/view

You can install the package from composer by running the following command

composer require moazamin6/creative-blade

you can also find that package on following link

GitHub: https://github.com/moazamin6/creative-blade Packagist: https://packagist.org/packages/moazamin6/creative-blade

Thanks