Support the ongoing development of Laravel.io →
GRAgmLauncher

GRAgmLauncher

Joined 10 Feb 2014

Statistics

Threads 13
Replies 10
Solutions 2
Articles 0

Triggering model event when modifying relationship

I am trying to set up my models such that a few of them can get stored in a cache. What I'm trying t...

0 Likes
5 Replies

How safe is Input::all() if I pass it to the Model::create() method?

I'm curious as to how much escaping and input sanitizing Laravel does behind the scenes. For instanc...

0 Likes
5 Replies

Presenter / Decorator clarification

I want to create a CollectionPresenter object that allows me to decorate a collection with functions...

0 Likes
0 Replies

How to check if a specifc error is present in blade view?

I want to do something similar to this: <div class="{{ $errors->first('identifier') or 'h...

0 Likes
2 Replies

Authenticated sessions vs session data

Is there a way to distinguish between an authenticated user session, and more transient session data...

0 Likes
3 Replies
replied 11 years ago

How to calculate in java a Bcrypt password compatible with Laravel

Laravel uses Bcrypt for one-way hashing, and it uses AES for two-way encrypting. As I said in the ab...

0 Likes
replied 11 years ago

How to calculate in java a Bcrypt password compatible with Laravel

Well first of all, if you're transmitting the plain text password, then you don't need to do anythin...

0 Likes
replied 11 years ago

How big of a controller is to big?

It slows it down marginally because you're loading a lot of code into memory that you don't need on...

0 Likes
replied 11 years ago

Any equivalent to CakePHP's saveAll?

There is no equivalent to saveAll in Laravel. The best practice is handle relationship cascades as e...

0 Likes
replied 11 years ago

IoC and Service Providers

Your object: class Object { public $property1; public $property2; public function...

0 Likes
Solved

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.

© 2026 Laravel.io - All rights reserved.