I am interested in to modify default sql while auth with Laravel 5. Laravel uses this sql for auth a...
I have a object ($project) in Blade. When I do a {{ var_dump($project) }} I get: object(stdClass)[60...
Hello guys, I am newbie in Laravel (Laravel is very well framework) :-), firstly - I am so sorry for...
How can I use a structure of multiple join in laravel. An example Users::join ('articles', function...
Hey guys, I'm receiving this message when i install my project on GoDaddy hosting. picture If you gu...
I am having a hard time finding out how to add PHP helper functions in a Blade template. For example...
Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...
I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...
Hi, I am trying to see how to best approach to bind a mock dependency when testing. Assume I have a...
I am using https://github.com/strebl/ldap-auth to authenticate my users against ldap. However my app...
Hi I’ve followed all the Laravel documentation on relationships but am still having a problem. I hav...
Hi there, I would like to be able to use different routes within my application for different domain...
I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...
Hello, is it possible to retrieve a single payment by the stripe id and so get all the data from the...
Maybe with this image I can make myself clear. I have the user table and the owned_items table The o...
I'm tying to do the following sql with eloquent model: but it does not work ;/ update account set ru...
Hi, I'm starting a new project and I'd like to know whether I should start in Laravel 5.1 and then u...
I have a Laravel app that powers an ecommerce website with moderate traffic. This website allows peo...
Hi, I'm developping a REST API with Laravel 4 and I was wondering what were the best practices to ge...
Hi This is my table of categories with parent id $table->increments('id'); $table->string('cat...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community