Support the ongoing development of Laravel.io →

Exception being thrown whenever an exception is thrown during unit testing with PHPUnit

New-ish to Laravel so pardon me if I'm getting something completely wrong. I'm wanting to start unit...

0 Likes
2 Replies

whereDoesntHave in PIVOT table with 2 where clauses

Hi, I need to exclude records (hotel rooms) from Eloquent query that have booked any day between Ch...

0 Likes
0 Replies

Stateless Basic Authentication for some routes in Laravel 5.2

Does anyone knows how can I use a stateless basic authentication for some of my routes in Laravel 5?...

0 Likes
1 Replies

Socialite really huge question

Hi I have a scenario where users log in into Laravel with regular email/password scenario. However i...

0 Likes
0 Replies
posted 7 years ago

Error on adding a unique column to existing table

Hi, I'm having this wired issue when adding a unique column to an existing table. I have created use...

0 Likes
1 Replies
Solved
posted 7 years ago

Sortby On Collection using Relationship as first sort.

I have a collection of products. Each product is assigned to a category. I am using ->with(produ...

0 Likes
0 Replies

Controller Parameters

I've seen how to route data from a URI to controller parameters. Is there a way to route post data t...

0 Likes
13 Replies
posted 7 years ago

Trying to get property of a non object

My search controller is as follows `<?php class SearchController extends \BaseController { /** *...

0 Likes
0 Replies
posted 7 years ago

Error 500 in vhost after saving php file

I have a really stange issue. If I edit my home.blade.php file and save it, it gives me error 500 wh...

0 Likes
1 Replies
posted 7 years ago

İmportant ! [ReflectionException]Class UserTableSeeder does not exist Error

Hi guys, At the begining,before I decided to creat thread in here,I tried solutions so much but it d...

0 Likes
0 Replies
posted 7 years ago

Class <Seeder Name> Does Not Exist problem [solved]

Suppose i have a database seeder named as ItemTableSeeder. when you try to run the command php arti...

0 Likes
0 Replies

Get and pass database into partial template view

Can anyone help me? thanks http://stackoverflow.com/questions/37316393/get-data-from-database-and-di...

0 Likes
0 Replies

ERROR: SQLSTATE[HY000] [2002] Connection refused

I deployed a bare bones laravel application to Heroku but it seems like it's having trouble establis...

0 Likes
0 Replies
posted 8 years ago

Laravel Session Id always changes every refresh in Laravel 5.2

I have just installed Laravel 5.2, but i have some issues when using Laravel Session as i have descr...

0 Likes
5 Replies
Solved

Issue with adding soft deletes in a later migration

Hello, the issue I'm having is that I created a user table as my first migration, then added a migra...

0 Likes
1 Replies
Solved
posted 7 years ago

A week of Laravel (08-15 May 2016)

laravel/framework master 738d96f: Typehint DateTimeInterface instead of DateTime (#1 @kcjpop 52b...

0 Likes
0 Replies
posted 10 years ago

Polymorphic relations, simply can't get it to work

Hi, I've been trying to get polymorphic relations to work for a few hours. I've followed the example...

0 Likes
10 Replies

A quick look at Artisan Tinker

A quick introduction to artisan tinker and the REPL behind it PsySH. asklagbox - blog - Tinker all t...

0 Likes
0 Replies
posted 7 years ago

validation failure returns 200 instead of 422

I think validation failure should return 422 (ValidatesRequests.php): protected function buildFa...

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.

© 2024 Laravel.io - All rights reserved.