Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 500 Bytes

File metadata and controls

25 lines (22 loc) · 500 Bytes

How to run this.

  • First install it with

       git clone https://github.com/Ctmax-ui/QuickMart.git
  • Second composer install

       composer install
  • Third make dB and update it

       php artisan migrate
  • Fourth link storage

       php artisan storage:link
  • Additional com

       php artisan db:seed

If main branch's code dosn't work then download the code zip from full_fledge branch and run it.