我正在SELECT
stock_parts.id,
stock_parts.title,
(SELECT COUNT(*) FROM stock_items WHERE
stock_items.stock_part_id = stock_parts.id
AND stock_items.status = NULL)
AS qty_available
FROM
stock_parts,
stock_items
中设置身份验证,但是laravel5
和js
在我的网页上不起作用
css
获取http://127.0.0.1:8000/js/app.js净值:: ERR_ABORTED 404(未找到)
答案 0 :(得分:0)
这个问题发生在我身上,但是有了Laravel 6,我就这样解决了
composer require laravel/ui
php artisan ui vue --auth //you can use vue boostrap --auth is to add the login paths and
register
npm install
npm run dev
对不起,我的英语不好写