everest
verest namespace correction
钩子是快速开发的PHP MVC框架。它涵盖了MVC的部分和查看组件。它具有内置的数据库帮助器,可帮助您快速开发PHP的应用程序。
我是ASP.NET实施的MVC-Framework的忠实拥护者。该框架实现了非常相似的模式,并且应该对ASP.NET开发人员熟悉。
composer create-project everest-php/everestgit clone https://github.com/everest-php/everest.git文档没有被创建。如果您想做出贡献,请发送电子邮件至[email protected]或创建拉动请求。
如果您使用RAZR引擎获得“权限拒绝错误”。 “ .cache”文件夹应具有Web服务器的读取/写入权限。 sudo可能不是必需的。
向www-data提供所有权(在macos中,用_www替换www:data )
sudo chown -R www-data:www-data .cache
设置权限读/写
sudo chmod -R 0755 .cache
使用Everest制造的应用程序: