- 0023 = Poin referral not set
- 0024 = Nominal poin referral not set
- 0025 = Poin deposit not set
- 0026 = Nominal poin deposit not set
- 0027 = Request top up Anda telah mencapai limit harian
- 0028 = Kode pembayaran tidak tersedia
- 0029 = Limit deposit Anda telah mencapai batas
- 0030 = Mode maintenance not set
- Clone repository Bilpay
- Create a MySQL database for the project
mysql -u root -p, if using Vagrant:mysql -u homestead -psecretcreate database bilpay;\q
- From the projects root run
cp .env.example .env - Configure your
.envfile - Install composer, php-mysql, php-ext and php-dom (dependent on your distrubtion, For Debian run
apt install composer php-mysql php-ext php-dom) - Run
composer updatefrom the projects root folder - From the projects root folder run:
php artisan vendor:publish --tag=laravel2step &&
php artisan vendor:publish --tag=laravel-email-database-log-migration
- From the projects root folder run
sudo chmod -R 755 ../backoffice_app - From the projects root folder run
php artisan key:generate - From the projects root folder run
php artisan migrate - From the projects root folder run
composer dump-autoload - From the projects root folder run
php artisan db:seed - Compile the front end assets with npm steps or yarn steps.
- Install yarn (dependent on your distribution)
- From the projects root folder run
yarn install - From the projects root folder run
yarn run devoryarn run production
- You can watch assets with
yarn run watch
- From the projects root folder run
npm install - From the projects root folder run
npm run devornpm run production
- You can watch assets with
npm run watch
- From the projects root folder run
php artisan config:cache