nebulapackage / nebula

Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
https://nebulapackage.com
227 stars 27 forks source link

Laravel 8 #57

Closed vitormicillo closed 3 years ago

vitormicillo commented 3 years ago

Hi, all features is compatible with Laravel 8 ? I tried to create a new project, following all the steps in the documentation, but when the user's CRUD is accessed it returns the error: image

and when I try to insert a new record: image

Thanks in advance

vitormicillo commented 3 years ago

I believe that I managed to solve the problem, I take a look at the source code files and the names are declared differently. So I modified the inclusion of the reference at the top of the file, being as follows:

use Larsklopstra\Nebula\Fields\Input as InputField;

If anyone else had problems with this

Larsklopstra commented 3 years ago

Great!