Support the ongoing development of Laravel.io →

2,053 Threads

Quickstart: undefined variable error exception

Coming over from Kohana to try out Laravel. I'm using the Homestead vagrant box. Following the Quick...

0 Likes
1 Replies

Paginator view

Hy guys, I would appreciate a lot if someone could help me. My problem is that I have frontend and b...

0 Likes
0 Replies

Laravel controllers functions ?

Hello every one. I am trying to make a function in my controller public function new(){ return View:...

0 Likes
1 Replies

Laravel 4 - Too much logic in my view template?

Hello, I created a search functionality within my Laravel project - the user can search for teamname...

0 Likes
3 Replies

how to edit records

Hello all! I have a table called users (surprisingly). I have a view where we can visualize all the...

0 Likes
2 Replies

View::composer not sending variable after form post

Hi, I've setup a variable to use in my master view file. This works great inside of all my views, un...

0 Likes
1 Replies
Solved

HTML not rendered...Blade not seem to be working

Hi, I am new to Laravel and tried the Quick Start tutorial as is. However, view is not getting rende...

0 Likes
7 Replies
Solved

Pagination with Eclipses

I am working on creating a pagination using Foundation - I have the basic framework down, but now I...

0 Likes
1 Replies

local domain is added in front of all external urls in a tags in blade

Hi, in my blade template I'm using a javascript variable "Website" to store a url string,...

0 Likes
1 Replies
Solved

action() & link_to_action() creating non https urls

Hi, I'm using the action helper to create my links, but it's making http rather than https links. I...

0 Likes
0 Replies

Lightbox slider not getting displayed

I have created a page in laravel blade, in which I am using a lightbox plugin combined with owl cara...

0 Likes
0 Replies
posted 10 years ago

Using multiple namespaces to one view?

I have an issue that i can't seem to solve. My issue: I have a view where i call multiple variables...

0 Likes
1 Replies

Laravel 4.1 Pagination Language

Hello, I would like to change the pagination language for Next and Previous buttons. I have paginat...

0 Likes
1 Replies
posted 10 years ago

returning array from route

Hi, Having this route in routes.php Route::get('/test-array', function(){ return [1,2,3,"hel...

0 Likes
2 Replies

Bootstrap row class for every 3 columns

Hello, i want to print 12 articles with pagers using bootstrap 3 theming: @foreach($category->...

0 Likes
4 Replies

Exception handling in Blade view

What's the best way of exception handling in blade view. I have a scenario where i am passing a coll...

0 Likes
0 Replies
posted 10 years ago

str_limit() causing duplicate tags

Hello, i am using: <p> {{ str_limit($page->body, $limit = 280, $end = '...' }} </p>...

0 Likes
1 Replies

Creating 'plugins'

Hi, I'm trying to create a 'plugin' which is essentially a side box containing knowledge base snippl...

0 Likes
2 Replies

Laravel Validation Filled

Hey guys, today I found out the laravel validator provides a filled method, but it's not present in...

0 Likes
0 Replies

Changin date format and localization

I have changed format date that way: BaseModel.php: use Carbon\Carbon; class BaseModel extends \Elo...

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