Laravel-Adminer
Laravel-Adminer copied to clipboard
Installation Location
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 :-)
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/