I'm trying to make my notifications for Laravel 6 mail out effectively. I have a model (Event) that...
I'm fairly sure I have this multitenancy functioning part of the time but it's not working for 1 spe...
Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...
The JS looks like it's completing, but the CSS is failing with this error. I'm not sure how to proce...
What would my route::resource look like for a model that can be created off of others. I have 3 basi...
OK I figured it out for anyone interested. remove all duplicates, e.g. remove owner if already follo...
OK found the trick. Here is the solution. I use segment to identify the slug to ignore then also ens...
If the parent is Tenant Scoped, and the child is referenced on a foreign key, the Scope is not requi...
I did something like this - In my routes I have Route::get('/', 'PagesController@landing'); which ta...
OK looks like Landlord doesn't play nice with Route Model Binding and simply have to change my Contr...
The Laravel portal for problem solving, knowledge sharing and community building.
The community