Support the ongoing development of Laravel.io →

879 Threads

posted 9 years ago

Assigning a new role - Entrust

As part of my 'approval' process, I want the admin to allocate users different roles, on demand. I w...

0 Likes
0 Replies

Shopping Cart ID -> where to save for later?

I have a shopping cart ID that I'd like to save somewhere to pick up the cart later when the user co...

0 Likes
1 Replies

Oversight bug in Laravel Validation Rule?

I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...

0 Likes
1 Replies
Solved

Basic Authentication with CGI/FastCGI

Hi all, i'm working with auth.basic and in my server i have Server API CGI/FastCGI. The official doc...

0 Likes
0 Replies

Session expires in a middle of an ajax request

Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...

0 Likes
4 Replies
Solved

SSL Route to Controller

I want to create a Route to a controller that only works with https. I tried this: Route::get('/logi...

0 Likes
0 Replies

Advice about authentication

Hello, i have a website with 2 different cases login with facebook api and registration, login, forg...

0 Likes
2 Replies

Cookies to Database Field Comparison

I am setting up a store for my client. They use Shopify... So in order to get login working for cust...

0 Likes
1 Replies

Where-to logic: Repositories vs Services

Good day, My first post in this nice community is actually a question I currently have. I thank you...

0 Likes
3 Replies

Manually logged in user fails auth filter

Hey everyone, I am having some trouble working with Laravel and the infusionsoft api. Right now I am...

0 Likes
1 Replies

Problem with password expiration

Hello. I need to force the user to change their password every 30 days. Is there anything in laravel...

0 Likes
2 Replies
Solved

Laravel-4 e() function whitelisting

I know that laravel's e() function will sanitize any input passed it ex : e($Input); , this will san...

0 Likes
3 Replies
Solved

Design Time Decisions

Hi, I'm planning on creating a web app that different companies can sign up for. The app will use a...

0 Likes
3 Replies

Usage of class Password in RemindersController.php

I was playing around with emailing users with reset tokens by following the tutorials at http://lara...

0 Likes
0 Replies

Using input::get() to filter DB result is it safe ?

Hi, I use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...

0 Likes
4 Replies
Solved

How to calculate in java a Bcrypt password compatible with Laravel

I have a system built in laravel and I have created an API. The problem is in Authentication. I have...

0 Likes
4 Replies

different routes depending on user type

Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...

0 Likes
3 Replies
posted 10 years ago

Encrypted key

Hello, I can convert a key decripted (for example: 1032) to key encrypted? Thanks

0 Likes
1 Replies

Laravel Validate Many-To-Many Relationship

So I have this Offer model with several offers available. I also have a Pattern model that has a man...

0 Likes
0 Replies

Authentication problems between twilio and my laravel 4 based api.

So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...

0 Likes
1 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.