Skip to content

elmaliaa/AdderBoard

Repository files navigation

Penyewaan Alat Berat

Installation

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/installer

Clone 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_alat

lalu masuk ke folder project

cd penyewaan_alat

Install composer packages:

composer update

Copy and rename .env.example to .env, update the environmental variables and set an app key:

php artisan key:generate

After that, run all migrations and seed the database:

php artisan migrate
php artisan db:seed

Or 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 --seed

Cara menjalannkannya -Nyalakan Xampp start apache mysql -run laravel dengan cara

php artisan serve

akses server melalui Https://127.0.0.1:8000/login

Contribution:

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"

About

Build and compare minimal transformers that add two 10-digit numbers with 99% accuracy using trained or algorithmically searched model weights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors