A Fashion Shop project built with Laravel, structured following the Repository – Service – Interface pattern.
git clone https://github.com/naminc/anon_laravel_store.gitmv anon_laravel_store/* anon_laravel_store/.* . 2>/dev/null
rm -rf anon_laravel_storecp .env.example .envEdit the .env file:
DB_DATABASE=your_database
DB_USERNAME=root
DB_PASSWORD=your_passwordcomposer installphp artisan key:generate
php artisan migrate:fresh --seed
php artisan storage:linkphp artisan serveVisit the app at http://localhost:8000
app/
├── Http/Controllers/
├── Repositories/
├── Services/
└── Models/
- Email:
admin@naminc.dev - Password:
123456 - Role:
Admin
- PHP >= 8.0
- Composer
- MySQL or MariaDB
- Laravel >= 9.x
Released under the MIT License
© 2025 naminc