This PR is to update the plugin to be compatible with the most recent release of Laravel. Not to implement the new and awesome features that come packed with it, like Blade Components or Jetstream.
Functionality tested
The following list of actions has been tested by running them in a fresh project. laravel new test-project
Related to #41
This PR is to update the plugin to be compatible with the most recent release of Laravel. Not to implement the new and awesome features that come packed with it, like Blade Components or Jetstream.
Functionality tested
The following list of actions has been tested by running them in a fresh project.
laravel new test-project
ui:coreui
Changelog
php ^7.2
=>php ^7.3
laravel/framework ^6.0
=>laravel/framework ^8.0
.laravel/ui ^3.0
.ui:coreui
command to also runui:controllers
src/Console/stubs/routes.stub
to be functional with Laravel 8