GithubHelp home page GithubHelp logo

Comments (10)

shsaleh avatar shsaleh commented on May 8, 2024

hi , same problem

from blogetc.

WEBDeon avatar WEBDeon commented on May 8, 2024

I made a pull request but you can update your composer.json file to use it with Laravel 5.8.x
https://github.com//pull/11/files

I just test it basically and must perform more in depth test but it seems OK

from blogetc.

DevAccess avatar DevAccess commented on May 8, 2024

How can I update my own composer.json to use it with the latest Laravel? Is it some kind of override? Thank you.

from blogetc.

WEBDeon avatar WEBDeon commented on May 8, 2024

Yes it's another package actually (waiting the acceptation of my pull request).
You can easily make a copy of the package on your dev root and create a link in composer.json to use the local copy of the package (feel free to rename it if needed).

If you need more information don't hesitate to ask me.

from blogetc.

anilkoeri avatar anilkoeri commented on May 8, 2024

I tried to update composer and fork repository. Added repository to application composer file.. it install package successfully but when I run php artisan vendor:publish --provider="WebDevEtc\BlogEtc\BlogEtcServiceProvider" nothing generating.. Please help to fix it.
Thanks

from blogetc.

WEBDeon avatar WEBDeon commented on May 8, 2024

In which directory do you run the php artisan command?

from blogetc.

anilkoeri avatar anilkoeri commented on May 8, 2024

I am running my application folder.

I forked to https://github.com/anilkoeri/BlogEtc and made changes here after that I added these to my application composer. Please let me know if I am missing anything.

`"repositories": {
"adonix": {
"type": "package",
"package": {
"name": "WebDevEtc/BlogEtc",
"version": "master",
"source": {
"url": "https://github.com/anilkoeri/BlogEtc.git",
"type": "git",
"reference":"master"
}
}
}
},

"require": {
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"laracasts/flash": "^3.0",
"laravel/cashier": "^9.3",
"laravel/framework": "5.8.*",
"laravel/tinker": "^1.0",
"laravelcollective/html": "~5.8",
"WebDevEtc/BlogEtc": "master"
},`

from blogetc.

cavewebs avatar cavewebs commented on May 8, 2024

I ran into the same challenges, any update yet on this?

from blogetc.

WEBDeon avatar WEBDeon commented on May 8, 2024

If not yet updated please use this one : https://github.com/WEBDeon/BlogEtc

from blogetc.

WebDevEtc avatar WebDevEtc commented on May 8, 2024

Updated composer - sorry about the delay.
Currently rewriting some bits for a v4 release, taking a bit longer than anticipated
https://packagist.org/packages/webdevetc/blogetc#v3.1.2

from blogetc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.