07 2019 档案
摘要:
阅读全文
摘要:composer require doctrine/dbal php artisan make:migration alter_tablename_table --table=tablename Schema::table('users', function (Blueprint $table) {
阅读全文
摘要:升级报错 根据文档提示 操作之后还是不行 而后发现我的后台视图是自定义过的,所以每次升级之后都要重新覆盖视图 vendor/encore/laravel-admin/views复制到项目的resources/views/admin,注意备份原来已经修改过的视图
阅读全文
摘要:今天使用composer更新laravel-admin的版本,一直卡在下面这个阶段 ./composer.json has been updatedLoading composer repositories with package informationUpdating dependencies
阅读全文
摘要:Loading composer repositories with package informationInstalling dependencies (including require-dev) from lock fileYour requirements could not be res
阅读全文