Support the ongoing development of Laravel.io →

2,053 Threads

posted 9 years ago

Page controller in Laravel 4

Hi, I need to build a website use Laravel 4, there are some static pages, such as "about us&quo...

0 Likes
3 Replies
posted 9 years ago

Chumper datatables questions

Hello, I have 2 questions about this bundle. Is there a tutorial how to use this bundle. Can the...

0 Likes
0 Replies

Setting a global option for all forms in an application

Hey guys, I want all forms in my laravel application to have 'autocomplete' => 'off' by default,...

0 Likes
0 Replies

ErrorException (E_UNKNOWN) Undefined variable: products (View: ........

Hello, I am very new to laravel and this error has held me back for the past three hours ErrorExcept...

0 Likes
2 Replies

Pass view to layout

Hello guys, I know two basic methods of putting views to layouts with Laravel. The first one is to e...

0 Likes
2 Replies

Two functions in one

Trying to get my head around the logic for the following. I have 3 images and two static functions....

0 Likes
1 Replies
posted 9 years ago

"Trying to get property of non-object" not specific

I've noticed that since upgrading to 4.2, the error screen has changed. And now the errors aren't sh...

0 Likes
2 Replies
Solved

Insert password creates blank page

I have a password reset form and method setup as below, however when the form is submitted it just g...

0 Likes
0 Replies
posted 9 years ago

view not find but it's there

Hello, I have this link <li><a href="{{URL::route('abbonementen.create', null) }}"...

0 Likes
5 Replies
Solved

How to paginate Raw query?

$rawq= 'SELECT COUNT(*) from `'.DB::getTablePrefix().'table`... blah-blah'; $result = DB::select(DB:...

0 Likes
0 Replies
posted 9 years ago

The Response content must be a string or object implementing __toString(), \“boolean\” given."

I'm trying to return a rendered View using Response::json but I'm getting this error: The Response c...

0 Likes
0 Replies

How to make a dynamic active link

I created a couple of links and I would like to make it dynamic. For example if I click on menu then...

0 Likes
2 Replies
posted 10 years ago

html macro problem

Hello, I try to make a html macro which makes a specific url with a icon. So I did : HTML::macro(men...

0 Likes
6 Replies
posted 10 years ago

why do my content not being displayed?

Hello, I have this project : https://bitbucket.org/roelofwobben/finance/src but when I do php artisa...

0 Likes
4 Replies
Solved

Submitting a Form to a custom URL

I have a simple form which allows the User to enter from_date and to_date.Lets say a user enters 201...

0 Likes
1 Replies
posted 9 years ago

View is not rendered correctly on public server

I'm using DigitalOcean with Laravel Forge and I have some problems with view. On my local machine ev...

0 Likes
0 Replies

need help URL relative with blade.php

Hello I am trying to link but it s failed with Laravel MVC. What I put <li><a href=" regis...

0 Likes
2 Replies
Solved

Logging handler displays email view instead of emailing

I have this set up for my error handling. Log::listen(function($level, $error, $context) { Mail:...

0 Likes
0 Replies

Minify views using a whitelist

I tried using all the Laravel related minify packages and they all suffer from the same problems, es...

0 Likes
2 Replies
Solved

Getting a field name on a related related field

Alright, so i have I'm trying to get a field name of a related tables related name. In my view I'm t...

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