书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 2402 个相关结果.
  • Eloquent 集合

    Eloquent:集合 简介 可用的方法 集合对象 自定义集合 Eloquent:集合 简介 可用的方法 自定义集合 简介 默认情况下 Eloquent 返回的都是一个 Illuminate\Database\Eloquent\Collection 对象的实例,包含通过 get 方法或是访问一个关联来获取到的结果。El...
  • 使用nginx作为代理

    nginx 代理 使用nginx作为反向代理 将nginx与生成的页面和缓存代理一起使用 Laravel Forge的 nginx 配置 使用 TLS 配置 Laravel Forge nginx 代理 使用nginx作为反向代理 map $sent_http_content_type $expires { "text/h...
  • Middleware

    HTTP Middleware Introduction Defining Middleware Before / After Middleware Registering Middleware Global Middleware Assigning Middleware To Routes Middleware Groups Middlewa...
  • Pagination

    Pagination Introduction Basic Usage Paginating Query Builder Results "Simple Pagination" Paginating Eloquent Results Manually Creating A Paginator Displaying Results In A Vie...
  • CSRF Protection

    CSRF Protection Introduction CSRF Tokens & JavaScript Excluding URIs From CSRF Protection X-CSRF-TOKEN X-XSRF-TOKEN CSRF Protection Introduction Excluding URIs X-CSRF-T...
  • Queues

    Queues Introduction Connections Vs. Queues Driver Notes & Prerequisites Database Redis Other Driver Prerequisites Creating Jobs Generating Job Classes Class Structure Disp...
  • 6.7.5. Changing the Routes

    6.7.5. Changing the Routes 6.7.5. Changing the Routes Now that all controllers are written, we are going to change the routes so that our website opens the list of invoices on ...
  • Notifications

    Notifications Introduction Creating Notifications Sending Notifications Using The Notifiable Trait Using The Notification Facade Specifying Delivery Channels Queueing Notifica...
  • 语言本地化

    语言本地化 表单验证错误本地化 控制器字段label 语言本地化 laravel-admin安装完成之后,如果界面显示的文字还是英文,说明你的框架语言设置为英文,需要在config/app.php 里面修改为中文: 'locale' => 'zh-CN' , 表单验证错误本地化 如果表单验证错误文字显示的是英文...
  • 快速入门

    数据库:入门 简介 配置信息 SQLite 配置 SQL Server 配置 数据库读写分离 使用多数据库连接 运行原生 SQL 语句 运行 Select 使用命名绑定 运行 insert 运行 Update 运行 Delete 运行一般声明 监听查询事件 数据库事务 手动操作事务 译者署名 数据库:入门 简介 ...