Support the ongoing development of Laravel.io →

2,389 Threads

problems with mail send

I have problems with mail send in L5.1 Page with the form showing using GET method, but when I fill...

0 Likes
6 Replies
Solved
posted 9 years ago

Laravel 5 response::json not working ?

I have custom repository pattern file and my ajax working on controller but not working pattern file...

0 Likes
2 Replies

Conditional route middleware and namespace mapping?

Is this possible something like this: if(Auth::user()->isCompany()){ $middleware = "auth...

0 Likes
2 Replies
posted 9 years ago

using setParameter in route filter creates problems with optional controller parameters?

assume a set of routes with a pre-filter using something like: Route::group(['before' => 'subdoma...

0 Likes
0 Replies

Pagination issue

I just move a new Laravel site into staging today. The staging environment is going to be the same...

0 Likes
1 Replies

File Uploads within form - obtaining file name when validation fails

I am new to Laravel. I have created a form where there is the ability to multiple upload files. The...

0 Likes
0 Replies

Form Request Forbidden Error

When I Updating a data it always displays Forbidden. i dont no how to solve it. here is my code bloc...

0 Likes
4 Replies
Solved
posted 9 years ago

Passing Variables in a URL to a Laravel Route

Hi all, I want to receive a GET request like that: people.php?name=Joe&age=24 For that, I have...

0 Likes
1 Replies

Revove data after find

I am building a back-end API with Laravel and need some help with a problem. Example I grab all my P...

0 Likes
3 Replies
posted 9 years ago

Manual pagination problem

I need to make some kind of picture gallery with pagination. I have pagination with 20 items per pag...

0 Likes
1 Replies
Solved

Extract from array

I am currently converting a Cake app to laravel but ran into a problem and can't seem to find a solu...

0 Likes
0 Replies

show method doesn't work

This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...

0 Likes
3 Replies
Solved
posted 9 years ago

How to use laravel cookie's

Hi all can any one tell me how to use laravel cookies, exactly for make() a cookie, then store a coo...

0 Likes
0 Replies
posted 9 years ago

Laravel cookie issues

Hi buddies, i have an issues with redirect to product-details page for cookie values, here is my FUL...

0 Likes
0 Replies

laravel assets root...

Hi Experts... Where to put javascript, images and css files that can be accessed any where in the vi...

0 Likes
0 Replies

Error on installation : Catchable fatal error.. must be an instance of Illuminate\Http\Request, string given. How do solve this issue?

Hi, I am havign this error while installing laravel on live. I cloned from GIT. Catchable fatal erro...

0 Likes
1 Replies

Issue with auth in L5.1

I created a request php artisan make:request ContactFormRequest and then changed authorize() method...

0 Likes
3 Replies
Solved

Lumen Resource Routing

Hi, I'm trying to make resource routing as laravel do but seems in lumen does not have any option fo...

0 Likes
8 Replies
posted 9 years ago

404 page with conditions

Hi all i have implemented the 404 page, but the issue is i need to check the condition if the reques...

0 Likes
0 Replies

unique validation on update not working

I am a newbie to Laravel and I keep banging my head against this issue. I have a student model that...

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

© 2024 Laravel.io - All rights reserved.