在用Laravel Backpack 写一个定制化的 CRUD 页面。例如,一个指定店铺所拥有的商品的 CRUD 页面。 起初路由我是这样写的 CRUD::resource('products-of-store/{store_id}', 'ProductCrudController'); 报错 Route pattern "/products-of-store/{store_id}/{{store_id}}" cannot reference variable name "store_...
Laravel 13 651 Level 1 EvanArlen194 OP Posted 5 months ago Hi, I am creating a letter creation project. My problem here is that I can't save the image file when I press the (Create Letter) button and I don't know what mistake I made. Here is my controller <?php namespace App...
Laravel 13 647 Level 1 EvanArlen194 OP Posted 5 months ago Hi, I am creating a letter creation project. My problem here is that I can't save the image file when I press the (Create Letter) button and I don't know what mistake I made. Here is my controller...
Node Version (node -v): v7.4.0 NPM Version (npm -v): v4.0.5 OS: Ubuntu 16 Description: On production server get an error when running npm run dev or production. On local env works fine. Server is a DO server with forge and Envoyer for de...
Description: I have followed the instructions using laravel sail to 100%, also did sail build --no-cache but i get this error when trying to run sail up: INFO Server running… laravel.test_1 | laravel.test_1 | Local: http://0.0.0.0:80 lar...
const ENV = process.env.NODE_ENV = process.env.ENV = 'production'; module.exports = webpackMerge(commonConfig, { output: { path: path.resolve(__dirname, 'dist'), publicPath: '/', filename: '[name].[hash].js', chunkFilename: '[id].[hash].chunk.js' ...
I have searched through existing issues I find #545 and #423, but error is still exists. I have read through docs I have read FAQ Info Platform: Win Vetur version : 0.11.7 VS Code version:1.22.1 Problem Reproducible Case npm install -g @...