Support the ongoing development of Laravel.io →

araceus2000

Joined 6 Jun 2014

Statistics

Threads 12
Replies 18
Solutions 1
Articles 0

crypto-js and laravel

Hello guys, I'm using crypto js to encode some parametters and in the application I made the same en...

0 Likes
0 Replies

Can the same route be http and https?

I want to have some routes but enable the access by http and https

0 Likes
1 Replies

How can I configure laravel or the server to accept https routes?

I'm making some routes https but only send me a blank page with the message error conection ssl

0 Likes
0 Replies

How to download file from my AWS S3 bucket?

I'm uploading pdf's but I want allow the users to download them, what method can I use or how can I...

0 Likes
0 Replies

Laravel Email with files

Hi guys. I'm searching how can I put a file or pdf in the email that I'm sending. I only found the b...

0 Likes
1 Replies
replied 9 years ago

Model does not have "restored" event?!

I have this example public static function boot() { // make the parent (Eloquent) boot m...

0 Likes
replied 9 years ago

Redirect After Registration Form

You can return values to a view with $user_data=[]; //use the name of the var with quotes then you c...

0 Likes
replied 9 years ago

Auth::check issues

Maybe the larave_session is still working? With what are you ending the session?

0 Likes
replied 9 years ago

Enable HTTPS on main site laravel.com

You can adding https in routes, but you need to configure your serve to accept ssl Route::get('xxxx'...

0 Likes
replied 9 years ago

How to validate array input?

or maybe this could be functional like this $validator = Validator::make( array('quantity' =>...

0 Likes

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.