...
Useful
Create Model, View and Controller with one command:
Code Block | ||
---|---|---|
| ||
php artisan generate:scaffold qos --fields="ds_rate_max:integer:unsigned, us_rate_max:integer:unsigned" |
Other Stuff
- Namespaces in Laravel: http://stackoverflow.com/questions/14714848/using-namespaces-in-laravel-4
- Relations in Laravel:
Widget Connector url https://www.youtube.com/watch?v=xIBST5vVq84 - http://culttt.com/2013/07/08/creating-flexible-controllers-in-laravel-4-using-repositories/
- http://laravel.com/api/4.2/Illuminate/Hashing/HasherInterface.html
- http://code.tutsplus.com/tutorials/laravel-4-a-start-at-a-restful-api-updated--net-29785
...