GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
495 stars 104 forks source link

Laravel 5.8 not suported #197

Open ddjikic opened 5 years ago

ddjikic commented 5 years ago

installation fails on laravel 5.8.16

To Reproduce Steps to reproduce the behavior:

  1. install fresh laravel
  2. run "composer require grafite/cms"

Expected behavior to install

Desktop (please complete the following information):

phpSal commented 5 years ago

Same issue with laravel 5.8.24.

I even downgraded illuminate/support to 5.7.17

Still same error as laravel same version.

Platform: windows and wamp

jmazier-j2d commented 5 years ago

Same issue on Laravel 5.8 with Grafite 3.2.2

EDIT (made it work with laravel 5.8) : End up forking the project (+ dep. such as crypto, builder or formMaker had to be forked and slightly modified). Is someone still maitaining this project ? Is it worth submiting a PR for CMS update to laravel 5.8 ? Not so many changes, from I've tested so far, it has to do with customs directives being declared within Provider's register() method and not boot() (as it is required with laravel 5.8 now).

sdebarun commented 5 years ago

I am facing the same issue. procedure to replicate same as the process as @ddjikic. My laravel version is 5.8.30.does that mean we cannot use this package with lates laravel releases??

CarlonchoMaster commented 5 years ago

I am also interested in continuing this project !!

IlyasMakari commented 5 years ago

Is there a temporary fix in the meantime? Is it possible to trick composer into thinking it's Laravel 5.7?

jmazier-j2d commented 5 years ago

Is there a temporary fix in the meantime? Is it possible to trick composer into thinking it's Laravel 5.7?

The only fix I found so far was to fork the project and to make the modification described above in my previous comment. If you need help, I can provide the modifications I've made but I had no time to test in details. Most of it is working so far tho ..