Support the ongoing development of Laravel.io →
posted 8 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 8 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 8 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 8 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 8 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
posted 8 years ago

Class App\Http\Controllers\users does not exist

I tried to create my first laravel project and keep getting this error.I'm using Laravel 5. Here are...

0 Likes
2 Replies

Laravel 5.1 - 2 x projects shared host + subdomain .htaccess

I currently have a site hosted on a shared server. The shared host do not allow me to place code abo...

0 Likes
1 Replies
posted 8 years ago

5.1 > 5.2. Alternative to Route::when()

What's the best practice now for how to replace the functionality lost from Route::when()? I use it...

0 Likes
0 Replies
posted 9 years ago

Getting error 'Target [Illuminate\Contracts\Auth\Registrar] is not instantiable.'

I didn't change anything that would affect anything pertaining to authentication. Last week, it was...

0 Likes
9 Replies

extended hasManyThrough

So I have the following models : Category, Subcategory, Product, Color. A category has many subcateg...

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