Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://laravel.com/docs/4.2/

 

Useful

Create Model, View and Controller with one command:

Code Block
languagebash
php artisan generate:scaffold qos --fields="ds_rate_max:integer:unsigned, us_rate_max:integer:unsigned"

Other Stuff

...