﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-海屋-随笔分类-php</title><link>http://www.cppblog.com/seahouse/category/21115.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 25 Mar 2016 02:06:03 GMT</lastBuildDate><pubDate>Fri, 25 Mar 2016 02:06:03 GMT</pubDate><ttl>60</ttl><item><title>Laravel开发环境搭建</title><link>http://www.cppblog.com/seahouse/archive/2015/12/29/211138.html</link><dc:creator>seahouse</dc:creator><author>seahouse</author><pubDate>Tue, 29 Dec 2015 06:50:00 GMT</pubDate><guid>http://www.cppblog.com/seahouse/archive/2015/12/29/211138.html</guid><wfw:comment>http://www.cppblog.com/seahouse/comments/211138.html</wfw:comment><comments>http://www.cppblog.com/seahouse/archive/2015/12/29/211138.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/seahouse/comments/commentRss/211138.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/seahouse/services/trackbacks/211138.html</trackback:ping><description><![CDATA[<div><a href="https://www.microsoft.com/en-us/download/details.aspx?id=36434" style="outline: none; color: #707070; text-decoration: none; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19.5px; background-color: #ffffff;">Download Microsoft ODBC Driver 11 for SQL Server</a>在 Windows 上快速安装并运行 Laravel 5.x<br />http://www.golaravel.com/post/install-and-run-laravel-5-x-on-windows/&nbsp;<br /><br /><br />教程：<br /><div>http://9iphp.com/web/laravel/laravel-5-routing-controller-and-views.html&nbsp;<br /><br /><div>如果在执行迁移时发生「class not found」错误，试着先执行 composer dump-autoload 命令后再进行一次</div><br />Composer安装<br />如果正常安装失败，使用下面方法：<br /><div>http://javahow.net/questions/17092967/windows-composer-install-issue<br /><br />Composer安装好后，可以设置中国镜像：<br /><div>http://pkg.phpcomposer.com/<br /><br />HTML与表单<br /><div>http://v4.golaravel.com/docs/4.1/html</div><div>Zizaco/Entrust<br /><div>https://github.com/Zizaco/entrust&nbsp;<br /><br /><br />源码示例：<br /><div>https://github.com/aBillander/aBillander&nbsp;</div></div></div><br />常用命令<br /><div style="border: 1px solid #cccccc; padding: 4px 5px 4px 4px; width: 98%; word-break: break-all; background-color: #eeeeee;"><div><div><div>composer require illuminate/html</div><span style="font-size: 13px;"><br />php artisan make:migration create_users_table --create=users</span></div><div><span style="font-size: 13px;">php artisan make:migration add_votes_to_users_table --table=users</span><br /><div><span style="font-size: 13px;">php artisan migrate</span></div><div><span style="font-size: 13px;">composer dump-autoload</span><br /><div><span style="font-size: 13px;">php artisan migrate --force</span></div><div><span style="font-size: 13px;">php artisan migrate:rollback</span></div><div><span style="font-size: 13px;">php artisan migrate:reset</span></div><div><span style="font-size: 13px;">php artisan migrate:refresh</span></div><div><span style="font-size: 13px;">php artisan migrate:refresh --seed<br /><br /></span><div><div>php artisan make:seeder UserTableSeeder</div><div>php artisan db:seed</div><div>php artisan db:seed --class=UserTableSeeder</div><div>php artisan migrate:refresh --seed</div></div><span style="font-size: 13px;"><br /></span></div></div></div><span style="font-size: 13px;">php artisan make:model Article</span></div><span style="font-size: 13px;">php&nbsp;artisan&nbsp;make:controller&nbsp;ArticlesController</span><br /><div style="font-size: 13px;">php artisan make:controller ArticlesController --plain<br /><div>php artisan make:controller PhotosController --resource &nbsp;(5.2)</div><br /><div>php artisan make:request CreateArticleRequest<br />php artisan make:request UpdateArticleRequest<br />php artisan make:request ArticleRequest<br /><br /><div>php artisan make:provider RiakServiceProvider<br /><br /><div>php artisan event:generate<br /><br /><br />php连接sql server：<br /><div>http://blogs.msdn.com/b/sqlphp/archive/2015/05/11/getting-started-with-php-and-microsoft-sql-server.aspx<br /><a href="https://www.microsoft.com/en-us/download/details.aspx?id=36434" style="outline: none; color: #707070; text-decoration: none; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; line-height: 19.5px; background-color: #ffffff;">Download Microsoft ODBC Driver 11 for SQL Server<br /></a><a href="https://www.microsoft.com/en-us/download/details.aspx?id=36434" style="outline: none; color: #707070; text-decoration: none;">Download the Microsoft SQL Server Driver</a></div></div></div></div></div></div></div></div></div></div><img src ="http://www.cppblog.com/seahouse/aggbug/211138.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/seahouse/" target="_blank">seahouse</a> 2015-12-29 14:50 <a href="http://www.cppblog.com/seahouse/archive/2015/12/29/211138.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>