Support the ongoing development of Laravel.io →

Starting a new project with multiple types of users.

This is the first project of such magnitude that I've done, so it's a little daunting. There are thr...

0 Likes
0 Replies
posted 10 years ago

How can I get Xdebug working in PHPStorm with Laravel?

I'm following the Laracast for PHPStorm and setting up xdebug. When I run xdebug on a controller in...

0 Likes
0 Replies

Session persistence with database driver

Locally, I use the file driver to store my sessions and it works fine. On production however, the st...

0 Likes
12 Replies
Solved

Create migration with and without prefix

I need to create a database that has ALMOST all tables with a prefix, but some tables can't have it...

0 Likes
2 Replies

[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

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.