使用刀片模板系統(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:其他許可證。