Download the PHP package scrawler/mvc without Composer
On this page you can find all versions of the php package scrawler/mvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mvc

Scrawler MVC
🔥Create simple but powerful web apps and APIs quickly, with minumum lines of code🔥
🇮🇳 Made in India 🇮🇳
💻 Installation
You can install Scrawler App via Composer. If you don't have composer installed , you can download composer from here
or if you want to start with an mvc template
✨ Folder Structure
public
: this should be the webroot of your serverassets
: your css and js assets live herepublic
: public file of your storage are accessable via this symlink, if this symlink is broken create one yourseld
config
: global configuration files, you can add your own configurations herestorage
: app caches , file storage stays heretests
: pest tests for your app lives heresrc
Controllers
: auto routed controller classes live hereviews
: blade view files live hereboot.php
: boots the framework and register the required services , do not modifyapp.php
: you can register your services and configuration hereroutes.php
: manual routes can be added here if required
All versions of mvc with dependencies
PHP Build Version
Package Version
Requires
scrawler/app Version
^2.1
scrawler/database Version ^2.0
scrawler/blade Version ^2.0
scrawler/storage Version ^2.1
vlucas/phpdotenv Version ^5.6
scrawler/exception Version ^2.1
scrawler/database Version ^2.0
scrawler/blade Version ^2.0
scrawler/storage Version ^2.1
vlucas/phpdotenv Version ^5.6
scrawler/exception Version ^2.1
The package scrawler/mvc contains the following files
Loading the files please wait ....