Laravel Commands

laravel5 21 ก.ย. 2015

Laravel Framework version 5.0.33

Command สำหรับแสดงคำสั่งทั้งหมดที่สามารถใช้ได้

php artisan list

 

Command ที่ใช้บ่อยๆ
Listing Your Routes

php artisan route:list

Create controller

php artisan make:controller Api/HelperController

Create model

php artisan make:model Customers

แท็ก

Onyx

Just a middle-aged programmer, Can do many things but not the most.