Hello, I have this form : {{ Form::open(['route' => 'abbonementen.store']) }} {{ F...
Hello, I am very new to laravel and this error has held me back for the past three hours ErrorExcept...
i'm biginner in laravel ,i tried to connected to controller with router: Route::get('/', array('as'...
When i clone repository and write composer update in cmd , i get : {"error":{"type&qu...
Hi, If I have something like this: $user = User::with('phones')->find(1); It gives me the user's...
Hiii, I used upload file function but , I have error Call to a member function move() on a non-obje...
I'm trying to add homestead box to Ubuntu 14.04 32bit - is this possible? I've successfully installe...
Hi, I was working with some Entities that may contain some other dependent Entities or Value Objects...
Hi All, I'm trying to test the index action of following controller: use Gnikoob\Controllers\BaseCon...
Hi, I have a base class which define a bunch of functions I will use for inherited classes. I have t...
Parent, Child and Tag are three models. Parent (id, other fileds ....) Child (id, parent_id, tag_id...
I started out with an ajax form in my blade template which opened like this: {{ Form::open(['data-re...
Can I do both static on dynamic blade? {{ HTML::script('js/fullscreensearch.js'); }} {{ HTML::script...
Hi everyone, I have a question regarding Sentry and using it's authentication functionality on a non...
Hi I want to search for like which is made by a given user on a given post. I have one Post model as...
Hey guys, When i use my model for Year, i can get all articles that are connected with the year tabl...
Hi dear all.. actually i am trying to validate a sign up form in my website and one of the inputs is...
What is the diference between find($id) and whereId($id)?
I'm looking for a Laravel freelancer who is willing to work on a project which includes building a b...
Hello, I have a form where the user has to enter a amount which has to be payed. So I thought I use...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community