Support the ongoing development of Laravel.io →
posted 10 years ago

How can I delete duplicate rows from my table, keeping only one copy?

I am currently doing this: if ( $article = Article::where('url', '=', $url)->count() > 1 ) { e...

0 Likes
2 Replies
posted 10 years ago

How to optimize speed for thousands of inserts

Hi I have the following Problem: I have to insert more than 75 000 rows into one myisam table. I'm u...

0 Likes
9 Replies

Input::old() with array of input

The problem I’ve a form with a few input text, and javacsript function that allow to user to add mor...

0 Likes
0 Replies

4.1 - Database Sessions - CSRF issue

I am using Laravel 4.1.30 (employer is stuck on php 5.3). I am new to this so please be kind ;-) Th...

0 Likes
0 Replies
posted 10 years ago

500 internal server error

just for helping . last night i ran into 500 internal server error in laravel on my shared host . wh...

0 Likes
0 Replies
posted 10 years ago

php artisan queue:work Connection refused

On forge I have set up the variables in nginx config but doesnt look like artisan is looking at that...

0 Likes
0 Replies

MySQL default credentials and database

I have setup Laravel and trying to run the artisan migrate command however I am getting the error [P...

0 Likes
3 Replies
Solved

Authentication laravel 4 on beforeFilter('auth') not work

i have some controller that i want to secure this from login page and i add login page and im my con...

0 Likes
2 Replies

Blade throws form error

@section('content') <h1>Neue Vorlesung Erstellen<h1> {{ Form::open(array('url'=&g...

0 Likes
1 Replies

How could I limit account creation from one IP?

On my website one of the main pages is where users must vote. So for avoid cheaters and duplicated a...

0 Likes
1 Replies
posted 10 years ago

Whoops, looks like something went wrong... newbie question

Hello, I'm completely new to Laravel and fairly new to MVC at all. So I've installed laravel and sta...

0 Likes
4 Replies
Solved

Turned debug on in /app/config/app.php, does not help

I came across a "Whoops look like something went wrong" thing then I went to turn debug on...

0 Likes
1 Replies
Solved

Package routing

Hi, I'm working on a cms package but my routes.php can't find my controller... My package is called...

0 Likes
1 Replies
Solved
posted 10 years ago

require view files in subfolder without Blade

Hi, I have the views in the view folder sorted with a subfolder structure to make use of the dot not...

0 Likes
4 Replies
Solved
posted 10 years ago

[installation] what's with all the problems?

I'm pulling my hair out here. 5 hours down the line and I can't get the framework installed. Error...

0 Likes
1 Replies
Solved

artisan serve very slowly serving static content

On win7 64bit xampp when I use php artisan serve static files from public folder are served in 1 sec...

0 Likes
2 Replies

How do i see if Laravel installation is complted succesfully.

I have installed the Laravel framework and i would like to start using it but I am missing something...

0 Likes
10 Replies
posted 10 years ago

do i override "url" option in app.php?

hi there. new to laravel, but loving it! quick question, the "url" option in app.php - do...

0 Likes
0 Replies

Testing in workbench - Class not found

Hello, i need some help on how to run phpunit tests in workbench. Running phpunit i always get a &qu...

0 Likes
1 Replies
Solved
posted 10 years ago

Local environment doesn't work on Wi-Fi

I'm not an expert in networking, so I don't understand how it happened. My bootstrap/start.php file...

0 Likes
2 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.