blueprint-nova-addon icon indicating copy to clipboard operation
blueprint-nova-addon copied to clipboard

A Blueprint addon which generates Nova resources

Results 8 blueprint-nova-addon issues
Sort by recently updated
recently updated
newest added

When running composer require naoray/blueprint-nova-addon I get the following error _Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires naoray/blueprint-nova-addon ^2.0...

I have a request. Would it have a way to publish the stubs for customization?

I noticed some WIP comments on Travis, but why not stick it all to GitHub. This adds GitHub Actions support, testing on PHP 7.4 and 8.0 and on Laravel 7.0...

If you have an uuid now, it was also added as: ```php return [ ID::make()->sortable(), Text::make('Team id') ->rules('required'), BelongsTo::make('Team'), DateTime::make('Created at'), DateTime::make('Updated at'), ]; ``` The `Text` field was not...

composer require --dev naoray/blueprint-nova-addon ``` Using version ^2.0 for naoray/blueprint-nova-addon ./composer.json has been updated Running composer update naoray/blueprint-nova-addon Loading composer repositories with package information Updating dependencies Your requirements could not...