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
I have added more informations on how to keep the repo updated:
- how to update the framework
- how to update the tarballs
The changes have been requested in this issue #1
Most updates require you to manually update configuration files like `app/Config/App.php` or `app/Config/Filters.php`, the easiest way to update this test project is to start over.
22
+
1. Delete all the files from the framework: **make sure you're in the project directory**
23
+
```bash
24
+
# will delete everything except for README.md, .gitignore and the .git (the only two file that is not from the framework)
0 commit comments