In this project, I have created a full-stack e-commerce website with Laravel, Livewire, Tailwind CSS, Stripe, and Algolia. I have also created an advanced admin panel with roles and permissions.
git clone
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve