dwijitsolutions/laraadmin

Add provider to composer

Opened this issue · 0 comments

Hey,
You can add this to your composer.json to avoid adding the provider in config/app.php

"extra": {
        "laravel": {
            "providers": [
                "Dwij\\Laraadmin\\LAProvider"
            ]
        }
}

Thanks