Support the ongoing development of Laravel.io →

[Package] Honeypot spam prevention

"Honeypot" method of spam prevention is a simple and effective way to defer some of the sp...

0 Likes
2 Replies

Preventing Bots from Registering

So, I'm wondering what the standard practice is for preventing bots from registering accounts, or us...

0 Likes
3 Replies
posted 10 years ago

Laravel spam protection

Laravel 5 has nice csrf, xss, sql inject protection. What about spam bot protection, which tool usua...

0 Likes
4 Replies

Laravel 5, nested model with parent-child relationship

Hello everyone, I face the current problem: I'd like to query A parent article with all it's childre...

0 Likes
1 Replies

IDs in Laravel Eloquent

Hi folks! I have column "category" in "posts" table, each post can have multiple...

0 Likes
1 Replies
Solved

L5 - Registration - Where are those registration request rules at?

Think I've got a pretty good handle on setting up my own validation and requests, but trying to find...

0 Likes
5 Replies
Solved

Wiki Page Install

Hi, If i wanted to say install MediaWiki what would be the best way to do the routes, i've tried var...

0 Likes
0 Replies
posted 11 years ago

How do I catch PDOException?

Hi all, I asked this question on #laravel but after receiving a "Look at the docs" respons...

0 Likes
7 Replies
posted 10 years ago

Artisan::call('vendor:publish') inside a package Service Provider boot method - Circular Reference

I'm currently going crazy trying ease our package development, I have managed to successfully bootst...

0 Likes
3 Replies
Solved
posted 11 years ago

I need help with cookies!

Anyone have experinece with cookies? So i have some Boostartp Modal showing newsletter form, and i w...

0 Likes
5 Replies

Testing not working on fresh Laravel 5 install

Hi there, I have created a fresh new laravel 5 install and done nothing more than run phpunit from t...

0 Likes
0 Replies
posted 10 years ago

can't seed db in laravel 5

I am following this tutorial to try understand how laravel works and stuff. https://www.youtube.com/...

0 Likes
2 Replies

Postman Not sending form-data

I'm testing my routes via POSTMAN I've disabled verifyCSRFtoken middleware from kernel.php However...

0 Likes
0 Replies
posted 10 years ago

How do I set & get cookie for current request?

I want to track simple affiliate id. Let's say someone refer to the domain.com/blog/entry?ref=100 //...

0 Likes
1 Replies

Which is the correct way?

Hello, I have a problem I want to discuss here. At first I thought an answer given in chat might be...

0 Likes
1 Replies
posted 10 years ago

Oracle Join replacing Column with ? breaking whole statement

DB::connection('oracle') ->table('rejectevent') ->select('rejectevent.event_source as Event_So...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel 5 without form helpers

Just curious. Now that form helpers are not native in L5, what are people using? Are most develope...

0 Likes
1 Replies

Class 'Abodeo\LaravelStripe\LaravelStripeServiceProvider' not found

Laravel 4 app. I am trying to implement the following package on my live environment: https://githu...

0 Likes
1 Replies

[PDOException] SQLSTATE[HY000] [2002] Connection refused - How to debug?

I've set up a brand new L5 installation, and am trying to get it to talk to my existing tables. When...

0 Likes
2 Replies

Using multiple views (cache 'wrapper')

I have a primary 'wrapper' view app.blade.php, and this wrapper has certain functions it needs to ru...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.