Just copy the following command and past into your terminal.
$ git clone https://github.com/ArifulSikder/Livewire-Ecommarce.git
After complete cloning, open your project directory. just run the following command.
cd Livewire-Ecommarce
Then run the following two(2) command.
composer update.
And also
npm install
For run your project simply run the following command.
php artisan serve
Opps! You got some database related errors. You you need to make database connection. Connect to the database and from the projects main directory, there is a folder called "sql". From this folder import database called "data.sql".
Now, you must notice that the style file(css) and js file is not working properly. For solve this issue, run the following command.
npm run dev
Thats it your livewire project is working fine without any loading issues. Just single page application.
Now, If you want to login the admin panel, visit the endpoint of login. And Your credentials are below:
Email: [email protected]
Password: 12345678
The Laravel framework is open-sourced software licensed under the MIT license.