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
{{ message }}
This repository was archived by the owner on Dec 14, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,15 @@ re()
53
53
54
54
This will allow you to immediately test out your application's code changes.
55
55
56
-
Aliases:
56
+
Aliases:`reboot()`, `reload()`, `restart()`.
57
57
58
-
-`reboot()`
59
-
-`reload()`
60
-
-`restart()`
58
+
To regenerate Composer's optimized autoload files before rebooting your current session, call:
59
+
60
+
```
61
+
reo()
62
+
```
63
+
64
+
Calling `reo()` simply runs `composer dump -o` before `re()`, ensuring any new classes added to your codebase since starting Tinx are automatically aliasable/resolvable by Laravel Tinker.
61
65
62
66
### Magic models
63
67
@@ -193,11 +197,6 @@ return [
193
197
194
198
Please post issues and send PRs.
195
199
196
-
### Suggested improvments
197
-
198
-
* Add more tests (currently only naming tests are implemented).
199
-
* Eloquent should support static calls to `getColumnListing`. Workaround?
0 commit comments