Builder icon indicating copy to clipboard operation
Builder copied to clipboard

5.8 support?

Open SaphiLC opened this issue 6 years ago • 4 comments
trafficstars

There are errors right after importing the package in a fresh laravel 5.8.3 installation

Using version ^2.5 for grafite/builder
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 8 installs, 0 updates, 0 removals
  - Installing grafite/crypto (v1.1.1): Downloading (100%)
  - Installing laravelcollective/html (v5.8.0): Loading from cache
  - Installing doctrine/event-manager (v1.0.0): Downloading (100%)
  - Installing doctrine/cache (v1.8.0): Downloading (100%)
  - Installing doctrine/dbal (v2.9.2): Downloading (100%)
  - Installing grafite/formmaker (v1.3.4): Downloading (100%)
  - Installing grafite/crudmaker (v1.4.5): Downloading (100%)
  - Installing grafite/builder (v2.5.1): Downloading (100%)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
Writing lock file
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

In Container.php line 794:

  Class blade.compiler does not exist


Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

SaphiLC avatar Mar 20 '19 23:03 SaphiLC

Sure, either wait or make pr

reefebba avatar Mar 30 '19 00:03 reefebba

I guess this has not been fixed yet.

justcharlz avatar Apr 09 '19 14:04 justcharlz

I guess this has not been fixed yet.

i found whats making it fail, the crypto and formmaker packages, ill send a pr for each

Did the PRs, hope they accept em soon

If you need to use the package now, just go inside crypto and formmaker service providers and move the blade directives from register to boot, and do a composer dump

SaphiLC avatar Apr 09 '19 19:04 SaphiLC

Following SaphiLC advice, I'm able to install and use Grafite, but Crudmaker doesn't write table fields in the migration file.

everisk avatar Jun 17 '19 06:06 everisk