使用刀片模板系统(PHP)的引导3管理员。
不太可能的其他产品,它仅需要一个文件bladeone.php即可运行。因此,它可以在无框架或任何其他外部引用的情况下在香草php中运行。
在Heroku上运行的现场模板
composer require EFTEC/gentelella-bladeone
所有参考资料和资源都包含在此项目中。
Just download the folder to a web server and run /index.php
<?php
include "vendor/autoload.php";
use eftecbladeone;
$blade=new BladeOneBladeOne(__DIR__.'/views',__DIR__ . '/compiled');
define("BLADEONE_MODE",1);
$values=['title'=>'Gentelella-bladeone | index ','username'=>'Hillary Trump'];
echo $blade->run("home.index",$values);
where home.index是位于文件夹 view home中的索引模板
=控制器文件。他们只是使用刀片并重新重新考虑视图。
Views =基于Gentelella的模板。模板与Laravel的刀片兼容
views _shared =共享模板
views _shared master.blade.php =主模板。它具有许多页面的通用代码,但登录页和错误页面。
views _shared masterfull.blade.php =另一个没有左和顶菜单的主页
view _shared header.php =标题(上菜单)
view _shared head.php = head <head>内容
views _shared leftmenu.php =左菜单
view _ shared leftmenu.php =页面的页脚(其中版权)
views _home =页面内容
images =视图使用的图像。
js =自定义JavaScript。
css =自定义样式表
vendor =第三方PHP库(刀片)
vendors =第三方JavaScript库
commiled =创建编译视图时的文件夹。它自动生成。
(全包括)
文件:
Views _Shared Master.blade.php
Views _Shared Masterfull.blade.php
在Google Analytics(分析)中包含一个代码。您可以删除它。 Google Analytics(分析)用于Heroku演示。
<!-- google analytics, please remove it -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-99820696-1', 'auto');
ga('send', 'pageview');
</script>
<!-- google analytics, please remove it -->
| 模板 | 版本/状态 |
|---|---|
| index.blade.php | 0.1好 |
| calendar.blade.php | 0.1好 |
| Chartjs.blade.php | 0.1好 |
| Chartjs2.blade.php | 0.1好 |
| Contacts.blade.php | 0.1好 |
| echarts.blade.php | 0.1好 |
| e_commerce.blade.php | 0.2好 |
| fixed_footer.blade.php | 0.2好 |
| fixed_sidebar.blade.php | 0.2好 |
| form.blade.php | 0.1好 |
| form_advanced.blade.php | 0.1好 |
| form_buttons.blade.php | 0.1好 |
| form_upload.blade.php | 0.1好 |
| form_validation.blade.php | 0.2好 |
| form_wizards.blade.php | 0.2好 |
| 常规_ELEMENT.BLADE.PHP | 0.2好 |
| glyphicons.blade.php | 0.2好 |
| ICONS.BLADE.PHP | 0.2好 |
| inbox.blade.php | 0.2好 |
| index.blade.php | 0.1好 |
| index2.blade.php | 0.2好 |
| index3.blade.php | 0.2好 |
| invoice.blade.php | 0.2好 |
| Level2.blade.php | 0.2好 |
| login.blade.php | 0.2好 |
| map.blade.php | 0.1未测试 |
| Media_gallery.blade.php | 0.2好 |
| morisjs.blade.php | 0.2好 |
| 其他_charts.blade.php | 0.2好 |
| page_403.blade.php | 0.1好 |
| page_404.blade.php | 0.1好 |
| page_500.blade.php | 0.1好 |
| plain_page.blade.php | 0.1好 |
| pricing_tables.blade.php | 0.1好 |
| profile.blade.php | 0.2好 |
| projects.blade.php | 0.2好 |
| Project_detail.blade.php | 0.2好 |
| tables.blade.php | 0.2好 |
| tables_dynamic.blade.php | 0.2好 |
| tessography.blade.php | 0.2好 |
| widgets.blade.php | 0.2好 |
| xx.blade.php | 0.1那是什么? |
Bladeone已获得MIT许可证(MIT)的许可。这意味着您可以使用,复制,修改,合并,发布,分发,分散和/或出售软件的副本。但是您总是需要说明豪尔赫·卡斯特罗·卡斯特洛(Jorge Castro Castilo)是该图书馆的原始作者。
Gentelella版权Colorlib(https://colorlib.com/)。根据MIT许可证(MIT)许可。
动画版权所有Daniel Eden(https://daneden.github.io)。根据MIT许可证(MIT)许可。
自动化版权杰克·摩尔(Jack Moore)。根据MIT许可证(MIT)许可。
Todo:其他许可证。