JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 8 forks source link

I want you to help build a laravel package using command like scaffolding ! #307

Open minhquy87tb opened 10 years ago

minhquy87tb commented 10 years ago

You can show me how to use config, commands, migration, seed, view, route , controller, template in work build a workbench package ! Example I want to create a table is users in package and how to I build function user manager (crud) user, group , avatar, level, messages etc . You can talk about FluentInterface (chaining method), Model, Schema, Eloquent method was using laravel 4 and example

minhquy87tb commented 10 years ago

I see a problem about structure of laravel 4 and design pattern using it. I was watching of Phill Sparks -( Phill Sparks - Software Design Patterns in Laravel 4) but i don't understand way to using for system. You can advandce support about this. Thank you so much !