Clone this Repository with
git clone git@github.com:programmermunna/ecommerce-tenancy.gitThen.
cp .env.example .envOtherwise, Please copy the content of .env.example and place it in .env file.
Replace the Values in .env file to your credentials
execute
install application dependencies.
composer installgenerate project key.
php artisan artisan key:generatemigrate database and seed database with test data.
php artisan migrate --seedto run the application tests, use.
php artisan testbootup local server for development
php artisan serveOn the Project root directory, run the commands
make setup-application make migrate-databaseThe above commands will install all dependency and perform all necessary application setup processes.
to seed the database, simply use
make artisan-command p=db:seed- PLEASE DO NOT MERGE ANY BRANCH WITH FAILED TESTS.
To check if test passes, click on action tab, check that all test has passed before merging
after that, visit you can view the application on your local machine with http://127.0.0.1:8000
Address: Belkuchi,Sirajganj,Bangladesh Portfolio: munna.twinklerain.com Mail: programmermunna@gmail.com Github: github.com/programmermunna WhatsApp: +8801938031025
Thanks.