Policies in laravel

Create policy using artisan command:

1. php artisan make:policy PostPolicy

2. php artisan make:policy PostPolicy --model=Post

here PostPolicy is poilcy name and Post is model name

Comments

Popular posts from this blog

Git Commands