amiretemad / mirzachallenge
this is mirza group challange
dev-master
2017-10-07 15:51 UTC
This package is auto-updated.
Last update: 2025-03-26 03:58:41 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