Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 481 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 481 Bytes

Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Command List

1.Trait generator : php artisan make:trait TraitName 2.Interface generator : php artisan make:interface InterfaceName 3.Repository generator : php artisan make:repository RepositoryName