Halo teruntuk bang DN ini tutorial untuk nginstall aplikasi ini di laptopmu ikuti langkah-langkahnya
Download dan Install git https://git-scm.com/download/win
Download dan Install composer https://getcomposer.org/Composer-Setup.exe
Install Laravel: buka command prompt / cmd (windows+R -> ketik cmd -> enter)
composer global require laravel/installerClone the repo dengan cara buka cmd lalu masuk ke lokasi ingin menyimpan file project: contoh: cd D:/projects (lokasinya bebas) lalu di clone pake git
git clone https://github.com/seefnasrul/penyewaan_alatlalu masuk ke folder project
cd penyewaan_alatInstall composer packages:
composer updateCopy and rename .env.example to .env, update the environmental variables and set an app key:
php artisan key:generateAfter that, run all migrations and seed the database:
php artisan migratephp artisan db:seedOr if your database is fresh and you haven't done any work yet, then it's safe to call the commands in a single line:
php artisan migrate:refresh --seedCara menjalannkannya -Nyalakan Xampp start apache mysql -run laravel dengan cara
php artisan serveakses server melalui Https://127.0.0.1:8000/login
Contribution is welcomed and highly appreciated. Fork the repo, make your updates and initiate a pull request. I'll approve all pull requests as long as they are constructive and follow the Laravel standard practices. "# penyewaan_alat"