Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 584 Bytes

About Laravel Packages

Laravel packages allow access to all the features that framework offers to its host application, including routing, migrations, tests, views, and numerous other useful features.

Installation

  • Clone the repo
  • Create the database
  • Setup the .env file
  • Run the project

Related videos