Upgrade Radmin Admin template with Laravel 8

Rakibul Islam
2 min readOct 14, 2020

--

Laravel is running so fast! So keep Radmin in the race you need to upgrade it. You don’t know what is Radmin? Don’t worry.

Radmin is a prebuild Laravel admin panel starter kit with REST API, Advanced user, roles & permission management , Serverside Datatable, Datatable Edit and Export, XSS protection and many more features.

Radmin - Laravel Admin Template
Radmin Laravel Starter Kit

The latest version of Radmin used Laravel 7.24.0 . Upgrading into Laravel 8 is very easy. Lets see how it works —

Open composer.json file and update the following dependencies

  • guzzlehttp/guzzle to ^7.0.1
  • facade/ignition to ^2.3.6
  • laravel/framework to ^8.0
  • laravel/ui to ^3.0
  • nunomaduro/collision to ^5.0
  • phpunit/phpunit to ^9.0
Upgradae into Laravel 8

Also you need to upgrade Laravel Passport package, which is used fo API.

  • laravel/passport to ^10.0

And finally run composer update

PHP Requirement: The new minimum PHP version is now 7.3.0.

Radmin -Admin template

--

--

Rakibul Islam
Rakibul Islam

Written by Rakibul Islam

Passionate PHP Expert, Love to make things that make a difference! You can find me here, https://www.linkedin.com/in/rakibhstu/

No responses yet