Hello all, I was recently attempting to subscribe a user to a plan using laravel cashier. //create n...
Another great tool you can install to debug this is https://github.com/itsgoingd/clockwork
Use a hidden from input then check to make sure if the given id is valid. $channel = Channel::find(I...
Where is $language being defined? It appears you are missing the languages table and model. If the...
I think you may be looking for the find method instead of the get method for a collection. $user->...
I just determined the error is with laravel cashier. There is a pull request here: https://github.co...
The Laravel portal for problem solving, knowledge sharing and community building.
The community