luthier-ci
luthier-ci copied to clipboard
Improved routing, middleware support, authentication tools and more for CodeIgniter 3 framework
fix typo for issue #41
it is possible to change your helper function in path src/Functions.php and add in all your function if( ! function_exists('name_of_your_function'))
Hi, The guys of CodeIgniter has released the [4.0 version](https://forum.codeigniter.com/thread-75581.html) a few days ago. Because Luthier CI shares the same support life-cycle of their CodeIgniter counterpart version, Luthier CI (`1.x`)...
Hi guys I need to have the default behavior of `CodeIgniter` which is load resource if not even defined in routes. I already know one of the rules of using...
Dear Sir, Do you have any planning to support protect routes on luthier-ci? cause it's features is very useful. Please consider it. [visualappeal/laravel-rbac](https://packagist.org/packages/visualappeal/laravel-rbac)
At [RouteBuilder.php:154]( https://github.com/ingeniasoftware/luthier-ci/blob/master/src/RouteBuilder.php#L154) ```php if(isset($attributes['middleware'])) { if(is_string($attributes['middleware'])) { $attributes['middleware'] = [ $attributes['middleware'] ]; } else { if(!is_array($attributes['middleware'])) { show_error('Route group middleware must be an array o a string'); } }...
Dear Sir, Once I installed the Luthier-CI, all the tests of the TDD UnitTest start giving the following error: ``` 1) Welcome_test::test_index Exception: Serialization of 'Closure' is not allowed ```...
Hello, I think if you can add an Event module to this package, will really make this package complete. Please consider it.
do you have any planning to support ziggy on luthier-ci? 'cause it's very interesting to get routers by function('route_name') on javascript.