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
| Laravel |Required PHP Version | Package Version |
22
22
|:--------|:----|:--------|
23
23
|`^5.7.28`|`^7.2`|`^2.0`|
24
24
|`^6.0`, `^7.0`|`^7.2`|`^2.1`|
25
25
|`^7.0`|`^7.4`|`^3.0`|
26
+
|`^8.0`|`^7.4`|`^3.1`|
26
27
27
28
### Publish assets
28
29
@@ -39,11 +40,6 @@ This will publish all the required Javascript and CSS into your applications `pu
39
40
Now navigate to `http://<your-app>/beanstalkd/tubes` in your browser. If you're not already authenticated you will now be asked to log in. This is because by
40
41
default all routes use the `auth` middleware. See the [Configuration](#configuration) section for information about how to overwrite this.
41
42
42
-
## Older versions of PHP and Laravel
43
-
44
-
If you're not on PHP 7 or Laravel 5.5 yet, please check out the [legacy branch](https://github.com/Dionera/laravel-beanstalkd-admin-ui/tree/php5). No new features will be added
45
-
to this branch. Bugfixes will still get backported.
0 commit comments