In this project we have a user registration CRUD part. Also Product Variants.
If you find a problem implementing the project in your localhost.plz follow this.
-
go to the github link and download the zip file.
-
extract it in your local directory.
-
create a new database and import the given sql database file.
-
now go to the project directory core, and copy the .env.example file and also paste it there. Rename the copied file to .env .Then go to the .env file and edit the DB_DATABASE name laravel to the database that you created previously.
-
then open the command panel / terminal in your project directory and change directory with cd core. then composer update command.
-
After composer updated successfully, run php artisan key:generate command.
Now restart your server and mysql and your project is ready to start at localhost.
Thank you very much.