Closed mytrix-technology closed 9 years ago
Hello,
Have you added the line:
'Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider',
to config/app.php file?
Hi,
I have the same problem, I followed the instructions step by step with laravel 5.1 and added 'Acacha\Admin....', in config/app.php file but I still getting "Nothing to publish for tag[]".
Can anyone helpme please?
I am experiencing the same issue in laravel 5.2. Help is appreciated? I am confused why this issue was closed?
Nothing to publish for tag [adminlte].
Same here, Laravel 5.3 on windows.
There were some errors on installation, this is the full output:
> adminlte-laravel.bat install
llum package AdminLTE
Running composer require acacha/admin-lte-template-laravel:dev-master
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing acacha/user (0.1.3)
Loading from cache
- Installing creativeorange/gravatar (1.0.9)
Loading from cache
- Installing acacha/admin-lte-template-laravel (dev-master db50d04)
Cloning db50d0432153a2ac4a5f367ed2c79f23453d65ff
Writing lock file
Generating autoload files
> Illuminate\Foundation\ComposerScripts::postUpdate
> php artisan optimize
Generating optimized class loader
Welcome to Git (version 1.9.5-preview20141217)
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
C:\Users\underdpt\AppData\Roaming\Composer\vendor\acacha\llum\src\bash_scripts\iluminar.sh: line 10: /d/desarrollos/test/acacha/llum.sh: No such file or directory
C:\Users\underdpt\AppData\Roaming\Composer\vendor\acacha\llum\src\bash_scripts\iluminar.sh: line 13: iluminar: command not found
C:\Users\underdpt\AppData\Roaming\Composer\vendor\acacha\llum\src\bash_scripts\iluminar.sh: line 15: iluminarServices: command not found
Adding Acacha\AdminLTETemplateLaravel\Providers\AdminLTETemplateServiceProvider::class to Laravel config app.php file
sed: preserving permissions for `D:\\desarrollos\\test\\acacha/config/sed010688': Permission denied
Adding Acacha\AdminLTETemplateLaravel\Facades\AdminLTE::class to Laravel config app.php file
El nombre de archivo, el nombre de directorio o la sintaxis de la etiqueta del volumen no son correctos.Nothing to publish for tag [adminlte].
PS D:\desarrollos\test\acacha> php artisan vendor:publish --tag=adminlte --force
Nothing to publish for tag [adminlte].
If the installation is successful you have run php artisan cache:clear and before the php artisan vendor:publish
Hello Acacha, I use your package but after I write in windows command : php artisan vendor:publish --force --provider="Acacha/AdminLTETemplateLaravel/Providers/AdminLTETemplateServiceProvider" the result is Nothing to Publish...
I Follow your instruction but it always like that.. Can you help me???