Skip to content

iqbalhasandev/student-result-show-test-app

Repository files navigation

Installation

  • Clone repo
git clone https://github.com/iqbalhasandev/student-result-show-test-app.git
  • got to project folder
 cd student-result-show-test-app
  • the open terminal
  • run this command
 cp .env.example .env
  • setup database

  • run composer install

composer install
  • run migration and seeder
php artisan migrate:fresh --seed
  • now serve your application
php artisan serve

Security Vulnerabilities

If you discover a security vulnerability within this app, please send an e-mail to IQBAL HASAN via info@iqbalhasan.dev. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.