awesome framework core
1.0.0
examples/
src/
tests/
vendor/
Melalui komposer
$ 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 ();Silakan lihat Changelog untuk informasi lebih lanjut tentang apa yang telah berubah baru -baru ini.
$ composer test Silakan lihat Kontribusi dan Code_OF_Conduct untuk detailnya.
Jika Anda menemukan masalah terkait keamanan, silakan kirim email ke [email protected] alih -alih menggunakan pelacak masalah.
Lisensi MIT (MIT). Silakan lihat file lisensi untuk informasi lebih lanjut.