-
First of all, thank you for this awesome repo!
Previously in Laravel 4 I could get the current user's profile image using:
`{{ asset(Auth::user()->image->url('thumb')) }}`
I have updated Laravel to …
-
See also #377 .
When MapDB [de]serialises objects, it needs to load the classes each object implements.
In a Java app running in a vanilla application container, using Class.forName is sufficient f…
-
In your example in the REAME.md you show how pretty code can look when you can just do something like `$gallery = new Gallery('Trip to India')` and `$photo = new Photo($file)`.
However, I notice in d…
-
I have two tables hotels and facilities connected with third table hotels_facilities. They are connected with belongsToMany relationship. Everything works good, I can add new facilities on the hotel, …
-
Following our conversation with @nibra about the orthogonal system, I have some ideas we need to discuss about the implementation.
The implementation requires us to raise events from the Commands and…
-
Hi!
Wanted to give Cachet a try using Heroku. I can't create a component, looks like at least one component group is needed. So I tried to create one, but can't get the page:
```
2015-01-05T13:43:26…
-
@DavertMik @janhenkgerritsen
``` yml
# Codeception Test Suite Configuration
#
# Suite for functional (integration) tests
# Emulate web requests and make application process them
# Include one of fr…
-
I have ran code using eloquent package
db.py
```
from eloquent import DatabaseManager, Model
config = {
'mysql': {
'driver': 'mysql',
'host': 'localhost:33060',
'databas…
-
Hi ,
Will this support mongodb as the backend ?
-
With a `public/system` folder with 777 permissions, migration file and updated database tables, I have the following code:
App\Models\User
``` php
namespace App\Models;
use Illuminate\Database\Eloq…
arall updated
9 years ago