Results 66 comments of Lito

Check the image path on HTML. Any error on `storage/logs/laravel-XXXX.log` files?

HTTPS vehabiour should be defined at web server config. I have commited this change to allow to define the `ASSETS_URL` base path https://github.com/eusonlito/Password-Manager/commit/0ea63f20472df17b340052d2495220be1e62eac6

Maybe an importer by selecting first the app type?

Payload encryption is managed by `Crypt` Laravel Service using the `APP_KEY` as key: https://github.com/eusonlito/Password-Manager/blob/master/app/Domains/App/Service/Type/TypeAbstract.php#L45

Is ready to merge?

I'm using the package with a require before `vendor/autoload.php` on `public/index.php` and `artisan` command. ```php # public/index.php require __DIR__.'/../vendor/gettext/gettext/src/translator_functions.php'; require __DIR__.'/../vendor/autoload.php'; ``` ```php # artisan require __DIR__.'/vendor/gettext/gettext/src/translator_functions.php'; require __DIR__.'/vendor/autoload.php'; ```...

Is not the best way to do it, but it's almost clear. Laravel `__` is loaded as helper function after check if not exists: https://github.com/laravel/framework/blob/4c9915c666c9cc085f5c749d640bcf0d309a64a5/src/Illuminate/Foundation/helpers.php#L926

I'm with @sangyuxiaowu, the server details must be preserved, but also should be configured as @xpader say. I can send a PR ASAP with this request, keeping the server signature...