0
I have just install laravel 5.4 & using xampp server
facing issue in spatie. after installing by 'composer require spatie/laravel-permission'
adding Spatie\Permission\PermissionServiceProvider::class, to service providers, in config/app.php
next when i use this command
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="m
igrations」、 を公開しながら、私はライン1041spatieエラー移行ファイルに
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to a member function connection() on null
上
PHP Fatal error: Call to a member function connection() on null in C:\xampp\htdocs\project\laravel\vendor\laravel\frame
仕事\ SRC \を照らし\データベース\雄弁\ Model.php以下のようにこのエラーが表示されますパッケージをインストールした後
まだ同じエラー – Amir