Skip to content

Laravel Passport callback route returns null

I am learning Laravel Passport and developing an OAuth2 server. After creating a client I made the following call to get the authorization code The call works as expected and I got the authorization code, however when redirecting to the callback route which is defined like so It didn’t work, the respons…

Creating a Cron job for URL

I have a have a website that automatically pulls feeds and the operations works fine if I input a URL on my browser but I cannot open the URL on my browser every time. So I created a cron job on my …

Register Form PHP not inserting values into DB, just reloading the page

I really can not find what am I doing wrong in my registration form, unfortunately the page is just reloading instead of inserting values from form to my DB table. Register.php Connection.php Register Form Answer Please make sure the following line has no problem when it is interpreted by the PHP: On the othe…