I've created a custom validator using the "extending the Validator Class" method like desc...
I’m looking for best practices regarding file upload locations. I know I can use the public folder b...
When parsing the errors in the following way it works as expected. @foreach($errors->all() as $er...
Hello, Im a beginner in Laverel and I wonder if there are somewhere books where a package is made f...
Hello all, I'm creating an app in which you can download some mp3 files. The mp3 files do not reside...
Hello, I've developed a Laravel 4.1 application to take online orders, with the input spread over 3...
I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...
Hi there, I'm not new to frameworks and ORMs, but I am new to Laravel and Eloquent. I've just starte...
Hey, I'm new to laravel and still learning a lot every day :) But I have already my project in mind...
http://laravel.com/api/source-class-Illuminate.Support.Collection.html#272-280 272: /** 273:...
I installed laravel on a linux VPS machine and started artisan. Now I try to browse it on port 8000,...
Hello, I have trouble creating my tables with the migrate tool. I'd like a table for countries with...
Hi I created a tool (vbs script) that handles subl: links on Windows allowing you to open subl: link...
Is there a way to force laravel to redirect '/index.php' to '/'? I tried something simple like putti...
I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...
anyone aware why this would happen? in production it adds pagination class, that's it. in my local i...
I've two questions, Why the classmap directories defined in composer are also defined in global.php...
I need to make GET/POST requests to php API in subfolder (public/forum/api.php), e.g. not url from r...
Hello, I would like to know, how i can upload a image from a <input type="file">. But the uplo...
Hello, how can i make category tree's like: Category 1 category 1.1 category 1.1.1 Categor...
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.
The community