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: 6.x/introduction.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Backpack is a collection of Laravel packages that help you **build custom admini
6
6
7
7
In a nutshell:
8
8
9
-
-UI - Backpack will provide you with a _visual interface_ for the admin panel (the HTML, the CSS, the JS), authentication functionality & global bubble notifications; you can choose from one of the 3 themes we have developed (powered by Tabler, CoreUI v4 or CoreUI v2), a third-party theme or create your own theme; the enormous advantage of using a Bootstrap-based HTML theme is that when you need custom pages, you already have the HTML blocks for the UI, you don't have to design them yourself;
10
-
- CRUDs - Backpack will also help you build _sections where your admins can manipulate entries for Eloquent models_; we call them _CRUD Panels_ after the most basic operations: Create, Read, Update & Delete; after [understanding Backpack](/docs/{{version}}/getting-started-basics), you'll be able to create a CRUD panel in a few minutes per model:
9
+
-**UI** - Backpack will provide you with a _visual interface_ for the admin panel (the HTML, the CSS, the JS), authentication functionality & global bubble notifications; you can choose from one of the 3 themes we have developed (powered by Tabler, CoreUI v4 or CoreUI v2), a third-party theme or create your own theme; the enormous advantage of using a Bootstrap-based HTML theme is that when you need custom pages, you already have the HTML blocks for the UI, you don't have to design them yourself.
10
+
-**CRUDs** - Backpack will also help you build _sections where your admins can manipulate entries for Eloquent models_; we call them _CRUD Panels_ after the most basic operations: Create, Read, Update & Delete; after [understanding Backpack](/docs/{{version}}/getting-started-basics), you'll be able to create a CRUD panel in a few minutes per model:
If you have NOT created your Eloquent models yet, you can use whatever you want for that. We recommend:
34
-
- FREE - [`laravel-shift/blueprint`](https://github.com/laravel-shift/blueprint) as the best **YAML-based tool** for this;
35
-
- PAID - [`backpack/devtools`](https://backpackforlaravel.com/products/devtools) as the best **web interface** for this; it makes it dead simple to create Eloquent models, from the comfort of your web browser;
34
+
- FREE - [`laravel-shift/blueprint`](https://github.com/laravel-shift/blueprint) as the best **YAML-based tool** for this.
35
+
- PAID - [`backpack/devtools`](https://backpackforlaravel.com/products/devtools) as the best **web interface** for this. It makes it dead simple to create Eloquent models, from the comfort of your web browser.
36
36
37
37
---
38
38
@@ -56,7 +56,7 @@ We heavily recommend you spend a little time to understand Backpack, and only af
56
56
<aname="requirements"></a>
57
57
### Requirements
58
58
59
-
- Laravel 10.x or 11.x
59
+
- Laravel 10.x or 11.x or 12.x
60
60
- MySQL / PostgreSQL / SQLite / SQL Server
61
61
62
62
<aname="how-does-it-look"></a>
@@ -78,9 +78,9 @@ Backpack v6 is the current version and is actively maintained by the Backpack te
78
78
### License
79
79
80
80
Backpack is open-core:
81
-
-**Backpack CRUD is free & open-source, licensed under the [MIT License](https://github.com/Laravel-Backpack/CRUD/blob/main/LICENSE.md)**; it is perfect if you're building a simple admin panel - it's packed with features! it's also perfect if you're building an open-source project, the permissive license allows you to do whatever you want;
82
-
-**Backpack PRO is a paid, closed-source add-on, licensed under our [EULA](https://backpackforlaravel.com/eula)**;[PRO](https://backpackforlaravel.com/products/pro-for-unlimited-projects) adds additional functionality to CRUD, that will be useful when your admin panel grows (see our [FREE vs PRO comparison](https://backpackforlaravel.com/docs/6.x/features-free-vs-paid));
83
-
- Of the other add-ons we've created, some are FREE and some are PAID; please see [our add-ons list](https://backpackforlaravel.test/docs/6.x/add-ons-official) for more info;
81
+
-**Backpack CRUD is free & open-source, licensed under the [MIT License](https://github.com/Laravel-Backpack/CRUD/blob/main/LICENSE.md)**. It is perfect if you're building a simple admin panel - it's packed with features! It's also perfect if you're building an open-source project, the permissive license allows you to do whatever you want.
82
+
-**Backpack PRO is a paid, closed-source add-on, licensed under our [EULA](https://backpackforlaravel.com/eula)**.[PRO](https://backpackforlaravel.com/products/pro-for-unlimited-projects) adds additional functionality to CRUD, which will be useful when your admin panel grows (see our [FREE vs PRO comparison](https://backpackforlaravel.com/docs/6.x/features-free-vs-paid)).
83
+
- Of the other add-ons we've created, some are FREE and some are PAID. Please see [our add-ons list](https://backpackforlaravel.test/docs/6.x/add-ons-official) for more info.
84
84
85
85
[Our documentation](https://backpackforlaravel.com/docs) covers both CRUD and PRO, with all the PRO features clearly labeled <spanclass="badge badge-pill badge-info">PRO</span>.
86
86
@@ -89,9 +89,9 @@ Backpack is open-core:
89
89
### Versioning, Updates and Upgrades
90
90
91
91
Starting with the previous version, all our packages follow [semantic versioning](https://semver.org/). Here's what `major.minor.patch` (e.g. `6.0.1`) means for us:
92
-
-`major` - breaking changes, major new features, complete rewrites; released **once a year**, in February; it adds features that were previously impossible and upgrades our dependencies; upgrading is done by following our clear and detailed upgrade guides;
93
-
-`minor` - new features, released in backwards-compatible ways; **every few months**; update takes seconds;
-`major` - breaking changes, major new features, complete rewrites; released **once a year**, in February. It adds features that were previously impossible and upgrades our dependencies; upgrading is done by following our clear and detailed upgrade guides.
93
+
-`minor` - new features, released in backwards-compatible ways; **every few months**; update takes seconds.
When we release a new Backpack\CRUD version, all paid add-ons receive support for it the same day.
97
97
@@ -100,15 +100,15 @@ When you buy a premium Backpack add-on, you get access to not only _updates_, bu
100
100
<aname="add-ons"></a>
101
101
### Add-ons
102
102
103
-
Backpack's core is open-source and free (Backpack\CRUD). <spanclass="badge badge-pill badge-success">FREE</span>
103
+
Backpack's core is open-source and free (Backpack\CRUD). <spanclass="badge badge-pill badge-success">**FREE**</span>
104
104
105
105
The reason we've been able to build and maintain Backpack since 2016 is that Laravel professionals have supported us, by buying our paid products. As of 2022, these are all Backpack add-ons, which we highly recommend:
106
-
-[Backpack PRO](/products/pro-for-unlimited-projects) - a crazy amount of added features; <spanclass="badge badge-pill badge-warning">PAID</span>
107
-
-[Backpack DevTools](/products/devtools) - a developer UI for generating migrations, models and CRUDs; <spanclass="badge badge-pill badge-warning">PAID</span>
108
-
-[Backpack FigmaTemplate](/products/figma-template) - quickly create designs and mockups, using Backpack's design; <spanclass="badge badge-pill badge-warning">PAID</span>
109
-
-[Backpack EditableColumns](/products/editable-columns) - let your admins do quick edits, right in the table view; <spanclass="badge badge-pill badge-warning">PAID</span>
106
+
-[Backpack PRO](/products/pro-for-unlimited-projects) - a crazy amount of added features; <spanclass="badge badge-pill badge-warning">**PAID**</span>
107
+
-[Backpack DevTools](/products/devtools) - a developer UI for generating migrations, models and CRUDs; <spanclass="badge badge-pill badge-warning">**PAID**</span>
108
+
-[Backpack FigmaTemplate](/products/figma-template) - quickly create designs and mockups, using Backpack's design; <spanclass="badge badge-pill badge-warning">**PAID**</span>
109
+
-[Backpack EditableColumns](/products/editable-columns) - let your admins do quick edits, right in the table view; <spanclass="badge badge-pill badge-warning">**PAID**</span>
110
110
111
111
112
-
In addition to our open-source core and our closed-source add-ons, there are a few other add-ons you might want to take a look at, that treat common use cases. Some have been developed by our core team, some by our wonderful community. You can just install interfaces to manage [site-wide settings](https://github.com/Laravel-Backpack/Settings), [the default Laravel users table](https://github.com/eduardoarandah/UserManager), [users, groups & permissions](https://github.com/Laravel-Backpack/PermissionManager), [content for custom pages, using page templates](https://github.com/Laravel-Backpack/PageManager), [news articles, categories and tags](https://github.com/Laravel-Backpack/NewsCRUD), etc. <spanclass="badge badge-pill badge-success">FREE</span>
112
+
In addition to our open-source core and our closed-source add-ons, there are a few other add-ons you might want to take a look at, that treat common use cases. Some have been developed by our core team, some by our wonderful community. You can just install interfaces to manage [site-wide settings](https://github.com/Laravel-Backpack/Settings), [the default Laravel users table](https://github.com/eduardoarandah/UserManager), [users, groups & permissions](https://github.com/Laravel-Backpack/PermissionManager), [content for custom pages, using page templates](https://github.com/Laravel-Backpack/PageManager), [news articles, categories and tags](https://github.com/Laravel-Backpack/NewsCRUD), etc. <spanclass="badge badge-pill badge-success">**FREE**</span>
113
113
114
114
For more information, please see [our add-ons page](/addons).
Copy file name to clipboardExpand all lines: 7.x-dev/introduction.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Backpack is a collection of Laravel packages that help you **build custom admini
6
6
7
7
In a nutshell:
8
8
9
-
-UI - Backpack will provide you with a _visual interface_ for the admin panel (the HTML, the CSS, the JS), authentication functionality & global bubble notifications; you can choose from one of the 3 themes we have developed (powered by Tabler, CoreUI v4 or CoreUI v2), a third-party theme or create your own theme; the enormous advantage of using a Bootstrap-based HTML theme is that when you need custom pages, you already have the HTML blocks for the UI, you don't have to design them yourself;
10
-
- CRUDs - Backpack will also help you build _sections where your admins can manipulate entries for Eloquent models_; we call them _CRUD Panels_ after the most basic operations: Create, Read, Update & Delete; after [understanding Backpack](/docs/{{version}}/getting-started-basics), you'll be able to create a CRUD panel in a few minutes per model:
9
+
-**UI** - Backpack will provide you with a _visual interface_ for the admin panel (the HTML, the CSS, the JS), authentication functionality & global bubble notifications; you can choose from one of the 3 themes we have developed (powered by Tabler, CoreUI v4 or CoreUI v2), a third-party theme or create your own theme; the enormous advantage of using a Bootstrap-based HTML theme is that when you need custom pages, you already have the HTML blocks for the UI, you don't have to design them yourself.
10
+
-**CRUDs** - Backpack will also help you build _sections where your admins can manipulate entries for Eloquent models_; we call them _CRUD Panels_ after the most basic operations: Create, Read, Update & Delete; after [understanding Backpack](/docs/{{version}}/getting-started-basics), you'll be able to create a CRUD panel in a few minutes per model:
If you have NOT created your Eloquent models yet, you can use whatever you want for that. We recommend:
34
-
- FREE - [`laravel-shift/blueprint`](https://github.com/laravel-shift/blueprint) as the best **YAML-based tool** for this;
35
-
- PAID - [`backpack/devtools`](https://backpackforlaravel.com/products/devtools) as the best **web interface** for this; it makes it dead simple to create Eloquent models, from the comfort of your web browser;
34
+
- FREE - [`laravel-shift/blueprint`](https://github.com/laravel-shift/blueprint) as the best **YAML-based tool** for this.
35
+
- PAID - [`backpack/devtools`](https://backpackforlaravel.com/products/devtools) as the best **web interface** for this. It makes it dead simple to create Eloquent models, from the comfort of your web browser.
36
36
37
37
---
38
38
@@ -56,7 +56,7 @@ We heavily recommend you spend a little time to understand Backpack, and only af
56
56
<aname="requirements"></a>
57
57
### Requirements
58
58
59
-
- Laravel 10.x or 11.x
59
+
- Laravel 10.x or 11.x or 12.x
60
60
- MySQL / PostgreSQL / SQLite / SQL Server
61
61
62
62
<aname="how-does-it-look"></a>
@@ -78,9 +78,9 @@ Backpack v6 is the current version and is actively maintained by the Backpack te
78
78
### License
79
79
80
80
Backpack is open-core:
81
-
-**Backpack CRUD is free & open-source, licensed under the [MIT License](https://github.com/Laravel-Backpack/CRUD/blob/main/LICENSE.md)**; it is perfect if you're building a simple admin panel - it's packed with features! it's also perfect if you're building an open-source project, the permissive license allows you to do whatever you want;
82
-
-**Backpack PRO is a paid, closed-source add-on, licensed under our [EULA](https://backpackforlaravel.com/eula)**;[PRO](https://backpackforlaravel.com/products/pro-for-unlimited-projects) adds additional functionality to CRUD, that will be useful when your admin panel grows (see our [FREE vs PRO comparison](https://backpackforlaravel.com/docs/6.x/features-free-vs-paid));
83
-
- Of the other add-ons we've created, some are FREE and some are PAID; please see [our add-ons list](https://backpackforlaravel.test/docs/6.x/add-ons-official) for more info;
81
+
-**Backpack CRUD is free & open-source, licensed under the [MIT License](https://github.com/Laravel-Backpack/CRUD/blob/main/LICENSE.md)**. It is perfect if you're building a simple admin panel - it's packed with features! It's also perfect if you're building an open-source project, the permissive license allows you to do whatever you want.
82
+
-**Backpack PRO is a paid, closed-source add-on, licensed under our [EULA](https://backpackforlaravel.com/eula)**.[PRO](https://backpackforlaravel.com/products/pro-for-unlimited-projects) adds additional functionality to CRUD, which will be useful when your admin panel grows (see our [FREE vs PRO comparison](https://backpackforlaravel.com/docs/7.x/features-free-vs-paid)).
83
+
- Of the other add-ons we've created, some are FREE and some are PAID. Please see [our add-ons list](https://backpackforlaravel.test/docs/7.x/add-ons-official) for more info.
84
84
85
85
[Our documentation](https://backpackforlaravel.com/docs) covers both CRUD and PRO, with all the PRO features clearly labeled <spanclass="badge badge-pill badge-info">PRO</span>.
86
86
@@ -89,9 +89,9 @@ Backpack is open-core:
89
89
### Versioning, Updates and Upgrades
90
90
91
91
Starting with the previous version, all our packages follow [semantic versioning](https://semver.org/). Here's what `major.minor.patch` (e.g. `7.0.1`) means for us:
92
-
-`major` - breaking changes, major new features, complete rewrites; released **once a year**, in February; it adds features that were previously impossible and upgrades our dependencies; upgrading is done by following our clear and detailed upgrade guides;
93
-
-`minor` - new features, released in backwards-compatible ways; **every few months**; update takes seconds;
-`major` - breaking changes, major new features, complete rewrites; released **once a year**, in February. It adds features that were previously impossible and upgrades our dependencies; upgrading is done by following our clear and detailed upgrade guides.
93
+
-`minor` - new features, released in backwards-compatible ways; **every few months**; update takes seconds.
When we release a new Backpack\CRUD version, all paid add-ons receive support for it the same day.
97
97
@@ -100,15 +100,15 @@ When you buy a premium Backpack add-on, you get access to not only _updates_, bu
100
100
<aname="add-ons"></a>
101
101
### Add-ons
102
102
103
-
Backpack's core is open-source and free (Backpack\CRUD). <spanclass="badge badge-pill badge-success">FREE</span>
103
+
Backpack's core is open-source and free (Backpack\CRUD). <spanclass="badge badge-pill badge-success">**FREE**</span>
104
104
105
105
The reason we've been able to build and maintain Backpack since 2016 is that Laravel professionals have supported us, by buying our paid products. As of 2022, these are all Backpack add-ons, which we highly recommend:
106
-
-[Backpack PRO](/products/pro-for-unlimited-projects) - a crazy amount of added features; <spanclass="badge badge-pill badge-warning">PAID</span>
107
-
-[Backpack DevTools](/products/devtools) - a developer UI for generating migrations, models and CRUDs; <spanclass="badge badge-pill badge-warning">PAID</span>
108
-
-[Backpack FigmaTemplate](/products/figma-template) - quickly create designs and mockups, using Backpack's design; <spanclass="badge badge-pill badge-warning">PAID</span>
109
-
-[Backpack EditableColumns](/products/editable-columns) - let your admins do quick edits, right in the table view; <spanclass="badge badge-pill badge-warning">PAID</span>
106
+
-[Backpack PRO](/products/pro-for-unlimited-projects) - a crazy amount of added features. <spanclass="badge badge-pill badge-warning">**PAID**</span>
107
+
-[Backpack DevTools](/products/devtools) - a developer UI for generating migrations, models and CRUDs. <spanclass="badge badge-pill badge-warning">**PAID**</span>
108
+
-[Backpack FigmaTemplate](/products/figma-template) - quickly create designs and mockups, using Backpack's design. <spanclass="badge badge-pill badge-warning">**PAID**</span>
109
+
-[Backpack EditableColumns](/products/editable-columns) - let your admins do quick edits, right in the table view. <spanclass="badge badge-pill badge-warning">**PAID**</span>
110
110
111
111
112
-
In addition to our open-source core and our closed-source add-ons, there are a few other add-ons you might want to take a look at, that treat common use cases. Some have been developed by our core team, some by our wonderful community. You can just install interfaces to manage [site-wide settings](https://github.com/Laravel-Backpack/Settings), [the default Laravel users table](https://github.com/eduardoarandah/UserManager), [users, groups & permissions](https://github.com/Laravel-Backpack/PermissionManager), [content for custom pages, using page templates](https://github.com/Laravel-Backpack/PageManager), [news articles, categories and tags](https://github.com/Laravel-Backpack/NewsCRUD), etc. <spanclass="badge badge-pill badge-success">FREE</span>
112
+
In addition to our open-source core and our closed-source add-ons, there are a few other add-ons you might want to take a look at, that treat common use cases. Some have been developed by our core team, some by our wonderful community. You can just install interfaces to manage [site-wide settings](https://github.com/Laravel-Backpack/Settings), [the default Laravel users table](https://github.com/eduardoarandah/UserManager), [users, groups & permissions](https://github.com/Laravel-Backpack/PermissionManager), [content for custom pages, using page templates](https://github.com/Laravel-Backpack/PageManager), [news articles, categories and tags](https://github.com/Laravel-Backpack/NewsCRUD), etc. <spanclass="badge badge-pill badge-success">**FREE**</span>
113
113
114
114
For more information, please see [our add-ons page](/addons).
0 commit comments