duanfeng7756 2017-10-23 10:08
浏览 76
已采纳

移动Laravel Project时要复制哪些文件和文件夹

I'm kinda still finding my way around the Laravel development framework. I want to use a Sample Project Here for my learning

Now the project was done in Laravel 5 and i'm trying to use the Latest 5.5 Laravel.

How do i go about this and what files and folders do i have to copy to my Laravel 5.5 project to get this working.

  • 写回答

1条回答 默认 最新

  • drwdvftp423507 2017-10-23 10:25
    关注

    The file and code structure has changed quite a lot from Laravel 5.0 to Laravel 5.5.

    If you are wanting to use that project on Laravel 5.5 then you would need to go through the update process for each version until you reached Laravel 5.5. These can all be found in the Laravel documentation for the respective version.

    An easy, and better approach, would just be to incorporate this into your project manually.

    SB Admin is just a theme based on Bootstrap and so you can just incorporate it into your app as you would Bootstrap.

    You can download the source for SB Admin here - https://startbootstrap.com/template-overviews/sb-admin/

    You can also check out the source on GitHub if you need more of an idea on how to use it on specific pages - https://github.com/BlackrockDigital/startbootstrap-sb-admin


    If you really want to use that project to learn Laravel then you can. As you're still new to Laravel, I wouldn't bother updating it (you'd likely be in over your head).

    To get started with the project, just follow the instructions on their repo - https://github.com/start-laravel/sb-admin-laravel-5:

    1. Clone the project git clone https://github.com/start-laravel/sb-admin-laravel-5.git
    2. Switch into the newly created folder
    3. composer install to install Laravel and the required dependencies
    4. npm install
    5. bower install
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构
  • ¥15 python按要求编写程序
  • ¥15 Python输入字符串转化为列表排序具体见图,严格按照输入