Skip to content

Requirements

To get Modular up and running, you'll need an environment suitable for running a clean install of Laravel 11. Here are the basic requirements:

  • A clean install of Laravel 11 as a starting point.
  • Node.js (tested on version >= 20.11.1)
  • NPM (tested on version >= 10.2.4)

If you are familiar with Docker, Laravel Sail (Laravel's official Docker development environment) is a convenient option that provides all you need to run the application and handle asset bundling using Vite (a process of combining multiple files into a single file for better performance).

Alternatively, you can follow the other setup approaches outlined in Laravel's Official Documentation to configure your development environment.