重学PHP

作者: 林慕空 | 来源:发表于2018-06-06 10:10 被阅读0次

Run your application:

1. Change to the project directory
2. Execute the php -S 127.0.0.1:8000 -t public command;
3. Browse to the http://localhost:8000/ URL.

   Quit the server with CTRL-C.
   Run composer require server --dev for a better web server.

Database Configuration

  • Modify your DATABASE_URL config in .env

  • Configure the driver (mysql) and
    server_version (5.7) in config/packages/doctrine.yaml

How to test?

  • Write test cases in the tests/ folder
  • Run php bin/phpunit

相关文章

  • 重学PHP

    Run your application: Read the documentation at https://s...

  • 我想做些什么

    想做一些事情很久了,例如学设计,学前端,学Go,重学MySQL和PHP,做一个自己的网站等等。 想法很多,但是一直...

  • 感受英国的教育

    英国的教育注重学生自主的发展,注重学生兴趣的培养,注重学生实际能力的锻炼。为此学校教育的各个环节都注...

  • 知识分子学佛的通病

    能知不能行 重学理不重实证

  • 重学pet

    刚知道这一期的觉知课程主题是沟通时,顿时就产生了不去的念头,可是因为怕麻烦,还是决定跟下去。在课堂上,明显觉得自己...

  • 重学HTML

    为什么要重学呢?因为感觉回到不出来这些问题: HTML是什么,HTML5是什么 HTML元素标签、属性都是什么概念...

  • django重学

    http://django-intro-zh.readthedocs.io/zh_CN/latest/part3/...

  • 重学语文

    文丨杏仁BOOK 我们的语文课把名篇经典掰成碎饼,一口一口喂给学生,学生难受,老师辛苦,自然视语文为畏途—— 语文...

  • 重学课程

    1.数据结构 2.操作系统 3.计算机网络(计算机网络,自上而下学习方法) 4.计算机组成原理

  • 【重学】继承

    注意:文中错误的地方已经在掘金的文章中修改了(简书这里其实也改了的)https://juejin.im/edito...

网友评论

      本文标题:重学PHP

      本文链接:https://www.haomeiwen.com/subject/hbavsftx.html