Support the ongoing development of Laravel.io →

Upload Profile Picture in Laravel Registration

Please help me how to add upload profile picture on laravel 5.2 registration form. I use Auth for my...

0 Likes
2 Replies

Combining Transactions WITH Queues in Laravel

Is there a way to tell the Queue facade to not automatically persist what was pushed to the queue un...

0 Likes
1 Replies

Need help installing gulp/elixir, 'laravel-elixir' module not found error.

I've tried so many ways of installing this on my Windows 10. Tried locally, tried with homestead, un...

0 Likes
4 Replies
posted 9 years ago

error after installing illuminate/html via composer

ran the following command from my project root folder: sudo composer require illuminate/html instal...

0 Likes
0 Replies
posted 9 years ago

Why is the password field in the standard project fillable?

I found that in User.php, the field password is fillable https://github.com/laravel/laravel/blob/mas...

0 Likes
0 Replies
posted 9 years ago

Deploying Laravel

Hi all, Everytime i googling the web for a solution ti to deploy Laravel applications on production...

0 Likes
2 Replies
posted 9 years ago

Laravel 5.1 Dynamic Property

I need to show a sum of all row element which has less than or equal row id. Right now I'm using thi...

0 Likes
0 Replies

how to use google drive as astoreage like amazon s3?

I want to know how to use Google drive as a storage to save images on it just like Amazon s3 provide...

0 Likes
0 Replies

Login redirect not working

Greetings. I'm new to laravel and I used artisan make:auth to generate the authentication route and...

0 Likes
0 Replies

Laravel 5: easy and comfortable query caching?

Hello! Removing cache manager and Equolent 'remember()' is pain for us :( Is there any other way to...

0 Likes
3 Replies

Controllers Testing with View Composers

I have a View Composer binded to a class that get data for one repository class and add this data in...

0 Likes
4 Replies
posted 9 years ago

Eloquent 'WhereNotNull' from a ::with( ) result

Hi, I want to retrieve a list of results from a model, what I am trying is: App\Score::with( array('...

0 Likes
3 Replies

PIVOT TABLE ( Show only the classes where the user is registered )

How can i show the classes only for student who is registered in a class? I have 2 tables and a pivo...

0 Likes
0 Replies

How serve image Api restful

Hi. I'm creating an Api restful. I want to create endpoint HTTP://localhost:8000/api/products/name.j...

0 Likes
4 Replies

Overriding EloquentUserProvider to change password field name in validateCredentials()

I've managed to change the password field in the code through overriding various classes/methods. Bu...

0 Likes
0 Replies
posted 9 years ago

Allow PUT but not PATCH with a route::Resource

I wish to make my routes simple and use Resource when appropriate. In this case I want to allow inde...

0 Likes
0 Replies

Laravel 5.1 scheduler not workin in OVH

I'm trying to run a cron in my OVH but it is not accepting the command : php artisan schedule:run 1&...

0 Likes
1 Replies

[Package] Laravel Themes

Hello everybody, I want to share my first package: Basic themes support for Laravel 5. Get it here:...

0 Likes
4 Replies

bdd to table

here is the code I have done I recovered the data from the model and I select BikeLock latitude and...

0 Likes
0 Replies
posted 9 years ago

Decode Laravel Queue Job?

I'm having issues with the queue - for some reason it passes a wrong identifier as the unique ID of...

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

© 2025 Laravel.io - All rights reserved.