Ahmed Jamal
Ahmed Jamal
I'm using laravel 9 and I get this error
after a fresh install, I get this message ``` WARN Compiled with 1 warnings friendly-errors 18:25:56 WARN in ./node_modules/framework7/modules/router/router-class.js friendly-errors 18:25:56 "export 'default' (imported as 'PathToRegexp') was not found in...
DEMO NOT WORKING
hello , every time i'm try to run this ButtonTemplate ``` public function AskForMoreInfo() { $list = ButtonTemplate::create(__('bot.chose_one')) ->addButton( ElementButton::create(__('bot.anther_search')) ->type('postback') ->payload('search') ) ->addButton( ElementButton::create(__('bot.next_aya')) ->type('postback') ->payload('next_aya') ); $this->ask($list, function...