Hello guys, I'm using crypto js to encode some parametters and in the application I made the same en...
I want to have some routes but enable the access by http and https
I'm making some routes https but only send me a blank page with the message error conection ssl
I'm uploading pdf's but I want allow the users to download them, what method can I use or how can I...
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...
I have this example public static function boot() { // make the parent (Eloquent) boot m...
You can return values to a view with $user_data=[]; //use the name of the var with quotes then you c...
Maybe the larave_session is still working? With what are you ending the session?
You can adding https in routes, but you need to configure your serve to accept ssl Route::get('xxxx'...
or maybe this could be functional like this $validator = Validator::make( array('quantity' =>...
The Laravel portal for problem solving, knowledge sharing and community building.
The community