国产一区二区在线免费观看,亚洲自国产拍揄拍,439 亚洲精品高清国产一久久_国产精品亚洲精品日韩动图_

0712-2888027 189-8648-0214
微信公眾號

孝感風(fēng)信網(wǎng)絡(luò)科技有限公司微信公眾號

當(dāng)前位置:主頁 > 技術(shù)支持 > PHP > laravel框架常用artisan常用命令集合

laravel框架常用artisan常用命令集合

時間:2019-08-10來源:風(fēng)信官網(wǎng) 點擊: 1340次
以下記錄為laravel框架常用artisan常用命令集合,日常開發(fā)過程中會經(jīng)常使用到。
 
1、控制器 or Model
 
// 5.2版本創(chuàng)建一個空控制器
php artisan make:controller BlogController
 
// 創(chuàng)建Rest風(fēng)格資源控制器
php artisan make:controller PhotoController --resource
 
// 指定創(chuàng)建位置 在app目錄下創(chuàng)建TestController
php artisan make:controller App\TestController
 
// 指定路徑創(chuàng)建
php artisan make:Model App\\Models\\User(linux or macOs 加上轉(zhuǎn)義符)
 
// 數(shù)據(jù)遷移
php artisan migrate
 
2、數(shù)據(jù)遷移(Migration)
 
// 創(chuàng)建遷移
php artisan make:migration create_users_table
 
// 指定路徑
php artisan make:migration --path=app\providers create_users_table
 
// 一次性創(chuàng)建
// 下述命令會做兩件事情:
// 在 app 目錄下創(chuàng)建模型類 App\Post
// 創(chuàng)建用于創(chuàng)建 posts 表的遷移,該遷移文件位于 database/migrations 目錄下。
php artisan make:model --migration Post
 
3、數(shù)據(jù)填充(Seeder)
 
// 創(chuàng)建要填充的數(shù)據(jù)類
php artisan make:seeder UsersTableSeeder
 
// 數(shù)據(jù)填充(全部表)
php artisan db:seed
 
// 指定要填充的表
php artisan db:seed --class=UsersTableSeeder
 
4、路由
 
// 查看所有路由
php artisan route:list
 
5、其他
 
配置Composer中國鏡像(CDN加速):composer config -g repo.packagist composer https://packagist.phpcomposer.com
 
更新Laravel依賴庫:composer install || composer update
 
自動生成事件和監(jiān)聽器:php artisan event:generate
 
自動生成Laravel密鑰:php artisan key:generate
 
清除Laravel配置緩存:php artisan config:clear || php artisan config:cache
 
查詢Laravel 版本及Laravel Intaller的版本:php artisan --version/laravel --version
 
Laravel PHP內(nèi)建服務(wù)器:cd learnlaravel5/public php -S 0.0.0.0:1024 || php artisan serve
 
Auth 系統(tǒng):php artisan make:auth
熱門關(guān)鍵詞: laravel 框架 artisan 常用命令
欄目列表
推薦內(nèi)容
熱點內(nèi)容
展開
内乡县| 苏尼特左旗| 麻城市| 潍坊市| 萨嘎县| 噶尔县| 独山县| 松溪县| 台湾省| 舟曲县| 莱芜市| 莆田市| 南平市| 彭山县| 奉贤区| 灵台县| 京山县| 彩票| 阜城县| 广元市| 治县。| 舞阳县| 梅河口市| 乃东县| 陈巴尔虎旗| 阳信县| 龙山县| 健康| 蛟河市| 长宁区| 沙河市| 温泉县| 随州市| 正宁县| 南溪县| 江华| 舞阳县| 安多县| 嘉善县| 江达县| 二手房|