awesome framework core
1.0.0
examples/
src/
tests/
vendor/
ผ่านนักแต่งเพลง
$ composer require jjuanrivvera/awesome-framework-core // Bootstrap application
$ app = new Awesome App (
config: new Awesome Config ( dirname ( __FILE__ ) . ' /config ' ), // Set config, optional
routesPath: dirname ( __FILE__ ) . ' /routes/*.php ' , // Set routes path, optional
viewPath: ' ./App/Views ' , // Set views path, optional
isCli: false // Define if the application is running as CLI, default false
);
// Initialize application
$ app -> init ();
// Run application
return $ app -> run ();โปรดดู Changelog สำหรับข้อมูลเพิ่มเติมเกี่ยวกับสิ่งที่เปลี่ยนแปลงไปเมื่อเร็ว ๆ นี้
$ composer test โปรดดูรายละเอียดที่มีส่วนร่วมและ code_of_conduct
หากคุณค้นพบปัญหาด้านความปลอดภัยใด ๆ โปรดส่งอีเมลถึง [email protected] แทนที่จะใช้ตัวติดตามปัญหา
ใบอนุญาต MIT (MIT) โปรดดูไฟล์ใบอนุญาตสำหรับข้อมูลเพิ่มเติม