-
at first controller, which it is for login can access ion auth and worked for login. but after i go to another controller, it said the class was not found. why?
![image](https://cloud.githubuserconte…
ghost updated
7 years ago
-
Olá meus amigos tudo bem?
Peço a ajuda de vocês novamente em um assunto que acredito que seja algo muito simples, porém estou tendo dificuldades...
Vamos lá...
Criei um novo projeto do laravel…
-
Hi,
Just installed this via composer then ran the install.php file.
I get the following error
Fatal error: Class 'Twig_Loader_Filesystem' not found in /var/www/html/procurement/application/librarie…
-
hi everyone,i downloaded HMVC phalcon from github and i ran it but i get this error after i ran composer install --no-dev command,i ran successfully phalcon framework with no HMVC but i want to try HM…
-
While conceptually I applaud Calypso as a huge advance for WordPress, as far as underlying technological choices, one big reason I chose [Mithril](https://lhorie.github.io/mithril/mithril.html) over R…
-
I don't know if it was discussed before, but I miss a hook override to create the main controller class ```$CI = new $class();``` and then override the method request ```call_user_func_array(array(&$C…
-
This code
```
$router->add(
'/api/folder-list',
[
'controller' => 'Api\Folder',
'action' => 'list'
]
)
->setName( 'api-folder-list' );
```
works fine, but this
```
$…
-
hi
how would you go for adding routes / module ?
in my situation every module can have multiple controllers and not always the controller name can be the route
thanks in advance for your response
-
I was wondering if you guys would be open to supporting an HMVC setup with trails? It's something that I've found has improved my development massively, and currently I'm doing it with my front-end co…
-
Please do so, that you can create subfolders in the folder 'controllers'. Example: api / controllers / tools / mails, api / controllers / tools / configs, api / controllers / tools / drivers. Where 'm…