Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How can i create Controller for posts table in LARAVEL using artisan??

user-image
Question added by Hosam Shoeib Abdelhamid , Front end web developer , design coordinators
Date Posted: 2014/05/22
Deleted user
by Deleted user

Using the laravel (4.2) artisan, you can run this command:php artisan generate:controller PostsControllerAdditioanlly there's a laravel package with much more commands to generate lot more things, you can find it on github: https://github.com/JeffreyWay/Laravel-4-Generators

More Questions Like This