You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I'm not a fan of composer! Though, for some, cases it is great too! Anyone who is looking for to run this framework without composer:
Replace the following in public/index.php require '../vendor/autoload.php';
with
Though keep one thing in mind, the main framework will run without issue but other plugins that is loaded via composer had to be loaded via require/include/composer. In that case remove these line before running composer.json:
Well, I'm not a fan of composer! Though, for some, cases it is great too! Anyone who is looking for to run this framework without composer:
Replace the following in public/index.php
require '../vendor/autoload.php';
with
Though keep one thing in mind, the main framework will run without issue but other plugins that is loaded via composer had to be loaded via require/include/composer. In that case remove these line before running composer.json:
The text was updated successfully, but these errors were encountered: