Friday, 7 August 2015

INTRODUCTION:-

  • Laravel is referred to as a “full stack” framework because it handles everything from web serving to database management right down to HTML generation.
  • Laravel comes with an excellent command-line tool named Artisan that can be used to generate skeleton code and database schema stubs.
  • Artisan handles everything from database schema migration to asset and configuration management.
  • Laravel differs from other vertically integrated environments in its strong preference for convention over configuration, whereas some Java, Python or PHP frameworks often require lots of XML configuration,
  • Laravel requires almost none (or perhaps only a few lines of PHP) to get started.
  • This aversion to configuration files makes for a very distinctive and recognizable code structure that is the same across all Laravel apps.


  • No comments:

    Post a Comment