简体   繁体   English

Laravel 4网站的admin部分中的Charisma样式仪表板面板?

[英]Charisma style dashboard panel in the admin section of a Laravel 4 site?

Forgive me for being a beginner in php and I hope my question is not too vague or incomplete. 原谅我是php的初学者,希望我的问题不要太含糊或不完整。 I'm learning and I am really enjoying Laravel 4. Unfortunately, with it being so new, there are not many tutorials and questions out there other than general get up and go type stuff. 我正在学习,而且我真的很喜欢Laravel4。不幸的是,由于它是如此的新,除了通用的起床打字以外,这里没有太多的教程和问题。

I saw the Charisma bundle for L3 and I would love to implement a dashboard like this in to my admin panel but I'm a bit confused. 我看到了L3的Charisma捆绑包,我很想在管理面板中实现这样的仪表板,但我有些困惑。 I don't think Charisma is available for L4 yet but does anyone know a tutorial that covers this? 我认为Charisma不适用于L4,但是有人知道涵盖此内容的教程吗? Or any info on how this would be structured would be greatly appreciated. 否则将不胜感激任何有关其结构的信息。 I'd really like to buy a dashboard html theme and port it to my Laravel 4 site as my dashboard. 我真的很想购买仪表板html主题并将其作为仪表板移植到我的Laravel 4网站。 Something like this { http://themeforest.net/item/pannonia-fully-responsive-admin-template/4360373 } 像这样的东西{ http://themeforest.net/item/pannonia-fully-sensitive-admin-template/4360373 }

I have downloaded and messed around with the Laravel Bootstrap starter site on github as well as viewed and completed some tutorials on how to make a site with a backend here { http://www.codeforest.net/laravel4-simple-website-with-backend-1 }. 我已经下载并弄乱了github上的Laravel Bootstrap入门网站,并在此处查看并完成了一些有关如何制作具有后端的网站的教程{ http://www.codeforest.net/laravel4-simple-website-with -backend-1 }。 So I'm not too concerned with the login / auth part of the admin. 因此,我不太关心管理员的登录/身份验证部分。 Just a little confused on where to start as far as making the dashboard my main admin section and how to make it function inside laravel 4 calling the different pieces in the dashboard. 就将仪表板作为我的主要管理部分以及如何使其在laravel 4中调用仪表板中的不同部分而开始时,有些困惑。

Again, any help or tips would greatly be appreciated. 再次,任何帮助或提示将不胜感激。

可以通过更好地了解laravel 4内置的刀片模板系统来解决此问题。使用.blade.php扩展名创建视图并将它们包含在您的代码中非常快捷,容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM