Go to file
ncoronel 754aeebe3a Squashed commit of the following:
commit c993da3397b65488d919d1b929cbd4638754601b
Author: ncoronel <ncoronel@quo.ar>
Date:   Tue Jul 28 09:54:10 2026 -0300

    feat(tickets): update ticket metadata layout for improved readability and clarity

commit 140fa4676d84bed788894e1d7994b26dccac7a34
Author: ncoronel <ncoronel@quo.ar>
Date:   Tue Jul 28 09:43:21 2026 -0300

    feat(tickets): enhance PDF ticket download with dynamic filename and improved styling

commit 8875c047b198776e61e8353c99cf4c7b00bc8fc9
Author: ncoronel <ncoronel@quo.ar>
Date:   Tue Jul 28 09:03:17 2026 -0300

    feat(tickets): add PDF download functionality for tickets

    - Implemented a new endpoint to download tickets as a PDF.
    - Created DownloadTicketsPdfRequest for validating ticket IDs.
    - Added TicketPdfService to handle PDF generation and QR code embedding.
    - Developed a Blade view for rendering ticket details in PDF format.
    - Updated API routes to include the new PDF download route.
    - Added tests to ensure authenticated users can download their tickets and that users cannot download tickets belonging to others.
    - Updated composer.json and composer.lock to include necessary dependencies for PDF generation and QR code creation.
2026-07-28 09:54:49 -03:00
app Squashed commit of the following: 2026-07-28 09:54:49 -03:00
bootstrap feat: implement multi-tenant cart functionality and add image validation helper 2026-07-01 15:38:12 -03:00
config fix(env): update frontend URL variable and adjust CORS settings for improved origin handling 2026-07-27 14:09:43 -03:00
database feat(variants): add minimum and maximum use dates to variants and update related logic 2026-07-27 14:59:07 -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(tenant): add main carousel images to tenant seeder and implement corresponding tests 2026-07-23 14:53:00 -03:00
resources Squashed commit of the following: 2026-07-28 09:54:49 -03:00
routes fix(routes): update Google auth callback route to match expected path 2026-07-27 13:39:56 -03:00
storage feat: add product catalog image seeder and support assets 2026-07-01 11:01:48 -03:00
tests Squashed commit of the following: 2026-07-28 09:54:49 -03:00
.editorconfig initial commit 2026-06-18 10:09:24 -03:00
.env.example fix(env): update frontend URL variable and adjust CORS settings for improved origin handling 2026-07-27 14:09:43 -03:00
.gitattributes initial commit 2026-06-18 10:09:24 -03:00
.gitignore feat: update .gitignore to include .env.testing and enhance phpunit.xml with additional environment variables 2026-07-07 09:25:39 -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(mail-test): implement email testing functionality 2026-07-21 16:01:18 -03:00
Tenant_CRUD_Postman_Collection.json feat: differentiate between header and footer colors 2026-07-01 15:37:46 -03:00
artisan initial commit 2026-06-18 10:09:24 -03:00
composer.json Squashed commit of the following: 2026-07-28 09:54:49 -03:00
composer.lock Squashed commit of the following: 2026-07-28 09:54:49 -03:00
package.json initial commit 2026-06-18 10:09:24 -03:00
phpunit.xml feat: update .gitignore to include .env.testing and enhance phpunit.xml with additional environment variables 2026-07-07 09:25:39 -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.