Igor
Igor
Hello! I am using PHPStorm IDE and installed your library. Now it shows error on the blade page, the doctype is underlined by red: ``` @use(App\Models\Menu) ... ``` Also, when...
Hi! I am sending data from Controller to View via GET|POST settings in router. Well, here is my Router: ``` $admin = new AdminController(); Flight::route('GET|POST /admin/articles', [$admin, 'articles']); Flight::route('GET /admin/articles/@id',...
As i know, the id column should be INTEGER, in your case there is no id column, there is an ip column, so why don't you change in the following...