Phạm Trí Trung
Phạm Trí Trung
At the moment, we change message render method to make To All feature work, but that has a issue that dont effect with message rendered before. To fix that issue...
i have done with installing this library, other method work correctly but the filter dont work. ``` Route::filter('logged_in', function(){ if(TRUE) { show_404(); } }); Route::get('admin/article/new', 'admin/ArticleController/create_new', array('before' => 'logged_in')); ```...
## 1. Task Link ## 2. What you did ## 3. Screen Shots ## 4. Checklists - [ ] Did you read task requirement? - [ ] Did you confirm...