每天laravel-20160725| Genaerator command-3

来源:互联网 发布:蒙大拿州立大学 知乎 编辑:程序博客网 时间:2024/05/22 00:24
    /**     * Determine if the class already exists.     *     * @param  string  $rawName     * @return bool     */    protected function alreadyExists($rawName)// variable is name    {        $name = $this->parseName($rawName);// parse name like parseInt        return $this->files->exists($this->getPath($name));// check the file has exists    }// Determine if the class already exists.    // check the instance of the class exists
0 0
原创粉丝点击