amiretemad / mirzachallenge
this is mirza group challange
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/amiretemad/mirzachallenge
This package is auto-updated.
Last update: 2025-09-26 05:00:24 UTC
README
This Project Related to Mirza Group.
Installation instructions
Step One, Please change your current directory to laravel installation path and then run these commands !
composer require amiretemad/mirzachallenge dev-master
Step Two, add the service provider to config/app.php.
'providers' => [
//..
amiretemad\mirzachallenge\mirzaChallengeServiceProvider::class,
]
Step Three, Please add this to your laravel's main composer.json
"autoload": {
"psr-4": {
"amiretemad\\mirzachallenge\\": "vendor/amiretemad/mirzachallenge/src"
}
}
Step Four, run this command at laravel main root
composer dump-autoload
attention : 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.
php artisan migrate
That's it ! now you can access to mirza challenge package By typing in address bar
http://localhost/laravelInstallationPath/public/mirza