mdbootstrap / adminlte-laravel

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
MIT License
1.81k stars 508 forks source link

Install overwrites other providers and aliases in config/app.php #67

Closed johncarlson21 closed 8 years ago

johncarlson21 commented 8 years ago

I installed Entrust package got that working then installed Adminlte and it removed my Entrust service provider and alias entries and added the new Adminlte ones

very inconvenient

acacha commented 8 years ago

Hi @johncarlson21,

Acacha/adminlte-laravel is a scaffolding projecte meaning it has been created to be executed in fresh laravel projects. A lot of Laravel projects use stubs and stubs could overwrite some files maybe I will document this on the readme.

Anyway are you using adminlte-laravel with acacha/llum? This package does not use stubs so tour existing service providers will be untouched... Can you give me more info to debug the problem?