PHP Classes

File: config/pow.php

Recommend this page to a friend!
  Classes of Mohamed Ahmed   Laravel POW   config/pow.php   Download  
File: config/pow.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel POW
Verify if a specific type of work was done
Author: By
Last change:
Date: 13 days ago
Size: 150 bytes
 

Contents

Class file image Download
<?php

return [
   
'difficulty' => env('POW_DIFFICULTY', 4),
   
'front_end' => env('POW_FRONT_END', 'vue'), // Options: 'vue', 'react', 'angular'
];