Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

5.8 support? #207

Open
SaphiLC opened this issue Mar 20, 2019 · 4 comments
Open

5.8 support? #207

SaphiLC opened this issue Mar 20, 2019 · 4 comments

Comments

@SaphiLC
Copy link

SaphiLC commented Mar 20, 2019

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
@reefebba
Copy link

Sure, either wait or make pr

@justcharlz
Copy link

I guess this has not been fixed yet.

@SaphiLC
Copy link
Author

SaphiLC commented Apr 9, 2019

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

@everisk
Copy link

everisk commented Jun 17, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants