GithubHelp home page GithubHelp logo

diverently / laravel-mix-kirby Goto Github PK

View Code? Open in Web Editor NEW
23.0 2.0 2.0 21 KB

Laravel Mix helper for Kirby

Home Page: https://diverently.github.io/laravel-mix-kirby/

License: MIT License

PHP 100.00%
laravel-mix kirby plugin webpack kirby-cms kirby-plugin kirby3

laravel-mix-kirby's People

Contributors

arnoson avatar iv-agatha avatar robertcordes avatar therephil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

laravel-mix-kirby's Issues

Manifest path on custom folder setup

Hi there.

I am trying to use the Mix helper plugin on a Kirby installation with custom folder setup.
I am assigning the assets root where the mix-manifest.json can be found in the index.php like so:

$kirby = new Kirby([
  'roots' => [
    'assets'   => dirname(__DIR__, 2) . '/assets'
  ],
]);

Then setting the manifestPath of the plugin in the config.php like so:

return [
  'diverently.laravel-mix-kirby.manifestPath' => kirby()->root('assets') . '/mix-manifest.json',
];

This returns an absolute URL which during local development has a leading /. The /is removed by the plugin here, and I therefor get the error that The Mix manifest does not exist..

Is there any way to work around this? Why does the / have to be removed?

Any help would be appreciated. I love the plugin and have used it many times, only now running into difficulties with the custom folder setup.

Error handling

Unfortunately I don’t know the Kirby way of handling errors. I've marked the lines in laravel-mix-kirby.php with @TODO's. I would love to get some help with that πŸ˜ƒ

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.