Hi, I'm trying to work out why Laravel is throwing Integrity constraint violations on my main regist...
Hi, I've got a 2 stage form using LaravelCollective forms and I use Session::reflash() in my control...
Hi, I have a Controller that needs to process a form and then do some database checks that involve l...
is there a way to do this with Eloquent without having to run Raw queries etc? (select count(`win`)...
Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...
I solved this with Entry::skip($startOffset)->take($limit)->get()->filter( function($it...
Hi, sorry you misunderstood the question I think. It's not connected to a database table. I just wan...
in your Welcome controller it should be... use App\Events\PodcastWasPurchased;
great thanks. I did see that somewhere but wasn't quite sure if it was what I needed will try it out...
before book_id, language_id 1, 1 1, 2 after book_id, language_id 1, 2 1...
The Laravel portal for problem solving, knowledge sharing and community building.