miroc / Laravel-Adminer

Adminer wrapper for Laravel 5
58 stars 24 forks source link

Installation Location #14

Open superjoefly opened 7 years ago

superjoefly commented 7 years ago

I'm unsure about where to install this. Do we install it into each individual project folder, or can we install it into a folder that holds multiple projects? I would like to be able to use it in multiple projects if possible.

Also, I seem to have two different VerifyCsrfToken.php files... One has the namespace of Illuminate\Foundation\Http\Middleware; The other has the namespace of App\Http\Middleware; Do I edit both of these files? I can open a separate issue for the second question if you'd like.

Thanks for your help :-)

repat commented 6 years ago

Do we install it into each individual project folder, or can we install it into a folder that holds multiple projects?

Each project has it's own composer.json where this line would go in:

"miroc/laravel-adminer": "^4.3"

Do I edit both of these files?

No, just the one in App/