Laravel-Adminer icon indicating copy to clipboard operation
Laravel-Adminer copied to clipboard

Installation Location

Open superjoefly opened this issue 7 years ago • 1 comments

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 :-)

superjoefly avatar Aug 11 '17 06:08 superjoefly

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/

repat avatar Jan 27 '18 02:01 repat