Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Accessing Laravel auth library from with CI3
Post: RE: Accessing Laravel auth library from with CI3

Anyone else have any experience with this type of thing?
3,754 Views
3 Replies
02-22-2019, 07:54 PM
mrtomtom
    Thread: Accessing Laravel auth library from with CI3
Post: RE: Accessing Laravel auth library from with CI3

albertleao Wrote: (02-20-2019, 08:00 AM) -- 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 loo...
3,754 Views
3 Replies
02-20-2019, 09:08 PM
mrtomtom
    Thread: Accessing Laravel auth library from with CI3
Post: Accessing Laravel auth library from with CI3

Hi there, We need to provide single sign on across two systems, one in Laravel 5 and one in CI3. We need to use the Laravel 5 apps auth library (Spatie Laravel Permission https://www.github.com/spa...
3,754 Views
3 Replies
02-20-2019, 07:16 AM
mrtomtom
    Thread: Don't log 404 errors in error log
Post: RE: Don't log 404 errors in error log

Ah great idea to extend the exceptions. nice and clean. Thanks!
4,622 Views
3 Replies
12-08-2017, 01:13 AM
mrtomtom
    Thread: Don't log 404 errors in error log
Post: RE: Don't log 404 errors in error log

Not sure if my question is not clear or if it's just nobody knows?!
4,622 Views
3 Replies
12-07-2017, 04:48 PM
mrtomtom
    Thread: Don't log 404 errors in error log
Post: Don't log 404 errors in error log

On our live site we get a lot of 404 errors from our site been probed by bots looking for phpMyAdmin/wordpress etc. This is filling up our log files with loads of  "404 Page Not Found: Phpmyadmin2015/...
4,622 Views
3 Replies
12-04-2017, 06:35 PM
mrtomtom
    Thread: CodeIgniter & PhpStorm - Autocomplete plugin?
Post: RE: CodeIgniter & PhpStorm - Autocomplete plugin?

Hey Guys, Ok thanks very much for your suggestions -- looks like some good work arounds, I will give them a go, hopefully now that CI is a bit more active they might add official support. How do...
25,405 Views
4 Replies
05-26-2015, 11:02 AM
mrtomtom
    Thread: CodeIgniter & PhpStorm - Autocomplete plugin?
Post: CodeIgniter & PhpStorm - Autocomplete plugin?

Hi there, Just wondering if anyone knows of a CI plugin for PHPStorm that supports autocomplete etc for CI3? Many thanks, Tom
25,405 Views
4 Replies
05-18-2015, 12:36 PM
mrtomtom
    Thread: Starter for codeigniter 3rc2 with flexiauth
Post: RE: Starter for codeigniter 3rc2 with flexiauth

Hi There, We've got a highly modified version of flexiAuth for a project -- We are keen to upgrade, any chance you can give an outline of what changes were needed to get it running from pre RC CI...
5,811 Views
0 Replies
03-12-2015, 05:26 PM
mrtomtom
    Thread: Help adding CI3 compatibility to Flexi Auth
Post: RE: Help adding CI3 compatibility to Flexi Auth

bclinton Wrote: (11-16-2014, 09:57 PM) -- Are you going to fork this project with your changes, or have you already done so? -- Sorry for the slow response. I actually have a slightly modified vers...
23,305 Views
0 Replies
12-07-2014, 11:27 PM
mrtomtom
    Thread: Minify CSS and JS in CodeIgniter
Post: RE: Minify CSS and JS in CodeIgniter

Minimee is pretty great for ExpressionEngine -- http://johndwells.github.io/Minimee/ Perhaps someone would like to fork and rework for CI?
43,546 Views
0 Replies
11-14-2014, 03:50 PM
mrtomtom
    Thread: Help adding CI3 compatibility to Flexi Auth
Post: RE: Help adding CI3 compatibility to Flexi Auth

Chroma Wrote: (11-14-2014, 08:52 AM) -- That is a normal way to do things. If you use $CI a lot in your Library, then use PHP Code: -- $this->CI->load->library('Flexi_auth_lite’); -- a...
23,305 Views
0 Replies
11-14-2014, 03:44 PM
mrtomtom
    Thread: Help adding CI3 compatibility to Flexi Auth
Post: RE: Help adding CI3 compatibility to Flexi Auth

Ok I found a fix, was how the library was being called, just needed to change load_class('Flexi_auth_lite', 'libraries', FALSE); to $CI =& get_instance(); $CI->load->library('Flexi_auth_lit...
23,305 Views
0 Replies
11-12-2014, 12:07 PM
mrtomtom
    Thread: Help adding CI3 compatibility to Flexi Auth
Post: RE: Help adding CI3 compatibility to Flexi Auth

Sorry -- No I have not solved the problem. I'm at a bit of a loss for the problem, everything else I've upgraded no problem. I am not sure why the error is trying to load ‘CI_Flexi_auth_lite’ when...
23,305 Views
0 Replies
11-11-2014, 08:28 PM
mrtomtom
    Thread: Help adding CI3 compatibility to Flexi Auth
Post: RE: Help adding CI3 compatibility to Flexi Auth

This appears to happen when the the 'Library Flexi_auth' tries to load another library 'Flexi_auth_lite' in order to extend it: load_class('Flexi_auth_lite', 'libraries', FALSE); class Flexi_auth ...
23,305 Views
0 Replies
11-10-2014, 11:22 AM
mrtomtom
    Thread: Help adding CI3 compatibility to Flexi Auth
Post: Help adding CI3 compatibility to Flexi Auth

Hi there, I am trying to update flexi auth so it's compatible with CI3 https://github.com/haseydesign/flexi-auth I've gone through the process of upgrading as per the user guide (http://www.co...
23,305 Views
0 Replies
11-10-2014, 10:27 AM
mrtomtom

Theme © iAndrew 2016 - Forum software by © MyBB