<?php include 'icore/filebase.php'; Server::run(); ?>
index.php
server file. Urls are routed through the server file index.php
. In this way, all php urls and files are protected
unless allowed. Server can be started on port 8080
by running the command
php mi start
on the terminal which starts the built-in php server. If this method is slow or unresponsive, as a better alternative, developers can use their preferred local or remote server. Spoova has been configured to
respond in a better way.
Once the server is started, spoova begins to search for its route files within the windows/Routes
directory. For more information on WVM approach visit here
Note that when file are loaded using the php inbuilt server ports, external css library icons may be affected. This may be resolved by loading the icons directly using the cdn link of such libraries.