Support the ongoing development of Laravel.io →

Remembering users under HTTP authentication

I am using the stateless HTTP authentication as described at http://laravel.com/docs/master/authenti...

0 Likes
0 Replies

Use another column instead of 'email' for auth.basic?

I have the following: Route::get('profile', ['middleware' => 'auth.basic', function() { // Only a...

0 Likes
2 Replies

An additional homestead feature.

Hey all, Quite a while ago I forked the homestead repository and made a change, I created a PR and t...

0 Likes
1 Replies

Elixir Help

I am using angular-js as the front end and using / attempting to use Elixir to manage the assets. So...

0 Likes
4 Replies

how can i browse to local laravel 5.1 site ?

I've just finished installed laravel 5.1 /homestead i've created project of name "quickstart&q...

0 Likes
3 Replies

Laravel Loading Animation

I am using the Laravel framework for my PHP Webapp. I am executing some SELECT queries which can tak...

0 Likes
5 Replies

Properly save Relationship data

I am attempting to save a related model (Access.php) from my AuthenticationController on login Authe...

0 Likes
0 Replies
posted 9 years ago

Can't send mail...

Hi, I'm working on an app, that needs to send emails. I have postfix installed and configured and th...

0 Likes
0 Replies
posted 10 years ago

Update image using Intervention

I added the ability to edit products to the popular tutorial e-commerce application on https://cours...

0 Likes
15 Replies
Solved

How to pass value to var in template

Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...

0 Likes
2 Replies
Solved
posted 9 years ago

Insert data into multiple tables from view

I have a view with two elements: <input type="file" name="img"/> <input...

0 Likes
1 Replies

Modified Laravel Vendor files issue

I had modified a vendor file of Laravel placed at /vendor/laravel/framework/src/Illuminate/Auth/Guar...

0 Likes
1 Replies

When i try to access to the view , it transforms into the type " www "

Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...

0 Likes
0 Replies

[Laravel 5] Where is the models folder?

Hi, I've just installed the Laravel 5 dev-develop version. However, I only see one model, and that s...

0 Likes
10 Replies
Solved

Make a salt and use sha512 instead of bcrypt

I would like to make a more secure version for my application where there is stored a hash too, i ha...

0 Likes
0 Replies

Speeding Up Eloquent Queries

Hi, Say I have some queries like this: public function order($orderby){ \DB::connection()->disa...

0 Likes
0 Replies
posted 9 years ago

Multi view

Hello, User Laravel 5.1, I want to know how to call the same view in all my other views without dupl...

0 Likes
4 Replies

Dual Auth Mechanism: two user types, two authenticators

Hello Lara-people ! First of all, I'm pretty new to Laravel (and PHP in general) so I don't know if...

0 Likes
0 Replies
posted 9 years ago

Laravel 4.2 app binding

Hello, I have a question about application binding, here is example from the documentation. App::bin...

0 Likes
0 Replies

Spaces in $_GET values are being double encoded, resulting in %2520.

As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...

0 Likes
6 Replies
Solved

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.

© 2025 Laravel.io - All rights reserved.