dou7466 2014-04-28 09:30 采纳率: 0%
浏览 29
已采纳

Joomla到Laravel的迁移

If task is migrate from joomla CMS v3 to Laravel - theme, modules, database, authentication, ORM and CMS for edit content, from what I should start?

Routing

Methods

Views

Any ideas will be good, also suggestions with bundles to help, for example any good Administration CMS for Laravel?

  • 写回答

2条回答 默认 最新

  • dounanyin3179 2014-04-28 11:14
    关注

    Unfortunately I'm pretty sure you'll not find any packages or projects that migrates a Joomla web site to Laravel (or, maybe, CodeIgniter which is much older than Laravel).

    A CMS is something that does a lot, in terms of functionality and code, and is really difficult to reproduce unless you build something similar. There are some CMS based in Laravel, PyroCMS is one of them, so you may check with them if there is a way to move from Joomla to their CMS.

    If by migrate a theme you mean migrating HTML+CSS+Javascript to Laravel, this is an easy task, but, you still have to look to Laravel as a language, yes it's not a language it's a framework, but it is closer to a language than to a CMS, so you would have to create the CMS part in Laravel (PHP).

    The good news is that Laravel makes it very easy to build anything you like, because it is highly extendable (using composer packages, PEAR packages or even messing with the Laravel core) and there are no strict rules, you can change everything. It also has an IoC container which ease the access to classes, instantiated objects, singletons and thus methods. It also facilitate things by automatically inject dependencies (Dependency Injection) in your class constructors, so you don't have to instantiate everything to pass to your objects while creating them which also facilitates decoupling.

    Take a look at Wardrobe CMS source code. This is a really nice little CMS built with Laravel by one of the folks that work with Taylor Otwell, Laravel creator. You may even use it as a starting point for your own CMS.

    Here's a list of CMS built with Laravel:

    Stable

    Laravel Bootstrap https://github.com/davzie/laravel-bootstrap

    Bootstrap starter site https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site

    Pongo CMS v1 http://pongocms.com

    Wardrobe CMS (blogging) https://github.com/wardrobecms/wardrobe

    In development at the moment

    PongoCMS v2 http://pongocms.com

    October CMS http://octobercms.com/

    Larapress https://github.com/larapress-cms/larapress

    Koanda https://github.com/CoandaCMS/coanda-core

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效