Hello everyone. I'm trying to install zizaco/entrust but are facing a problem in migrations, I think...
In many blade subtemplates section "example" doesn't exitst. How to check in master blade...
Hi I'm trying to integrate facebook into a back end, enable the user to post to the companies facebo...
I have 3 tables: users, blogs, blogcomments. on the main blog page, i want to get the blog's title,...
Hi guys, I am using laravel forge and it's awesome. However i ran into one problem. I created a serv...
I have User and Post model. And my question is where to put method's like getAllMyCommentedPosts() o...
Hi, I'm completely new to Laravel, working with it for maybe two or three days on a small/medium pro...
Hi everyone, I ran into an issue with subdomain routing configuration. Here is what I am trying to a...
Hi, It's my first post and, in fact, isn't properly a question, but a request for suggestions becaus...
here's my code in my view <p><?php echo $remaining_seats[$event->id]; ?>{{ $remaining...
I want to do something similar to this: <div class="{{ $errors->first('identifier') or 'h...
How do you handle user images and profile pic? I have a table oft user images each row is an image a...
Hey guys, I've got a form that gets used to perform an inspection. 1 Inspection is completed each mo...
Hi, Since moving an existing project from AWS to a new Forge spawned DigitalOcean server, it doesn't...
I am trying to call Eloquent's save() method on an existing record but getting an error from Illumin...
Hi, First of all - I might try to do something that isn't considered good practice. If so - please t...
Hi, I'm new here. Trying to create a package with controllers in it. My package is created, route is...
$locations = Locations::find(1); // null $locations = Locations::all(); // [] $locations = Locations...
I have a form that allows an admin to update a user. In this form, I have a multi-select for roles....
Ok the problem i have is the following one: (apoligize in advance for bad english xD) Im creating a...
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