Mind blowing explanation, i never seen this way of explanation API tutorial in codeigniter, each and every point explained clearly. Thank you so much 🙏🙏🙏🙏
@@fundaofwebit I encountered an error yesterday. Rest_controller if not working add that require APPPATH . 'libraries/RestController.php'; require APPPATH . 'libraries/Format.php'; use chriskacerguis\RestServer\RestController;
Can I actually generate an one time access API KEY? And also a new column in api_keys table name merchant_id so that I can know this one time access API KEY is under this merchant.
RESTController has three different errors: 1. syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' on line 637 2. unidentified type 'chriskacerguis\RestServer\RecursiveIteratorIterator on line 1414 3. Expected type 'null|bool|int|float|string'. Found 'chriskacerguis\RestServer\Number on line 1914 Am I missing something?
Sir please make tutorial on file crud using restapi and please teach how to delete the file from the folder because on many web server unable to delete the file from the server due to permission issues
Why i am getting this error? An uncaught Exception was encountered Type: Error Message: Class 'chriskacerguis\RestServer\Format' not found Filename: C:\DRSGit\application\libraries\RestController.php Line Number: 658 Backtrace: File: C:\DRSGit\application\controllers\backend\crm\ApiDemoController.php Line: 19 Function: response File: C:\DRSGit\application\libraries\RestController.php Line: 593 Function: call_user_func_array File: C:\DRSGit\index.php Line: 335 Function: require_once
Mind blowing explanation, i never seen this way of explanation API tutorial in codeigniter, each and every point explained clearly. Thank you so much 🙏🙏🙏🙏
I am at a hurdle to understanding API key and API auth in codeignitor using postman. After finding your video I relax my mind. You are great. 👍
Very very nice explaination... and perfect understanding
It took me a long time to unravel Jwt.api key is simpler than jwt.it was a very nice video thanks
Thank you. Keep supporting me.
@@fundaofwebit
I encountered an error yesterday. Rest_controller
if not working add that
require APPPATH . 'libraries/RestController.php';
require APPPATH . 'libraries/Format.php';
use chriskacerguis\RestServer\RestController;
Thank you sir.
Superb sir
Thank you.
Keep supporting me.
Really it helps a lot to me tq so much 😍❤❤
i realize I'm kinda off topic but do anyone know a good website to stream new series online?
i am new but when i run this without terminal it shows 404 not found
Facing same error did you find a fix? Please help
sir i can access api even if authenciation is not provided in postman. i have setup everything that is required
Can I actually generate an one time access API KEY? And also a new column in api_keys table name merchant_id so that I can know this one time access API KEY is under this merchant.
thank you for this, sir!
RESTController has three different errors:
1. syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' on line 637
2. unidentified type 'chriskacerguis\RestServer\RecursiveIteratorIterator on line 1414
3. Expected type 'null|bool|int|float|string'. Found 'chriskacerguis\RestServer\Number on line 1914
Am I missing something?
Sir please make tutorial on file crud using restapi and please teach how to delete the file from the folder because on many web server unable to delete the file from the server due to permission issues
How to access the json format data in browser. Block the auth how to allow the access in browser
Why i am getting this error?
An uncaught Exception was encountered
Type: Error
Message: Class 'chriskacerguis\RestServer\Format' not found
Filename: C:\DRSGit\application\libraries\RestController.php
Line Number: 658
Backtrace:
File: C:\DRSGit\application\controllers\backend\crm\ApiDemoController.php
Line: 19
Function: response
File: C:\DRSGit\application\libraries\RestController.php
Line: 593
Function: call_user_func_array
File: C:\DRSGit\index.php
Line: 335
Function: require_once
Paste this above your
How to upload codeigniter website and api into live
Thanks
ty
Security login auth how to use front end access bz not allow the api for front end
Im entering right api key but it show it is invalid
Plz help
And right key show with message or wrong key not show in message
Hello sir how can i use this with Codeigniter v4 ?
all set but didnt get
basic auth not working
this error
A PHP Error was encountered
Severity: Warning
Message: mysqli::real_connect(): (HY000/1045): Access denied for user 'abicbuy_kaizen'@'localhost' (using password: YES)
Filename: mysqli/mysqli_driver.php
Line Number: 203
Backtrace:
File: /home/abricbuyer/public_html/k_panel/admin_panel/application/libraries/RestController.php
Line: 385
Function: database
File: /home/abricbuyer/public_html/k_panel/admin_panel/index.php
Line: 315
Function: require_once