Support the ongoing development of Laravel.io →

542 Threads

Response::download says "file does not exist" (but it does)

Hi all - I've got this in my app: $download_path = URL::to( '/attachments/' ) . '/' . $item->atta...

0 Likes
1 Replies
Solved
posted 9 years ago

Reserved words for routes?

I've got the following route: Route::controller('packages', 'PackagesController'); Of course I've d...

0 Likes
1 Replies
Solved
posted 9 years ago

HTML::image() second atrribute [array to string] error

when i do this {{ HTML::image('/pb-assets/img/warning4.png',array('width'=>'120px','height'=>'...

0 Likes
3 Replies
Solved

Check if value is number?

Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...

0 Likes
2 Replies
Solved

Dynamic Pages and Routes

Hey everyone, first post. I'm quite the beginner with laravel so sorry if I'm asking anything basic...

0 Likes
4 Replies
Solved
posted 9 years ago

Email confirmation

Hey, i made an email change page, and made it send an email to the current address with a url, but t...

0 Likes
1 Replies
Solved
posted 9 years ago

Route::resource does not work!

Hi; I get Route [store] not defined. (View: /Applications/XAMPP/xamppfiles/htdocs/lp/app/views/User/...

0 Likes
2 Replies
Solved

Displaying passed variable

Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...

0 Likes
1 Replies
Solved
posted 9 years ago

Problem with controller routing.

I have several controller where I split the routing up among different filters. For example: Route:...

0 Likes
4 Replies
Solved

Handle 403 (and other) errors

So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...

0 Likes
2 Replies
Solved

Redirecting user to another page with messages

Here is the excerpt from Controller code for adding a new user: public function store() { $input =...

0 Likes
1 Replies
Solved

Some mandatory parameters are missing ("products") to generate a URL for route "admin.products.update"

Hi, today i'm doing a web shop wuth Laravel Framework. Accident i got this error : Some mandatory pa...

0 Likes
4 Replies
Solved
posted 9 years ago

hide public/index.php in url mantaining assets accessible

I'm trying to hide public/index.php url, mantaining assets file and folders (in public folder) acces...

0 Likes
6 Replies
Solved

Image from fb in View

Hello everyone, I'm managin the fb images but I don't know why they does't show in the view I access...

0 Likes
2 Replies
Solved

Question about namespace in the Group Routes

I'm trying to see the utility of the following sample code from Laravel Quickstart Route::group(arra...

0 Likes
2 Replies
Solved

Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING

Running on MAMP with PHP 5.4 laravel 4.2. This error occurs on latest version of chrome. The strange...

0 Likes
1 Replies
Solved

Allowing Page Access without Redirection

I need to handle a coinbase callback. I am using Route::any() to then use a specified controller met...

0 Likes
1 Replies
Solved
posted 9 years ago

How to get user attributes from LDAP

Hello everybody, I want to call a class in vendor folder. I use https://github.com/ccovey/ldap-auth...

0 Likes
1 Replies
Solved

Redirect from a function?

Is it possible to create a redirect from within a function? Say I have a BaseController that all con...

0 Likes
5 Replies
Solved
posted 9 years ago

Returning collections from a given user in the Collections controller

I have an app with users and collections. Both are resources and each user can create collections. I...

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

© 2024 Laravel.io - All rights reserved.