Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Don't be afraid to put up a PR or address any of the open issues in the tabs!

## Getting Started

This project uses [Laravel 11](https://laravel.com/) (PHP 8.2+) as the backend framework, with [Inertia.js](https://inertiajs.com/) and [Vue 3](https://vuejs.org/) for the frontend.
This project uses [Laravel 11](https://laravel.com/) (PHP 8.4+) as the backend framework, with [Inertia.js](https://inertiajs.com/) and [Vue 3](https://vuejs.org/) for the frontend.
Copy link

Copilot AI Dec 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This documentation states that PHP 8.4+ is required, but Laravel 11's official requirement is PHP 8.2+. While the project's composer.json does specify "^8.4", this creates a discrepancy with Laravel's official documentation. If the project intentionally requires PHP 8.4 as a minimum, consider clarifying this is a project-specific requirement rather than a Laravel 11 requirement. Otherwise, consider documenting it as "PHP 8.2+" to align with Laravel 11's actual requirements, while noting the project is configured to use PHP 8.4.

Suggested change
This project uses [Laravel 11](https://laravel.com/) (PHP 8.4+) as the backend framework, with [Inertia.js](https://inertiajs.com/) and [Vue 3](https://vuejs.org/) for the frontend.
This project uses [Laravel 11](https://laravel.com/) as the backend framework and is configured to run on PHP 8.4+ (Laravel 11 itself requires PHP 8.2+ or higher), with [Inertia.js](https://inertiajs.com/) and [Vue 3](https://vuejs.org/) for the frontend.

Copilot uses AI. Check for mistakes.

### Laravel Sail

Expand Down