-
Clone the repository
git clone https://github.com/harisfi/customer-bctarakan.git
-
Use the package manager composer to install vendor.
composer install
-
Configure .env files, => copy .env.example and rename it to .env
cp .env.example .env
-
Set your database configuration in .env files
-
Generate APP_KEY
php artisan key:generate
-
Run Migration
php artisan migrate
-
Run Seeder
php artisan db:seed
-
Create a symbolic link from public/storage to storage/app/public
php artisan storage:link
-
Run Laravel server
php artisan serve
-
Change .env debug mode
APP_DEBUG=false
-
Run artisan command for optimizing app
php artisan optimize
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.