Go to file
ncoronel 6d0d600b4b feat: add product catalog image seeder and support assets 2026-07-01 11:01:48 -03:00
app feat: create ProductService to handle product, variant, and attribute lifecycle management 2026-07-01 10:22:02 -03:00
bootstrap initial commit 2026-06-18 10:09:24 -03:00
config feat(aws): update AWS configuration in .env.example and filesystems.php for enhanced settings 2026-06-25 14:20:30 -03:00
database feat: add product catalog image seeder and support assets 2026-07-01 11:01:48 -03:00
docs/postman Refactor tenant prop API routes and update Postman collection for clarity 2026-06-22 16:53:42 -03:00
postman feat(storage): implement S3 file upload and temporary URL generation functionality 2026-06-25 14:23:34 -03:00
public feat: add DatabaseSeeder and TenantSeeder with sample tenant configuration and assets 2026-06-29 09:32:09 -03:00
resources initial commit 2026-06-18 10:09:24 -03:00
routes Merge branch 'feature/compras' into dev 2026-06-26 11:16:11 -03:00
storage feat: add product catalog image seeder and support assets 2026-07-01 11:01:48 -03:00
tests feat: add ProductVariant model and service layer for CRUD operations with attachment handling 2026-07-01 10:09:04 -03:00
.editorconfig initial commit 2026-06-18 10:09:24 -03:00
.env.example feat(aws): update AWS configuration in .env.example and filesystems.php for enhanced settings 2026-06-25 14:20:30 -03:00
.gitattributes initial commit 2026-06-18 10:09:24 -03:00
.gitignore initial commit 2026-06-18 10:09:24 -03:00
.npmrc initial commit 2026-06-18 10:09:24 -03:00
AGENTS.md Refactor project structure to use domain-oriented architecture; add Product and Tenant domains with controllers, models, requests, resources, and routes 2026-06-19 11:59:28 -03:00
README.md initial commit 2026-06-18 10:09:24 -03:00
ShopIt_API_Postman_Collection.json feat: refactor product attributes handling to use product_attribute table and update related models and requests 2026-06-30 16:35:56 -03:00
Tenant_CRUD_Postman_Collection.json feat: implement full CRUD support and database schema for multi-tenant architecture 2026-06-26 16:57:59 -03:00
artisan initial commit 2026-06-18 10:09:24 -03:00
composer.json feat(dependencies): add league/flysystem-aws-s3-v3 and aws/aws-sdk-php to composer files 2026-06-25 12:18:46 -03:00
composer.lock feat(dependencies): add league/flysystem-aws-s3-v3 and aws/aws-sdk-php to composer files 2026-06-25 12:18:46 -03:00
package.json initial commit 2026-06-18 10:09:24 -03:00
phpunit.xml feat: implement Attachment domain for file storage and integrate into Tenant service for logo management 2026-06-29 09:43:46 -03:00
vite.config.js initial commit 2026-06-18 10:09:24 -03:00

README.md

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

In addition, Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

You can also watch bite-sized lessons with real-world projects on Laravel Learn, where you will be guided through building a Laravel application from scratch while learning PHP fundamentals.

Agentic Development

Laravel's predictable structure and conventions make it ideal for AI coding agents like Claude Code, Cursor, and GitHub Copilot. Install Laravel Boost to supercharge your AI workflow:

composer require laravel/boost --dev

php artisan boost:install

Boost provides your agent 15+ tools and skills that help agents build Laravel applications while following best practices.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.