Found 65 bookmarks
Custom sorting
How to use PostgreSQL with Laravel | EDB
How to use PostgreSQL with Laravel | EDB
This article covers how to use PostgreSQL together with the PHP framework Laravel to deploy web applications. After walking through the Laravel installation process it shows how to get started and create tables.
·enterprisedb.com·
How to use PostgreSQL with Laravel | EDB
composer查看vendor目录下各包的版本号,升级,降级-CSDN博客
composer查看vendor目录下各包的版本号,升级,降级-CSDN博客
文章浏览阅读5.3k次。有时候需要知道当前 vendor 下下载的各个包的版本号,可以打开 composer.lock 来查看,也可以使用 compoer 命令。查看全部包composer show -i查看指定包composer show guzzlehttp/guzzle -i查看帮助composer show -h...
·blog.csdn.net·
composer查看vendor目录下各包的版本号,升级,降级-CSDN博客
Laravel Storage SFTP and uploaded files permissions
Laravel Storage SFTP and uploaded files permissions
I'm using Storage:SFTP (league/flysystem-sftp) to upload some files to an external server. Everything goes fine with a small issue: the files are uploaded with a 0644 (-rw-r--r--) permission. I've ...
·stackoverflow.com·
Laravel Storage SFTP and uploaded files permissions
[Day 24] 建立註冊的畫面及功能(八) - Laravel記錄Log - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
[Day 24] 建立註冊的畫面及功能(八) - Laravel記錄Log - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
寫程式常常需要除錯,除錯很常用的方法是透過寫Log,在適當的地方寫Log,往往能夠幫助我們找出錯誤,進而修改錯誤.Laravel本身當然也有提供Log來使用. Laravel的日誌(Log) Lara...
·ithelp.ithome.com.tw·
[Day 24] 建立註冊的畫面及功能(八) - Laravel記錄Log - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
Laravel 如何寫 Log|方格子 vocus
Laravel 如何寫 Log|方格子 vocus
Laravel的日誌系統底層是Monolog,設定在config\logging.php裡面,預設路徑是在storage\logs\laravel.log,也可以更改成喜歡的路徑。 ... Laravel, LaravelLog, Lara, 路徑
·vocus.cc·
Laravel 如何寫 Log|方格子 vocus
在laravel框架中配置多个数据库驱动,开启事务后,不同数据库表的操作无法有效回滚。_laravel 多个数据库 数据库回滚失败-CSDN博客
在laravel框架中配置多个数据库驱动,开启事务后,不同数据库表的操作无法有效回滚。_laravel 多个数据库 数据库回滚失败-CSDN博客
文章浏览阅读500次。结论前置: Laravel框架下的事务回滚基于数据库连接(app/config/database.php-connections); 在开启事务时,如果不指定数据库连接,默认开启app/config/database.php-default中指定的连接; 所以,当表来自多个数据库连接时,其他数据库连接未开启事务,回滚失败。代码示范:A.手动使用事务://开启DatabaseA数据库的事务DB::connection(‘DatabaseA’)-..._laravel 多个数据库 数据库回滚失败
·blog.csdn.net·
在laravel框架中配置多个数据库驱动,开启事务后,不同数据库表的操作无法有效回滚。_laravel 多个数据库 数据库回滚失败-CSDN博客
使用 Composer 管理 PHP 套件
使用 Composer 管理 PHP 套件
Composer 因為不要重造輪子,所以我們就要借助別人的輪子來打造自己的工具,當借助的輪子越來越多,管理起來就會有點麻煩,不管是版本的更新或是大家都使用某個熱門的輪子而造成重覆,這些都需要一個工具來管理,這就是 Composer 要幫我們解決的事。...
·blog.tonycube.com·
使用 Composer 管理 PHP 套件
Laravel - The PHP Framework For Web Artisans
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
·laravel.com·
Laravel - The PHP Framework For Web Artisans
Difference between Laravel's raw SQL functions
Difference between Laravel's raw SQL functions
It seems I'm not the only person struggling with the differences between Laravel's DB::raw(), DB::select(), DB::statement(), and DB::unprepared() methods. It seems as if one almost needs to try a ...
·stackoverflow.com·
Difference between Laravel's raw SQL functions
Laravel's dd() equivalent in django
Laravel's dd() equivalent in django
I am new in Django and having a hard time figuring out how to print what an object have inside. I mean type and value of the variable with its members inside. Just like Laravel's dd(object) function.
pprint
·stackoverflow.com·
Laravel's dd() equivalent in django
Database Transactions and Resource Locking in Laravel - Pine
Database Transactions and Resource Locking in Laravel - Pine
Database transactions and pessimistic locking are probably not the most used features, however, they can be extremely useful. Let’s take a brief look and then examine how Laravel’s database layer supports these features. In this post, we don’t focus on the plain SQL implementation of database transactions or locking. After explaining shortly, we move on […]
·pineco.de·
Database Transactions and Resource Locking in Laravel - Pine
PHP str_getcsv() 函数 | 菜鸟教程
PHP str_getcsv() 函数 | 菜鸟教程
PHP str_getcsv() 函数 PHP String 参考手册 定义和用法 str_getcsv() 函数解析 CSV 格式字段的字符串,并返回一个包含所读取字段的数组。 语法 str_getcsv(string,separator,enclosure,escape) 参数 描述 string 必需。规定要解析的字符串。 separator 可选。设置字段分界符(..
·runoob.com·
PHP str_getcsv() 函数 | 菜鸟教程
Laravel - The PHP Framework For Web Artisans
Laravel - The PHP Framework For Web Artisans

Storage設置SFTP官方文件;->files()不會列出目錄喔~~

'visibility' => 'private', // `private` = 0600, `public` = 0644 'directory_visibility' => 'private',
·laravel.com·
Laravel - The PHP Framework For Web Artisans
Laravel Eloquent - distinct() and count() not working properly together
Laravel Eloquent - distinct() and count() not working properly together
So I'm trying to get the number of distinct pids on a query, but the returned value is wrong. This is what I try to do: $ad->getcodes()->groupby('pid')->distinct()->count() what retu...
->select('first_name') ->distinct()
·stackoverflow.com·
Laravel Eloquent - distinct() and count() not working properly together
Laravel-admin新手基础总结_laravel-admin form edit-CSDN博客
Laravel-admin新手基础总结_laravel-admin form edit-CSDN博客
文章浏览阅读2.5k次。1.添加菜单,指定路径2.定义路由routes.php$router-group(['prefix' = 'test'], function ($router) { $router-get('', TestController::class.'@index'); //列表 $router-get('create', TestCo..._laravel-admin form edit
·blog.csdn.net·
Laravel-admin新手基础总结_laravel-admin form edit-CSDN博客