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

CSRF token regenerates after multiple failed image requests

@for ($i = 0; $i < 40; $i++) <img src="uploads/{{ $i }}"> @endfor Can any...

0 Likes
0 Replies
posted 9 years ago

Homestead cmder issue

Hi, i have a problem with "homestead ssh" in Cmder. Well actually it's working but there...

0 Likes
2 Replies

DIsplay row if date column = todays date

I have a table of 'tips' which have many columns one of which is a date column.... The tips that are...

0 Likes
1 Replies

Migration problem: 'php artisan migrate' does not do anything for new migrations

I can successfully run and roll back the two default migrations (users and password resets) but it d...

0 Likes
3 Replies
Solved

How to Submit Forms with array fields [ Laravel 5 ]

Good day guys, base in my view function (create.blade.php). I displayed a table from my database and...

0 Likes
2 Replies

Routes error in Laravel 4 NotFoundHttpException Controller method not found.

I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...

0 Likes
2 Replies
Solved

Retrieving all data from connected foreign table columns

Hey, I have one table which is connected with others with foreign keys. Order table: order_id custom...

0 Likes
0 Replies

After changeing app:name >> Class 'App\Providers\AppServiceProvider' not found

I have changed app name by artisan using 'artisan app:name Selector'. Then, when I try to perform ot...

0 Likes
1 Replies
Solved

Laravel Forge - How to force www

How can I force websites to use the www-prefix instead of the non-www. I am using forge.laravel.com,...

0 Likes
2 Replies
Solved
posted 9 years ago

Override Convention On Relationship Mapping

I am looking at moving a project off of CI 2, and would really like to use ORM. The problem I have i...

0 Likes
1 Replies
posted 9 years ago

Separated modules with controllers and views

Hi, I'm not finding any package for Laravel that does what Cells does for Ruby on Rails. Cells are l...

0 Likes
1 Replies

gulp-notify: [Error in notifier] Error in plugin 'gulp-notify' not found: notify-send

When i run gulp on my server i get this error [06:17:51] Finished 'default' after 1.04 s [06:17:57]...

0 Likes
2 Replies

Sorting by an Accessor?

I'm trying to sort on the value of an accessor, but I'm not entirely sure where to put it. The attac...

0 Likes
0 Replies

Laravel 5.1 front-end preferences

Just started looking at Laravel 5.1, bit surprised to find bootstrap-sass in the list of dependencie...

0 Likes
2 Replies

composer install

#Hi. #I have wamp server with two php versions on it. #Active - 5.4.12 and not active 5.3.13. #When...

0 Likes
1 Replies

abort() and How can I answer with JSON

Hi, Sorry for my english first, I'm not used to write in english. I explain my problem. I used on La...

0 Likes
8 Replies

Removing the 'public' from laravel URL display

Hello, I am using L5 for my application. I am using the default Login and Register functionalities p...

0 Likes
1 Replies
posted 9 years ago

Custom Pagination

Hi all, How the possibilities to do the Custom Pagination for Laravel

0 Likes
4 Replies

Root page not working when redirecting

I am using the below code to redirect to the root page. return Redirect::to('/'); I have defined t...

0 Likes
9 Replies
posted 9 years ago

no auth views in default installation?

Hey, I don't seem to be able to find resources/views/auth in my fresh install. However that director...

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.