akaunting / laravel-setting

Persistent settings package for Laravel

Home Page:https://akaunting.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facade and alias not registered .

omaressaouaf opened this issue · comments

in laravel 8 . Facade and alias are not registered automatically. you'll have to do it manually . and even tho , the php resolver ext does not recognize the facade nor the alias

That is done automatically via composer.

yeah it's supposed to . but it's not

i have to give an alias in the controller because the alias is not recognizable by vs code nor the helper method

Import facade like this.

use Akaunting\Setting\Facade as Setting;