Robert Nicjoo

Results 37 issues of Robert Nicjoo

Hi, I have problem with making middleware for this package # here is what I tried so far: **1-** code below in `config/langmanGUI.php` ```php 'route_group_config' => [ 'middleware' => ['role:Admin'],...

Hi, My bot does work on bot chat when we send message to it perfectly, but here is the issue: When I send message in my channel (which my bot...

**Describe the bug** I've set default values to config file based on documentation but they never get updated on my routes. **To Reproduce** - **Expected behavior** Getting my dynamic data...

**Ionic version:** (check one with "x") [ ] **2.x** [ ] **3.x** [ ] **4.x** [x] **5.x** **Ion2-calendar mode:** (check one with "x") [x] components mode [ ] modal mode...

How we can keep `laravel-echo-server start` command running? (something like forever.js) As soon as I close my terminal this command will terminate and connections will be lost. So **how to...

I have ```javascript const TeleBot = require('telebot'); const token = "......................." const bot = new TeleBot(token); ``` And when I run `node index` here is what I get in console/terminal...

### Steps to reproduce When I click on links in sidebar and destination page loads the sidebar requires another click on the page in order to be closed. I want...

Hi, I just installed this package on my app but have no idea how to make it work. 1. I used `php artisan vendor:publish --provider=PragmaRX\\Countries\\ServiceProvider` nothing added to my config...

Hi, this is basic sample ``` $("[name='my-checkbox']").bootstrapSwitch(); ``` and here is my code ``` $('.update').change(function() { var checked = 0; if(this.checked) { checked = 1; } data = {'status' :...

I am trying to get Admob in my app, I get console log success message but no ad showing in my app. This is what I have: `app.module` ``` import...