Level 8
Suddenly it worked after I entered some text in one of the blades that nav.user includes. Must have been cached, but php artisan cache:clear didnt help ...
HI I have just published sparks view files with php artisan vendor:publish, and it gave the response
Copied Directory [\vendor\laravel\spark\resources\views] To [\resources\views\vendor\spark]
but it doesn´t change the spark:: reference in layout blade file
<!-- Navigation -->
@if (Auth::check())
@include('spark::nav.user')
@else
@include('spark::nav.guest')
@endif
It worked in Spark 1.0...
Please or to participate in this conversation.