laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

No publishable resources for tag [].

Open bourne-3 opened this issue 2 years ago • 2 comments

  • Laravel Version: #.#.#9.6.0
  • PHP Version:8.1.3
  • Laravel-admin: #.#.#1.8

Description:

hello, i installed laravel-admin, and execute the comman line

php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"

but encouter such situation

No publishable resources for tag [].
Publishing complete.

And cannot find admin.php under config

Steps To Reproduce:

bourne-3 avatar Apr 09 '22 14:04 bourne-3

Same thing here (laravel 9,13, PHP 8.1, latest laravel-admin): Did a completely clean installation from scratch, laravel itself is doing fine, getting laravel-admin via composer was successful. But publishing yields "No publishable resources for tag []."

What else can I try?

Estigy avatar May 19 '22 13:05 Estigy

you should clear dir bootstrap/cache

doker42 avatar Jun 07 '22 21:06 doker42