-
Install composer (if don't have): https://getcomposer.org/doc/00-intro.md
-
Create a MySQL database for the project.
-
Create/Update a file called .env:
'DB_HOST' = 'HOST'
'DB_DATABASE' = 'DATABASE',
'DB_USERNAME' = 'USERNAME',
'DB_PASSWORD' = 'PASSWORD',
For Stripe Integration update .env:
STRIPE_KEY=
STRIPE_SECRET=
CURRENCY=aed
CURRENCY_SYMBOL=AED
- From the project directory,
-
composer installThat will download dependencies.
-
php artisan migrateThat will apply database migrations
-
php artisan db:seedThat will add a user in database for testing purpose
-
php artisan serveThat will start the dev server (not for production)
-
-Username : naeem.ednet@gmail.com
-Password : laravel-test
- For any query contact me naeem.ednet@gmail.com