Speeding Up Laravel Tests with tmpfs (MySQL in RAM)
If your Laravel test suite is painfully slow and does a lot of database work (multi-tenancy, migrations, seeding), the bottleneck is almost…
mysql, pgsql, mariadb, redis, memcached, meilisearch, minio, selenium, and mailpit.curl -s https://laravel.build/myapp?with=mysql,redis | bash
latest: Pulling from laravelsail/php82-composer
Digest: sha256:12345678901234567890123456789012345678901234567890
Status: Image is up to date for laravelsail/php82-composer:latest
_ _
| | | |
| | __ _ _ __ __ ___ _____| |
| | / _` | '__/ _` \ \ / / _ \ |
| |___| (_| | | | (_| |\ V / __/ |
|______\__,_|_| \__,_| \_/ \___|_|
WARN TTY mode requires /dev/tty to be read/writable.
Creating a "laravel/laravel" project at "./myapp"
Installing laravel/laravel (v10.2.6)
mv myapp myapp.com
cd myapp.com/
sail up -d
sail command for command-line tasks related to your application.code .
sail npm run dev
http://localhost/. Your application should be accessible at this URL.Give Vroni a GitHub issue, bug report, spec, or rough idea. It reads the repo, plans the change, writes code, runs checks, and works toward a review-ready pull request.
Take a look at vroni.com