PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` \Laravelista\Comments\Comment::class, /** * You can customize the behaviour of these permissions by * creating your own and pointing to it here. */ 'permissions' => [ 'create-comment' => 'Laravelista\Comments\CommentPolicy@create', 'delete-comment' => 'Laravelista\Comments\CommentPolicy@delete', 'edit-comment' => 'Laravelista\Comments\CommentPolicy@update', 'reply-to-comment' => 'Laravelista\Comments\CommentPolicy@reply', ], /** * The Comment Controller. * Change this to your own implementation of the CommentController. * You can use the \Laravelista\Comments\CommentControllerInterface. */ 'controller' => '\Laravelista\Comments\CommentController', /** * Disable/enable the package routes. * If you want to completely take over the way this package handles * routes and controller logic, set this to false and provide your * own routes and controller for comments. */ 'routes' => true, /** * By default comments posted are marked as approved. If you want * to change this, set this option to true. Then, all comments * will need to be approved by setting the `approved` column to * `true` for each comment. * * To see only approved comments use this code in your view: * * @comments([ * 'model' => $book, * 'approved' => true * ]) * */ 'approval_required' => true, /** * Set this option to `true` to enable guest commenting. * * Visitors will be asked to provide their name and email * address in order to post a comment. */ 'guest_commenting' => true, /** * Set this option to `true` to enable soft deleting of comments. * * Comments will be soft deleted using laravels "softDeletes" trait. */ 'soft_deletes' => true, /** * Enable/disable the package provider to load migrations. * This option might be useful if you use multiple database connections. */ 'load_migrations' => true, ];