bangiim / belajar-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

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.

Installation Project

  1. Buka cmd lalu ketikkan
  2. Cloning repository : git clone https://github.com/bangiim/belajar-laravel.git
  3. Masuk ke directory project : cd belajar-laravel
  4. composer install
  5. Buat file .env, isinya diambil dari .env.example
  6. Buat database, lalu masukkan nama database ke DB_DATABASE di file .env
  7. php artisan key:generate
  8. php artisan migrate
  9. php artisan serve

License

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

About


Languages

Language:PHP 70.9%Language:Blade 28.1%Language:Shell 0.6%Language:Vue 0.4%