Blogger Information
自由之上
Blog
41
fans
0
comment
0
visits
25299
integral:0
P beans:88
  • List of blog posts
  • 后台九 文章列表

    一、数据库1、创建 文章列表 数据表2、填充 文章列表 数据3、创建 文章详情 数据表4、填充 文章详情 数据#【新建】文章表DROP TABLE IF EXISTS `article`;CREATE TABLE `article` ( `id` ...

    2021-03-18 09:12 Read 660 comment 0
  • 后台八 文章分类

    一、文章分类 数据库1、创建 文章分类数据表并填充数据#【新建】文章分类表DROP TABLE IF EXISTS `article_cate`;CREATE TABLE `article_cate` ( `id` int(10) NOT NULL...

    2021-03-17 09:19 Read 682 comment 0
  • 后台七 友情链接

    一、友情链接 数据库处理1、创建 友情链接 数据表并填充数据#【创建】友情链接DROP TABLE IF EXISTS `friend_link`;CREATE TABLE `friend_link` ( `id` int(10) NOT NULL...

    2021-03-16 08:59 Read 966 comment 0
  • 后台六 功能权限(阅读)

    一、处理没有该功能问题1、出现问题 2、打开权限菜单3、查看功能对应分类3、添加菜单功能并保存 4、查看效果走第二步(接着往下看) 二、处理没有权限问题1、出现问题 2、分组列表->角色->修改 3、勾选对应的权限并保存修改*注意保存 4、查看效果(...

    2021-03-15 22:02 Read 719 comment 0
  • 后台五 角色管理

    一、角色列表 模块1、创建 角色列表 视图模板 2、编辑 角色列表 视图模板resources/views/admins/groups/index.blade.php 角色列表

    2021-03-14 15:49 Read 955 comment 0
  • 后台四 菜单列表

    一、菜单列表 模块1、创建 菜单列表 视图模板resources/views/admins/menus/index.blade.php 菜单列表

    2021-03-13 10:29 Read 1128 comment 0
  • 后台三 账号列表

    一、账号列表 模块1、创建 账号列表 视图模板resources/views/admins/admin/index.blade.php

    2021-03-12 09:19 Read 1001 comment 0
  • 后台二 项目流程(阅读)

    一、客户访问1、浏览器地址栏输入url地址http://renwushizhan1/ 2、查看网络请求url链接http://renwushizhan1/ 3、链接传递到Apache或Nginx服务器4、服务器调用php应用程序, 启动larav...

    2021-03-12 09:08 Read 583 comment 0
  • 后台一 搭建项目

    一、使用phpStorm创建laravel项目参考:https://www.jianshu.com/p/0941dcfc939a1、使用Composer创建项目2、选择composer.phar所在目录3、添加php可执行文件4、创建中 二、创建网站...

    2021-03-10 21:42 Read 1174 comment 0