Skip to content

Laravel Integration

Please put calendar in the app/Libraries folder like this, and use 'files' property since it's a 3rd party external library.

"autoload": {
        "classmap": [
            "database"
        ],
        "psr-4": {
            "App\": "app/"
        },
        "files": ["app/Libraries/phpEventCalendar/conf.php"]
    },

Feedback and Knowledge Base