Home > Backend Development > PHP Tutorial > laravel5学习笔记

laravel5学习笔记

WBOY
Release: 2016-06-20 12:37:42
Original
835 people have browsed it

通过composer在本地项目路径下安装 启动本地服务

进入项目文件夹下 如输入以下命令

php -S localhost:8888 -t public
Copy after login

访问http://localhost:8888 即可

创建自定义Controller

php artisan make:controller SitesController
Copy after login



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template