Please tell me something is being done about these spam bots. Site is starting to become useless.
first: remove the user_id in the relations. It's the default key Eloquent will look for for that rel...
If you are using firefox, it's a know "bug/feature" that firefox will remember what you en...
Not much to go on. Are you using the built-in authentication? Sentinel? Did you make your own authen...
You can check if a table exists with if (Schema::hasTable('todos')) { // } When creating a tabl...
That would be a javascript question. I would suggest going here. Just create a route pointing to a c...
The Laravel portal for problem solving, knowledge sharing and community building.