Support the ongoing development of Laravel.io →

2,053 Threads

Undefined variable in a child view

Hello, i have created a master layout and extending it to a child view this way: master.blade.php (s...

0 Likes
5 Replies

[Package] Laravel TwigBridge

Laravel 4 TwigBridge: https://github.com/barryvdh/laravel-twigbridge This packages adds Twig as a La...

0 Likes
2 Replies

Editing Header info using layout system?

So for my website I have been using a layout structure in where each page pulls the main layout. Thi...

0 Likes
1 Replies

Is it possible to store "macros" in database?

Lets say I have a table with notifications and in text body I want to have link to login page, can I...

0 Likes
4 Replies

Render template from blade template in database

Hi guys, I'm planning to develop a multi tenancy application which allows users to modify their own...

0 Likes
3 Replies
posted 10 years ago

blade template question

Hi, I have a master template working but its not quite a true master. There is one page on on my sit...

0 Likes
5 Replies
Solved

Does Laravel template support including other htm files?

I have a master.blade.php, which establish the framework of the entire website. I divided the screen...

0 Likes
1 Replies

'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'Login' not found'

routers.php: // login controller Route::post('login', 'LoginController@login'); LoginController.php:...

0 Likes
1 Replies
Solved

Blank screen with route with parameter

Hello, i am new to laravel and I'm trying to make an application for my upcomming web about programm...

0 Likes
6 Replies
Solved

Laravel Where statement

In my view I am displaying an array of items with their prices and etc. I want to check it that item...

0 Likes
0 Replies

Frontend framework? jQuery templating? Too much in the view?

So as my application grows in complexity, there are many forms that have jQuery event driven conditi...

0 Likes
0 Replies
posted 10 years ago

Variable in submit button text?

Hi, Is it possible to specify a variable as part of the name of lets say a submit button? Like this:...

0 Likes
4 Replies
Solved

Newbie needs help with undefined variable in blade view.

Hi, I'm new to Laravel and I installed it on a Ubuntu server recently trying to test the framework....

0 Likes
2 Replies
Solved

A basic question on MVC

Is calling a model or executing a database query from the view, a bad practice or should the variabl...

0 Likes
6 Replies

Laravel and Google Web Starter Kit

Does anyone have experience with Laravel and Google Web Starter Kit? What would be the best practice...

0 Likes
1 Replies

Blade caching problem? Same view is rendered, though contents is different.

Hi! I am making a newsfeed for my application using the strategy pattern because the list contains d...

0 Likes
1 Replies

Blade helper functions

I've seen several suggestions on how to create helpers for Blade: Use global functions, create a cla...

0 Likes
3 Replies

Can't see anything with Blade

Hi I'm trying to create a template with the Blade templating engine. When I try to view the page, I...

0 Likes
2 Replies
Solved

Can't view about page

I'm new to laravel and I'm busy with a tutorial, I had to create an about page and the make a route...

0 Likes
3 Replies
Solved

The page isn't redirecting properly

I have the following route: Route::get('/gallery', function() { return View::make('hello'); }); If...

0 Likes
1 Replies

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.