⚙️ Laravel Project Backup 📦 No Composer Package 🔐 Passwords Stay With You ☁️ Your Own Cloud ⚙️ Laravel Project Backup 📦 No Composer Package 🔐 Passwords Stay With You ☁️ Your Own Cloud
Laravel Backup

Back Up Your Laravel Site Automatically
Files · Database · Email — One Module

You do not need to add a package to your project or write an artisan command. The Yedekalma module runs independently from your project's web root and backs up application files, your MySQL database and — if you use them — your mailboxes. Backups go straight to your own cloud.

No credit card required · 14-day free trial

Specific to Laravel

What Do You Actually Lose on a Laravel Site?

Before choosing a backup plan you need to know where each kind of data lives.

💾

Database

All of your application's business data lives in the database and has no copy in your code repository.

📁

User uploads

Files under storage/app are not tracked in version control — losing them is permanent.

🔑

.env configuration

Environment variables never enter the repository; recreating them after a server loss takes time.

🗃

Cache and sessions

File-based cache and session data is not critical but speeds recovery considerably.

📜

Log files

Application logs needed for incident analysis exist only on the server.

🧩

Vendor and build output

Dependencies can be reinstalled, but version drift can cause unexpected behaviour.

Setup

Laravel Backup in Four Steps

1️⃣

Download the module

Download the Yedekalma PHP Backup Module (.zip). Nothing is installed inside Laravel itself.

2️⃣

Upload to your web root

Unzip it and upload the yedekalma folder to your site root (your-project/public/yedekalma) via FTP.

3️⃣

Connect the API token

Open yoursite.com/yedekalma/ in a browser and paste the API token generated in your panel.

4️⃣

Create a schedule

Pick frequency, components and storage target. Backups run automatically and restore in one click.

Highlights

What You Get with Laravel Backup

🔐

We never see your passwords

The module runs on your own server. Your database and FTP credentials are never sent to our panel.

☁️

Straight to your own cloud

Backups go directly to Google Drive, Amazon S3 and S3-compatible services, Dropbox, OneDrive, Yandex.Disk — or a Receiver Module on your own server. They never pass through us.

Incremental transfers

Only changed files, changed tables and new emails are transferred. How it works.

↩️

One-click restore

Restore from the panel. When moving to a different server, connection settings are rewritten for you.

🦠

Malware scanning

File, database and email backups are scanned for malicious content.

🔒

Immutable copies

S3 Object Lock keeps a copy nothing can delete. Learn more.

Technical requirements for Laravel

The module needs PHP 7.0 or newer — virtually every Laravel installation qualifies. On the database side MySQL and MariaDB are supported: Laravel projects using MySQL or MariaDB are supported. PostgreSQL, SQLite and SQL Server are not.

The module is installed as an independent folder in your web root. It does not touch Laravel core files and is not installed as a theme, plugin or extension — so Laravel updates never break your backups.

FAQ

Laravel Backup — Frequently Asked Questions

No. You add nothing to your project and change no code. The module is uploaded as an independent folder inside your web root, so your deployment pipeline and composer dependencies are untouched.
In Laravel the web root is usually the public directory, so the module must go under it (for example public/yedekalma) to be reachable from a browser. Placing it in the project root makes it inaccessible over the web.
No. The database component supports MySQL and MariaDB only. If you use PostgreSQL you can still use the file and email components and keep backing up the database with your own tooling.
Yes. You can define folders to exclude from backups. Excluding regenerable directories such as cache and build output noticeably reduces backup size.
Yes. During restore you can remap the target database. See our website migration page for the full process.

Protect Your Laravel Site Today

Try it free for 14 days. No credit card, and nothing is charged when the trial ends.

Create Free Account

See the four-step setup →