Support the ongoing development of Laravel.io →
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
posted 10 years ago

Quick encryption question

How can I do something like this with encryption. [code] if( ! Crypt::decrypt(Input::get('encryptedv...

0 Likes
1 Replies
Solved

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

Problem of model functions since the last composer update

Hi, I have update the composer.phar today, and since that, all the methods in the model files don't...

0 Likes
8 Replies
Solved

Successfully installed laravel 4 but cannot get to the Welcome page

Hi guys, I successfully installed Laravel4 on apache webserver using composer. It generated set the...

0 Likes
5 Replies

[Benchmarking] Using your public API internally, too

Hey guys I had some doubts and concerns about using an HMVC approach with Request::create() so I did...

0 Likes
1 Replies
posted 10 years ago

Composer update on 4.1.* breaks eloquent queries

After I ran composer update which required laravel 4.1.* all my Eloquent queries failed. The toArray...

0 Likes
3 Replies

Best practices for validating user input

Hi, lot of people create sepparate classes for each set of rules and then inject them into the contr...

0 Likes
0 Replies
posted 10 years ago

Best practice for view composer location

I'm just wondering what the best practice is for a place to put one's view composers. Would most peo...

0 Likes
2 Replies

Showing picture inside my view (newbie question)

Hey Laraguys, I am really new to Laravel, however I am enjoying my time alot by working with it. Thi...

0 Likes
6 Replies
Solved

Integrating Databases with Exotic Column / Table Names & Laravel Auth

How well does Laravel (or more so PHP) handle integrating with databases where the table/column name...

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.