E-Surat is Online Village Letter Submission Website.
- PHP Version 7.2 or Above
- Composer
- Git
- NPM
- Open the terminal, navigate to your directory (htdocs or public_html).
git clone https://github.com/hiskiia/e-surat.git
cd e-surat
composer install
- Run NPM
npm install && npm run dev
- Setting the database configuration, open .env file at project root directory
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**
- Install Project
php artisan project:install
You will get the administrator credential and url access like example bellow:
::Administrator Credential::
URL Login: http://localhost/e-surat/public/admin/login
Email: admin
Password: 123456