File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,15 @@ Most of the latest updates/features are not available on these versions. Please
70
70
71
71
** Laravel 4:** ` $ php artisan config:publish yajra/laravel-datatables-oracle `
72
72
73
-
74
73
And that's it! Start building out some awesome DataTables!
75
74
75
+ ## Upgrading from v5.x to v6.x
76
+ - Change all occurrences of ` yajra\Datatables ` to ` Yajra\Datatables ` . (Use Sublime's find and replace all for faster update).
77
+ - Remove ` Datatables ` facade registration.
78
+ - Temporarily comment out ` Yajra\Datatables\DatatablesServiceProvider ` .
79
+ - Update package version on your composer.json and use ` yajra/laravel-datatables-oracle: ~6.0 `
80
+ - Uncomment the provider ` Yajra\Datatables\DatatablesServiceProvider ` .
81
+
76
82
## Contributing
77
83
78
84
Please see [ CONTRIBUTING] ( https://github.com/yajra/laravel-datatables/blob/master/CONTRIBUTING.md ) for details.
You can’t perform that action at this time.
0 commit comments