Skip to content

ashucn/Tutorial-PHP

Repository files navigation

Turorial-PHP


Learn PHP

PHP学习,本地开发环境搭建2018:

  1. 建议安装 Homestead 虚拟机集成环境 Laravel Homestead version 2.2.1 教程

  2. XAMPP MAC本机 PHP开发环境集成软件包 Apache+MySQL+PHP+PERL

  3. PHP内置HTTP 服务器
    It’s a great way to write and preview HTML locally without installing MAMP, WAMP, or a heavyweight web server.

 php -S localhost:8000  

It’s not uncommon for an application to require its own PHP INI configuration file, especially if it has unique requirements for memory usage, file uploads, profiling, or bytecode caching. You can tell the PHP built-in server to use a specific INI file with the -c option:
php -S localhost:8000 -c app/config/php.ini

Tip It’s a good idea to keep the custom INI file beneath the application’s root directory and, optionally, version-control the INI file if it should be shared with other developers on your team.

资源:

laravel-china

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages