Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.02 KB

README.md

File metadata and controls

32 lines (24 loc) · 2.02 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About 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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

How To Install and Running Project

  1. git clone https://github.com/rhmndev/magaman.git
  2. composer install
  3. copy file .env and modify to configure database
  4. php artisan migrate
  5. ⁠php artisan key:generate
  6. php artisan serve