Clone Laravel Dari Github

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/xxxxxx/xxxxxx
  • Install dependencies: composer install ; npm install ; npm run dev
  • Run cp .env.example .env for create .env file (Edit database name, username and password)
  • Run php artisan migrate --seed for migration database
  • Run php artisan storage:link for create folder storage
  • Run php artisan key:generate

Tinggalkan Balasan