kamleshwebtech

Results 31 comments of kamleshwebtech

I am using Lumen 8.0 version, What is solution of this problem, please share. Thanks.

You can add `--ignore-platform-reqs` to force install it works well for me. `composer require tymon/jwt-auth --ignore-platform-reqs`

This is primary requirement of developer, should be included before launching this package. Without this feature, it is useless.

I used it, and worked for me: import 'package:permission_handler/permission_handler.dart'; ``` Future _initSettings() async { // final String result = await audioModule.checkMicrophonePermissions(); var status = await Permission.microphone.status; if (!status.isGranted) { await...

hard coded initialValue: '1996-05-16 14:07:00' works but if we set it dynamically it does NOT work. Any suggestion, will be highly appreciated. Thanks.

> ```scss > mat-form-field .mat-form-field { > &-underline { > position: relative; > bottom: auto; > } > &-subscript-wrapper { > position: static; > } > } > ``` ![screenshot...

@caravena Just remove '2018_08_31_172300_add_confirmation.php' file from migration folder then run below command again, it will definitely work. $ php artisan migrate --seed I found the same error and fixed it...

@JSNavas how did you access admin panel? it does not work for me while writing below url in browser, it redirects me to landing page of front website. http://127.0.0.1:8000/admin

Now i got solution to get login into admin panel. Thanks.