This Project Related to Mirza Group., (*1)
Installation instructions
Step One, Please change your current directory to laravel installation path and then run these commands !, (*2)
composer require amiretemad/mirzachallenge dev-master, (*3)
Step Two, add the service provider to config/app.php., (*4)
'providers' => [
//..
amiretemad\mirzachallenge\mirzaChallengeServiceProvider::class,
]
Step Three, Please add this to your laravel's main composer.json, (*5)
"autoload": {
"psr-4": {
"amiretemad\\mirzachallenge\\": "vendor/amiretemad/mirzachallenge/src"
}
}
```
Step Four, run this command at laravel main root <br />
composer dump-autoload, (*6)
</br>
attention :
<b>After install you need to create a new database and set the database connection info in .env file
because i add some records to database.</b>
php artisan migrate, (*7)
That's it ! now you can access to mirza challenge package By typing in address bar
http://localhost/laravelInstallationPath/public/mirza
```, (*8)