Orangehill\Iseed\Iseed::getSeedPath PHP Method

getSeedPath() public method

Get a seed folder path
public getSeedPath ( ) : string
return string
    public function getSeedPath()
    {
        return base_path() . config('iseed::config.path');
    }

Usage Example

Example #1
0
 /**
  * Get a seed folder path
  *
  * @return string 
  * @static 
  */
 public static function getSeedPath()
 {
     return \Orangehill\Iseed\Iseed::getSeedPath();
 }