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製造的應用程序: