GrafiteInc / Builder

Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.

Home Page:https://builder.grafite.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5.8 support?

SaphiLC opened this issue · comments

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
commented

Sure, either wait or make pr

I guess this has not been fixed yet.

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

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