Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 1.37 KB

README.md

File metadata and controls

63 lines (54 loc) · 1.37 KB

About Laravel 7 Starter APP

Laravel 7 Starter App & admin LTE 3

Demo

Installasi

  • Download repository dan ekstrak atau clone repository
     $ git clone https://github.com/isengoding/lara7-starterapp.git
  • Masuk ke direktori aplikasi dan jalankan composer
     $ cd lara7-starterapp
     $ composer install
  • Copy file .env.example menjadi .env
    $ cp .env.example .env
  • Generate key application
     $ php artisan key:generate
  • Buat Database
  • Edit database name, database username dan database password di file .env
    DB_DATABASE=your_db.
    DB_USERNAME=your_mysql_username.
    DB_PASSWORD=your_mysql_password.
  • Migrate table
     $ php artisan migrate
  • Seed table
     $ php artisan db:seed
  • Jalankan lokal development server
    $ php artisan serve
  • Buka di browser http://localhost:8000
  • Login
    Username :  [email protected]
    Password :  password

Author

Isengoding – [email protected]

https://github.com/isengoding/

License

License