Accessing Laravel auth library from with CI3 |
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.
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
|
Messages In This Thread |
Accessing Laravel auth library from with CI3 - by mrtomtom - 02-20-2019, 07:16 AM
RE: Accessing Laravel auth library from with CI3 - by albertleao - 02-20-2019, 08:00 AM
RE: Accessing Laravel auth library from with CI3 - by mrtomtom - 02-20-2019, 09:08 PM
RE: Accessing Laravel auth library from with CI3 - by mrtomtom - 02-22-2019, 07:54 PM
|