Requirements
To run Laravel Shopper you’ll need a server meeting the following requirements:- PHP 8.3+
- Laravel 11.x
- Filament v4.5+
- Tailwind CSS v4.1+
- Mysql 8+ / MariaDB 10.2+ / PostgreSQL 15+
Recommended Hosts
We recommend using Digital Ocean to host most Laravel sites. Their servers are fast, inexpensive, and we use them ourselves. Full disclosure: that’s an affiliate link but we wouldn’t recommend them if it wasn’t an excellent option.Development Environments
All of these requirements are satisfied by the Laravel Homestead virtual machine, which makes it a great local Laravel development environment. Virtual machines aren’t for everybody though, so here are a couple of other options.Laravel Valet (MacOS & Linux)
Laravel Valet is a development environment for Mac minimalists If you are on Linux you must use this version of Valet for Linux. No Vagrant, No Apache, No Nginx, No need to manually edit hosts file. It simply maps all the subdirectories in a “web” directory (such as~/Sites) to .test or .localhost domains.
You can even share your sites publicly using local tunnels. We use it ourselves and it’s brilliant.