Welcome Guest, Not a member yet? Register   Sign In
Accessing Laravel auth library from with CI3
#3

(02-20-2019, 08:00 AM)albertleao Wrote: I've slowly been migrating off of CI to Symfony and Laravel.

Fortunately, with most symfony and laravel components, it's quite easy. I'd also take a look at this git repo https://github.com/mattstauffer/Torch.

For most symfony based components, simply importing the namespace gives you access to all the functionality.

For Laravel Auth, I'd at least try importing the eloquent models so you can create your User model, and start from there.

Ok thanks for the tip off about Torch, it looks like a great starting point. When you say create the User model, I'm not sure what you mean, We're after being able to call the auth functions in Laravel from out codeigniter and then make decisions from the response. Is this what you're suggesting, or are you saying something else?

Sorry for my confusion.
Reply


Messages In This Thread
RE: Accessing Laravel auth library from with CI3 - by mrtomtom - 02-20-2019, 09:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB