Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
Sounds good. You have permission to do that. Okay, now seriously: What's the problem?
You have user_id in your photos() relation. That should probably be album_id and that's why it's 0...
Project::create(['photo'=>"images/client/{$name}"]).$request->all(); What is this s...
How are you handling the CSRF protection? Do you have the csrf_field() included in the form?
The Laravel portal for problem solving, knowledge sharing and community building.