Hi im trying to create a master.blade.php from a template. But when I tried to extend it to another...
Hi, I need to build a website use Laravel 4, there are some static pages, such as "about us&quo...
Hello, I have 2 questions about this bundle. Is there a tutorial how to use this bundle. Can the...
Hey guys, I want all forms in my laravel application to have 'autocomplete' => 'off' by default,...
Hello, I am very new to laravel and this error has held me back for the past three hours ErrorExcept...
Hello guys, I know two basic methods of putting views to layouts with Laravel. The first one is to e...
Trying to get my head around the logic for the following. I have 3 images and two static functions....
I've noticed that since upgrading to 4.2, the error screen has changed. And now the errors aren't sh...
I have a password reset form and method setup as below, however when the form is submitted it just g...
Hello, I have this link <li><a href="{{URL::route('abbonementen.create', null) }}"...
$rawq= 'SELECT COUNT(*) from `'.DB::getTablePrefix().'table`... blah-blah'; $result = DB::select(DB:...
I'm trying to return a rendered View using Response::json but I'm getting this error: The Response c...
I created a couple of links and I would like to make it dynamic. For example if I click on menu then...
Hello, I try to make a html macro which makes a specific url with a icon. So I did : HTML::macro(men...
Hello, I have this project : https://bitbucket.org/roelofwobben/finance/src but when I do php artisa...
I have a simple form which allows the User to enter from_date and to_date.Lets say a user enters 201...
I'm using DigitalOcean with Laravel Forge and I have some problems with view. On my local machine ev...
Hello I am trying to link but it s failed with Laravel MVC. What I put <li><a href=" regis...
I have this set up for my error handling. Log::listen(function($level, $error, $context) { Mail:...
I tried using all the Laravel related minify packages and they all suffer from the same problems, es...
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