SoftStore is TALL Stack e-commerce project build using :
- Laravel 12.x.
- Livewire v3.
- FilamentPHP v3.
- Alphinejs.
- Tailwindcss.
- Vite.
- Preline UI.
- Livewire Alert
- Sqlite.
- Stripe (in progress)
- Stripe PHP SDK
⚡ Powerful & modren admin panel that build with FilamentPHP.
⚡ Markdown Editor in create products page
⚡ Dark & Light mode
⚡ Fast navigating using wire:navigate to faster page loading
⚡ Filters & realtime search in datatables
⚡ Real-time updates & interactive UI using Livewire v3
⚡ Full Authentication login, registration, forgot password, reset password.
⚡ Payment getway integration with Stripe
1- install laravel farmework dependencies
composer install
2- install laravel-vite-plugin
npm install
3- install Livewire alert
composer require jantinnerezo/livewire-alert
4- install tailwindcss
npm install tailwindcss -D autoprefixer
&&
npx tailwind init
5- install preline ui
npm i preline
6- run database migrations
php artisan migrate
7- run application
php artisan serve














