How to run laravel program at CLI?

gaov

I want to run laravel program at CLI, but I don't know how to write the command.
I try to like this /laravel/index.php /controller/method, but it doesn't work.

Mehul Kuriya

you can refer this link for commands : https://laravel.com/docs/5.1/artisan

using artisan you can create your command as well as controller and model for your application

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related