hope all of you fine with health and business. I add these packages in my laravel composer.json
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"laravelcollective/html": "5.2.*",
"oprudkyi/laravel-mail-logger": "^1.0",
"zizaco/entrust": "5.2.x-dev"
},
and composer update
after that
Open config/app.php
add under 'providers'
Collective\Html\HtmlServiceProvider::class,
and the aliases
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
but still html not found..
{!! Html::style('newtheme/css/bootstrap.min.css') !!}
i tried other packages but composer said .. updated successfully .. but no one working. help me please