I'm using the eloquent authentication driver. After an unsuccessful registration, a user is redirect...
Hello, In our site we set the app locale in a ServiceProvider and it depends of the subdomain, per e...
Hey There, I have a main.blade.php view, and a register.blade.php which extends main, So I'm going t...
So I need to mock some Stripe API calls for a bunch of functional tests. I'm binding the mocks via...
I want to add multiple where clause and multiple field to update in a single query. The code below d...
Hi, I have a table like this: id mobile_number code position_id 1 123123 1...
I am working on social app where user can invest on many projects and each project corresponds to a...
Hi all, I am currently planning a project and I know that i will have 4 possible sub-domains but i a...
hello , i have some troubles when i try to save into a manytomany's relationship basically i don't k...
Hello, I am using the Str::words() method on the news-messages as a teaser. When I add an image to m...
Users table structure: users id, name, username, password, email, created_at, updated_at Categories...
How can I determine in a view composer's code what blade template a given blade template @extends? R...
Hey guys, Im using a Form::model() but i want to add a $_GET value to it. Can someone tell me how to...
I am trying to return an image, however I cannot get the 'Content-type' to set and when I navigate t...
I'm just getting my head round this whole DI thing, but something seems to be happening that I wonde...
Currently, I'm doing this: @foreach($field->options as $option) @if ( 1 != $option->deleted...
Dear All! In an application I have to track data table record changes, so I need to define some even...
is possible form migration file make a CRUD, create controller, model and view. Thanks
Settings file - http://cl.ly/2i22240w3y34 (.jar file just import from main screen or File > Impor...
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