InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.78k stars 802 forks source link

Class 'InfyOm\CoreTemplates\CoreTemplatesServiceProvider' not found #138

Closed syehbiherbian closed 8 years ago

syehbiherbian commented 8 years ago

this is my file composer.json

"infyomlabs/laravel-generator": "dev-master", "infyomlabs/adminlte-templates": "dev-master", "laravelcollective/html": "5.2.*", "infyomlabs/swagger-generator": "dev-master", "jlapp/swaggervel": "dev-master"

but. when i will php artisan vendor:publish can't run this is my problem Class 'InfyOm\CoreTemplates\CoreTemplatesServiceProvider' not found

mitulgolakiya commented 8 years ago

@syehbiherbian I think you need to remove that class from app.php and include \InfyOm\AdminLTETemplates\AdminLTETemplatesServiceProvider::class.

Check docs it here.

It needs some document update. I will update it.

syehbiherbian commented 8 years ago

thank you bro, success