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

App:after question

http://laravel.io/bin/XDrq currently, im using the code attached to minify my html output. it also m...

0 Likes
2 Replies

Can I query the results of a query?

This isn't working, and maybe it's not possible, or maybe I'm close? $allcars = $user->cars()...

0 Likes
2 Replies

PHP patterns, extending MVC functionality

Hello, before I start I must say my english isn't at very high level, so some of you may misundersta...

0 Likes
3 Replies
posted 10 years ago

Blade syntax for vim

I recently updated a vim syntax for blade which I originally created about a year ago. The updates...

0 Likes
0 Replies
posted 10 years ago

forum bug found

i created a new thread and code highlighting isn't working and edit, reply and delete button are als...

0 Likes
1 Replies
posted 10 years ago

App:after question

currently, im using the code below to minify my html output App::after(function($request, $response)...

0 Likes
0 Replies
posted 10 years ago

Cache Dependency

Hi In yii, we could use cache dependency. For example: $sql = 'SELECT * FROM tbl_post LIMIT 20'; $de...

0 Likes
0 Replies
posted 10 years ago

FULL Text Search with order by Score.

I have this in my current app that I am moving to Laravel. $sql = "SELECT *, MATCH(title,captio...

0 Likes
0 Replies

L4 external auth

Hi, my L4 apps runs in MySQL, and all my user accouts are in SQL-Server. I would like create a basic...

0 Likes
1 Replies
posted 10 years ago

[Package] Lightning fast scaffolding is now fully customizable!

So I got some feedback that people like the "laravel starter" command, but they wish it wa...

0 Likes
0 Replies
posted 10 years ago

Concating Issues

Hello Forums, I seem to be having a wee bit of trouble, well, I mean, a lot of trouble with attempti...

0 Likes
6 Replies

Event trigger and validation

Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...

0 Likes
0 Replies

problem with login

I have the login method in my AuthController: if (Auth::attempt(array('usuario' => $user, 'passwo...

0 Likes
6 Replies

Dynamic filter class arguments

Hi, sorry form my bad english! I have a doubt about how to pass a parameters in filter class. This i...

0 Likes
4 Replies
posted 10 years ago

HTML::link()

I am using the footable sort table on github (https://github.com/bradvin/FooTable/blob/V2/demos/sort...

0 Likes
1 Replies

Is there a way to search documentation?

Is there no search for documentation?

0 Likes
3 Replies

Transfer variables from controller to routes.php

Hi, I use a controller function to insert datas in database and get some others datas : public funct...

0 Likes
1 Replies
posted 10 years ago

Accessing the same cache key multiple times a request

My app often needs data about different categories on different places of the application, so I put...

0 Likes
0 Replies

How create this SQL with laravel

Anybody know how create this SQL with Query builder: SELECT * FROM (SELECT * FROM 005_056_cola_envio...

0 Likes
2 Replies

Artisan commands and IoC / reflection / injection etc.

I have created an artisan command that calls on a custom class. My custom class uses reflection to 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.