php - Select from table using command prompt (not browser) in Laravel framewok -
i want select data 1 table in command prompt (not browser) using laravel framework. there know references is? please give me link, thankyou
you can create artisan command.
check laravel 5.0 docs:
http://laravel.com/docs/5.0/commands
then, can run command. example:
php artisan mycommand:list
laravel 4.2: http://laravel.com/docs/4.2/commands
you can run artisan commands "cmd" (windows). (edit environment variables first! add php path).