when i do this {{ HTML::image('/pb-assets/img/warning4.png',array('width'=>'120px','height'=>'...
Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...
Hey everyone, first post. I'm quite the beginner with laravel so sorry if I'm asking anything basic...
Hey, i made an email change page, and made it send an email to the current address with a url, but t...
Hi; I get Route [store] not defined. (View: /Applications/XAMPP/xamppfiles/htdocs/lp/app/views/User/...
Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...
I have several controller where I split the routing up among different filters. For example: Route:...
So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...
Here is the excerpt from Controller code for adding a new user: public function store() { $input =...
Hi, today i'm doing a web shop wuth Laravel Framework. Accident i got this error : Some mandatory pa...
I'm trying to hide public/index.php url, mantaining assets file and folders (in public folder) acces...
Hello everyone, I'm managin the fb images but I don't know why they does't show in the view I access...
I'm trying to see the utility of the following sample code from Laravel Quickstart Route::group(arra...
Running on MAMP with PHP 5.4 laravel 4.2. This error occurs on latest version of chrome. The strange...
I need to handle a coinbase callback. I am using Route::any() to then use a specified controller met...
Hello everybody, I want to call a class in vendor folder. I use https://github.com/ccovey/ldap-auth...
Is it possible to create a redirect from within a function? Say I have a BaseController that all con...
I have an app with users and collections. Both are resources and each user can create collections. I...
Hello everybody! My question is, where to find any documentation about the "beforeFiler()"...
Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.