-
`Fatal error: Class 'User' not found in E:\xampp\htdocs\fresh\system\core\Loader.php on line 294`
**Code caused this error**
Model : application/models/orm/user.php
`
-
Currently the permissions are based on 2 user roles: normal users and admin users. The admin users are able to access everything in the dashboard.
We need a role system to be able to specify granula…
-
We need to stop storing the annotations in ElasticSearch to make use of the Eloquent ORM. We'll also need to account for storing comments on annotations ( which are currently just stored in the annot…
-
I'd really like to work on the Eloquent provider but as mentioned in other issues there is no common interface to guide me or give any explanation whatsoever as to where I'm supposed to start.
I see …
-
Any plan to have database and eloquent-orm as 2 separate packages?
kind regards.
-
It would be awesome if you were able to just pass model objects instead of arrays when generating routes. That would allow for complete flexibility when generating routes, without having to worry abou…
-
I am trying to use the package with my CodeIgniter project by following the instructions given in readme file.
I have created a class to initialize the connection & other settings. The contents of th…
-
Events not fired when relation of model was loaded.
Steps to reproduce:
1. Create Test and Test2 eloquent model
2. Add a relation (for example hasMany)
3.
```
$test = Test::findOrFail(1);
//load re…
-
Add support for multicolumn primary key for Eloquent ORM.
-
I ran into this today when developing my JSON API. I was getting some unexpected behavior and when I looked closer at the data returned I noticed that both Int and Boolean return string representation…