2017 © Pedro Peláez
 

library mirzachallenge

this is mirza group challange

image

amiretemad/mirzachallenge

this is mirza group challange

  • Saturday, October 7, 2017
  • by amiretemad
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

The Versions

07/10 2017

dev-master

9999999-dev

this is mirza group challange

  Sources   Download

MIT