Sikandar Hayat

Results 6 comments of Sikandar Hayat

I registered my user manually, but unable to use ion auth on front end site. It does not check logged in user. Any suggestions?

How can I load ion auth for front end site. Trying to check if user is logged in or not, but ion auth does not works for front end site....

What changes you made in Admin_controller.php? I am not familiar with CI_Bootstrap_3. I know how CI_Controller works. I am facing issue inserting data into table when my controller extends from...

@sbmw why does it need babel-runtime? Anyways, worked for me too

`Local()` stooped working and also runLocally() throws this error `Call to undefined method Deployer\Task\Task::runLocally()` An example will be very helpful. ``` task('some_task', function () { })->local()->once(); ```