-
Laravel Dusk is included in the regular composer dependencies which causes it to load when the app environment is set to production. This is a major security risk and composer doesn't let you proceed …
-
Hi
After fixing the Laravel installer issue I tried again:
adminlte-laravel install
Running llum package AdminLTE...
Running composer require acacha/admin-lte-template-laravel
Using version ^2.0 for …
ghost updated
2 years ago
-
Error when running:
```
$ composer require kanuu-io/kanuu-laravel
Using version ^0.4.2 for kanuu-io/kanuu-laravel
./composer.json has been updated
Running composer update kanuu-io/kanuu-lara…
-
Hello,
Could someone help with how to configure the app to work on laravel forge w/ let's encrypt? The app would host it's own websocket, so it's not a separate subdomain.
-
- Laravel Version: 5.7.16
- PHP Version: 7.2.10-0ubuntu0.18.04.1
- Database Driver & Version:
### Description:
ModelIdentifier object is passed to Listeners instead of real Laravel Model in s…
-
```
npm run dev
> @ dev /home/sergi/Code/prova
> node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_mod…
-
Error 15-10-2020!
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipA…
-
I've installed adminlte-laravel on an existing (not new) laravel project but every time I try to go to the /home page, I get the error "No hint path defined for [adminlte]".
I'm also unable to use …
-
Hola Andrés,
Felicidades, maravilloso paquete. Estoy utilitzando en un proyecto actualmente. Gracias por tu tiempo!
I cannot use you livewire-components inside and if:
```php
@if($show)
…
-
How do I install adminlte version 3 in laravel 5.8 with composer? version 2 I installed it with:
> composer require acacha/admin-lte-template-laravel
and version 3 I try with:
> composer …