- git clone https://github.com/evans292/online-course.git
- cd to online-course
- run composer install
- run npm install or yarn install
- configure .env file
- run php artisan key:generate
- run php artisan migrate
- run php artisan storage:link
- run php artisan db:seed
- run npm run dev or yarn dev
- php artisan serve
This online course app is my school project, using Laravel + Alpine Js + Tailwind Css. Our team members :
- Euis Khoirunnisa
- Fadhilla Oktaviani
- Tubagus Gusti Fauzy
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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
The Laravel framework is open-sourced software licensed under the MIT license.