todovel:Laravel 5.0项目

todovel是一个基于Laravel 5.0框架的TO-DO任务列表管理应用程序。项目的代码托管在GitHub上,可以通过以下命令在本地运行:

$ git clone https://github.com/jwyterlin/todovel.git
$ cd todovel
$ php -S localhost:8000 -t public/

执行完这些命令后,应用程序将在浏览器的URL中运行。