Skip to content

Instantly share code, notes, and snippets.

View manojchowrasiya's full-sized avatar

manojchowrasiya

View GitHub Profile

Make Controller with default functions

php artisan make:controller PhotoController --resource

Make Model

php artisan make:model User

php artisan make:model User --migration