LaraMart web application lets to create user account on webpage and make a new ad. Merchants can be added via adminstration area (dashboard) and import product ads from external link as JSON is also possible.
- Copy code from GitHub
- Run
npm install
- Copy
env.example
to.env
and modify content - Migrate database tables with
php artisan migrate
command - Register a new user profile and make it admin in database with changing
is_admin
column.
All rights reserved! © Copyright Harkály Gergő (https://github.com/harkalygergo)