Skip to content

tubagusgf/online-course

Repository files navigation

Build Status Total Downloads Latest Stable Version License

How to install this web app

  1. git clone https://github.com/evans292/online-course.git
  2. cd to online-course
  3. run composer install
  4. run npm install or yarn install
  5. configure .env file
  6. run php artisan key:generate
  7. run php artisan migrate
  8. run php artisan storage:link
  9. run php artisan db:seed
  10. run npm run dev or yarn dev
  11. php artisan serve

About this Online Course App

This online course app is my school project, using Laravel + Alpine Js + Tailwind Css. Our team members :

  • Euis Khoirunnisa
  • Fadhilla Oktaviani
  • Tubagus Gusti Fauzy

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.