Support the ongoing development of Laravel.io →

GRAgmLauncher

Joined 10 Feb 2014

Statistics

Threads 13
Replies 10
Solutions 2
Articles 0

How secure is Laravel's image/file uploader?

How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...

Likes Replies

What does config app.url actually do?

I've noticed that almost everything Laravel does, uses host domain, rather than what's defined in ap...

Likes Replies

Schema snapshots via artisan?

I was wondering if Artisan had a command that allowed you to create a migration snapshot of the curr...

Likes Replies

Authentication / cookies in one codebase, but multiple domains

I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...

Likes Replies

Really? 11mb request footprint?

I have a relatively stock install of Laravel save for a couple of extremely small service providers,...

Likes Replies
replied 9 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 9 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 9 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 9 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 9 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.

© 2023 Laravel.io - All rights reserved.