Skip to content

naminc/anon_laravel_store

Repository files navigation

📦 Anon Laravel Store

Laravel License PHP

A Fashion Shop project built with Laravel, structured following the Repository – Service – Interface pattern.


🚀 Quick Installation

1. Clone the project from GitHub

git clone https://github.com/naminc/anon_laravel_store.git

2. (Optional) Move code out if it's inside a subfolder:

mv anon_laravel_store/* anon_laravel_store/.* . 2>/dev/null
rm -rf anon_laravel_store

3. Create the .env file from the example and configure DB

cp .env.example .env

Edit the .env file:

DB_DATABASE=your_database
DB_USERNAME=root
DB_PASSWORD=your_password

4. Install dependencies via Composer

composer install

5. Generate the app key, run migrations + seeders, and create storage link

php artisan key:generate
php artisan migrate:fresh --seed
php artisan storage:link

6. Start the development server

php artisan serve

Visit the app at http://localhost:8000


📁 Project Structure (RSI)

app/
├── Http/Controllers/
├── Repositories/
├── Services/
└── Models/

🔐 Data Test Account

  • Email: admin@naminc.dev
  • Password: 123456
  • Role: Admin

🛠 Requirements

  • PHP >= 8.0
  • Composer
  • MySQL or MariaDB
  • Laravel >= 9.x

📄 License

Released under the MIT License
© 2025 naminc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors