You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Explore this project and experience the convenience of a ready-made local develo
16
16
17
17
-**Multiple Language Support**: Provide a multilingual experience with [Laravel Lang](https://laravel-lang.com/) to make your application accessible to a diverse user base.
18
18
19
+
-**Application and Database Backup System**: Provide an application and database backup system with [laravel-backup](https://spatie.be/docs/laravel-backup/v8/introduction) to make your application safe and ready for quick recovery.
20
+
19
21
## Required Commands to run locally
20
22
21
23
1.**Create Your Project from the Template:**
@@ -257,6 +259,17 @@ php artisan test
257
259
258
260
Running tests is crucial to ensure the reliability and correctness of your application's functionality. The above command will initiate the testing process and provide you with valuable insights into the quality of your codebase.
259
261
262
+
## Backup System
263
+
264
+
The backup system is provided by [laravel-backup](https://spatie.be/docs/laravel-backup/v8/introduction).
265
+
266
+
you can run the following commad to generate a backup:
267
+
```bash
268
+
php artisan backup:run
269
+
```
270
+
271
+
also the schedular is configured to do schedule backup and cleanup of your application.
272
+
260
273
## Extra Artisan Commands
261
274
262
275
This project provides additional Artisan commands to simplify your workflow and enhance productivity.
0 commit comments