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 Nov 23, 2020. It is now read-only.
**Note: This package is only used by Backpack v3. Starting with Backpack v4, everything this package does is included in [Backpack/CRUD](https://github.com/laravel-backpack/crud) - one package to rule them all.**
9
+
11
10
Laravel Backpack v3.x's central package, which includes:
12
11
- admin login interface, using AdminLTE;
13
12
- basic menu;
14
13
- pretty error pages;
15
14
- alerts system (notification bubbles);
16
15
17
-
**Note: This package is only used by Backpack v3. Starting with Backpack v4, everything this package does is included in Backpack/CRUD - one package to rule them all.**
18
16
17
+
## Install on Laravel 7.x, 8.x and up
19
18
20
-
> ### Security updates and breaking changes
21
-
> Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.
19
+
Since September 2019, when we released Backpack 4.x, this package is no longer used. Only Backpack 3.x uses Backpack\Base, and Backpack 3.x will not receive support for Laravel 7.x, 8.x and above. We do encourage you to use Backpack + Laravel 7/8/up, but to do that please use the latest major version of Backpack.
3)[optional] Change values in config/backpack/base.php to make the admin panel your own. Change menu color, project name, developer name etc.
51
48
52
49
53
-
## Upgrading from Laravel 5.8 to Laravel 6
50
+
## Upgrades
51
+
52
+
### Upgrading from Laravel 5.8 to Laravel 6
54
53
- just upgrade your Laravel version and make sure you're running Backpack/Base 1.1.9 or higher;
55
54
56
55
57
-
## Upgrading from Laravel 5.7 to Laravel 5.8 (or from Base 1.0 to Base 1.1)
56
+
###Upgrading from Laravel 5.7 to Laravel 5.8 (or from Base 1.0 to Base 1.1)
58
57
- Upgrade to Laravel 5.8; you might need to change your ```backpack/crud``` dependency to ```3.6.*``` in your ```composer.json```;
59
58
- in your ```App\Models\BackpackUser``` instead of ```Tightenco\Parental\HasParent```, please use ```Backpack\Base\app\Models\Traits\InheritsRelationsFromParentModel```; [here's the diff](https://github.com/Laravel-Backpack/Base/pull/362/files#diff-f075b83ebb2b1ef3ba84dec14b395607);
60
59
- in your ```app/config/backpack/base.php``` please change your ```default_date_format``` and ```default_datetime_format``` to ```Do MMMM YYYY``` and ```Do MMMM YYYY, HH:mm``` respectively;
@@ -87,7 +86,11 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details
87
86
88
87
## Security
89
88
90
-
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
89
+
_Officially_ this package has:
90
+
- stopped receiving updates in Sep 2019;
91
+
- stopped receiving _security_ updates in Sep 2020;
92
+
93
+
However, if you discover any security related issues, please email [email protected] and we'll probably push an update nonetheless. Or at least inform people who are still using this version of the vulnerability. We take security seriously, so we'll go above and beyond to make sure our users' admin panels are safe.
91
94
92
95
Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.
93
96
@@ -98,7 +101,7 @@ Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/ne
98
101
99
102
## License
100
103
101
-
Backpack is free for non-commercial use and 49 EUR/project for commercial use. Please see [License File](LICENSE.md) and [backpackforlaravel.com](https://backpackforlaravel.com/#pricing) for more information.
104
+
Backpack is free for non-commercial use and 69 EUR/project for commercial use. Please see [License File](LICENSE.md) and [backpackforlaravel.com](https://backpackforlaravel.com/#pricing) for more information.
0 commit comments