Support the ongoing development of Laravel.io →
posted 10 years ago

.blade templates do not parse variables

Can anyone point me to the direction on how to fix this? I changed the delimiter to <% %> beca...

0 Likes
3 Replies
posted 10 years ago

Select Box Fields with "auto-associative" values (not numbered)

Hi, i'm using this form: {{ Form::select('year', [date("Y"), date("Y")+1, date(&...

0 Likes
1 Replies

Production.ERROR

Hello Im getting this error production.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotF...

0 Likes
1 Replies
posted 10 years ago

Creating various Route::post for one Route

Hey guys! I'm new to Laravel and are currently working on a Problem I'm having. Maybe you can help!...

0 Likes
3 Replies

Eloquent where() statements

I'm trying make a function that returns false if there is no inventory available. I need it to searc...

0 Likes
1 Replies

implement FacebookRedirectLoginHelper problem.

Hey guys I have a problem about implementing FacebookRedirectLoginHelper. After I saw following link...

0 Likes
6 Replies
Solved
posted 10 years ago

Delete Redis job by ID

I'm using Redis queues in a project and now I find myself in a position where I need to delete a job...

0 Likes
0 Replies
posted 10 years ago

Get IP Client Laravel 4

I used Request::getClientIp() but it get ip my hosting not guest's ip How do i get ip of guest clie...

0 Likes
6 Replies

Bizarre behavior of pagination

This is my controller: public function prontuario_index(){ $Prontuarios = Prontuarios::get(15);...

0 Likes
7 Replies

Laravel project commit error

I commiited a laravel project through my github from office PC.It worked nicely there , but when i w...

0 Likes
1 Replies

Performant queries on large data sets

I'm building a REST API for a large data set, and running into a performance issue I'm not sure how...

0 Likes
3 Replies
posted 10 years ago

[Package] Asset Pipeline - Frod

Github: https://github.com/IonutBajescu/frod Documentation: http://frod.ionut-bajescu.com Demo: {{Fr...

0 Likes
0 Replies
posted 10 years ago

ardent attribute validation

Hi All, Trying to figure out laravel validation for my user model. I can manage to return all the er...

0 Likes
0 Replies
posted 10 years ago

View::make('x', $viewData) vs. View::make('x')->with('viewData', $viewData);

Hi, what's the difference between return View::make('x')->with('viewData', $viewData); and retur...

0 Likes
3 Replies

Error: Using $this when not in object context

Hi, i call this somewhere in the CustomerController(): $results = CustomerModel::getCustomers(); Th...

0 Likes
7 Replies

Cartalyst Report 30

Our biggest weekly report yet. Lot’s of goodies and updates. http://bit.ly/1l7wLUg

0 Likes
0 Replies

how to fetch data from database to edit,update in the form using laravel php

I am new to laravel, please guide me in fetching data from database, i am able to show the data on t...

0 Likes
1 Replies

Dynamic "where" on Eloquent Model

Hello, I'm hoping I can get help with a dilema I ran into. I hope it's something simple. I have a me...

0 Likes
4 Replies
Solved

is remember keyword enough for caching paginated query results

Hi all, I have the following query: $posts = Post::where('category_id', '=', $category->id)...

0 Likes
1 Replies

Artisan Serve VS MAMP htdocs

I was working my way through the phpacademy tutorial "Laravel To Do List App" and after I...

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