- 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
If you discover a security vulnerability within this app, please send an e-mail to IQBAL HASAN via [email protected]. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.