Best tutorial....boht km log laravel10 pr kaam krwa rhy hn and you are one of those rares
@dev_tech_bookАй бұрын
As the public function destroy(Permission $permission){} method is available in the resource controller, why you used other get method? I am using the below. Is there any problem using such: public function destroy(Permission $permission) { $permission->delete(); return redirect()->route('permissions.index')->with('success', 'Successfully Deleted!'); }
@MohamedHassan-pj2clАй бұрын
when i try and return the $permission date in the edit function it only returns "guard_name".. why?
@dsdgaming22427 ай бұрын
in the deleting part sir, I have error like this "The LDAP connection [mysql] does not exist." I am using Laravel Permission, along with LDAP Record 2 for our internal laravel authentication in our domain
@falcohumanbeatbox7 ай бұрын
your tutorial is very clear,thank you
@MohamedHassan-pj2clАй бұрын
if I used the UI package for the authentication instead of breeze would that change something or would it be a problem??
@jacobhenry72234 ай бұрын
thanks for your time
@MukeshKumar-pd6yv9 ай бұрын
Great video sir, 👍 well done...
@manishkushwaha-je6xy9 ай бұрын
Great Sir.
@mbahkopi8 ай бұрын
Hi, how to implement toggle input instead of checkbox on givepermission page?
@fundaofwebit8 ай бұрын
It's the same. Just search how to design the checkbox as toggle button.
@jrxsabre64195 ай бұрын
it doesn't work with Laravel 11, when I try to use this `php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"` it will error
@fundaofwebit5 ай бұрын
Please read this post: How to install and setup spatie roles & permission package in Laravel 11 www.fundaofwebit.com/post/how-to-install-and-setup-spatie-roles-and-permission-in-laravel-11
@mohamedsalem98894 ай бұрын
hello , from minute 38 it ot working with me !!
@davidegarzetti37108 ай бұрын
Can you post a link to the sorce code you wrote in the video ?
@fundaofwebit8 ай бұрын
It's written same : www.fundaofwebit.com/post/laravel-10-spatie-user-roles-and-permissions-tutorial
@parveznbh32346 ай бұрын
I try to make a permission but i got a error and it's "SQLSTATE[HY000]: General error: 1364 Field 'guard_name' doesn't have a default value". what should i do now???
@joshdevofficial4 ай бұрын
your fillable
@welj-h4o9 ай бұрын
sir great video, please create video for laravel filamentphp
@BillingSoftwaredatahouse8 ай бұрын
Create vedio on multi tanent
@ShivaJaya-z6n9 ай бұрын
Sir we requested in SPA MEANS LARAVEL VUE 3
@fundaofwebit9 ай бұрын
Hi. Yes I understand. Will be uploading soon. Laravel as backend api and Vue 3 as frontend.