-
I have problem with add field in controller
When I try add fields
```
$form = \FormBuilder::plain(
['method'=>'post','url'=>url(\Config::get('app.locale').'/backend/translates/save-trans…
-
Hi,
I was wondering is that i can save a new model with its relations to the database using Eloquent? For example:
I have class User and related class UserPhones and when i creating a new user can I…
-
Hi jenssegers .
I have a issues convert from mysql to mongo db.
In mysql i have query LeftJoin but laravel-mongodb i don't see query same leftjoin .??
mysql query \DB::table('landingpages')->leftj…
-
-
Has anyone done anything nice with this package and Paginator::make?
Just coming to paginate results now and wondered if there was a nice way of doing it.
-
As I understand it, Presenters are a way to present an object in a simple way, right? Which is pretty cool because if (in Laravel for example) just do `$app = app()` the shell always displays the obje…
-
It allows gets the same user regardless of which user I login as. I don't know if this is an issue specifically with the Laravel sample PHP backend code, which my backend is based on. Can anyone give …
sakoh updated
9 years ago
-
Hi,
Sorry for asking you here, but in order to get better understanding I want to ask you the next.
In the documentation it's stated that as soon as we use the validationTrait, we can start doing th…
-
Allow per class customisation. Maybe we need ways to custom delete individual classes, or custom persist them, rather than having a global setting. This maybe useful if people are using more than one …
-
Hi,
I downloaded the example files for client and php (laravel framework) for the server side.
Everything has been great for the login part but when I tried to sign out and sign in with different ac…