导航菜单
首页 >  文章

分类:文章

Bundling Assets with Laravel Vite

Laracastshttps://laracasts.com/series/andres-larabits/episo…Bundling Assets with Laravel Vite - laracasts.com2022年7月11日 · A New Kind of Static Site Generator. Episode 30 21m 30s. Bundling Assets with Laravel Vite. Episode 31 18m 49s. How to Service Multiple API Clients with Laravel. Episode 32 17m 31s. ... After following the tailwind …  

Adding static assets

Laracastshttps://laracasts.com/discuss/channels/vite/adding-static-assetsAdding static assets - LaracastsHello all. I'm pretty new to Laravel and am setting up a site with laravel 9. I set up a pretty simple site and followed the instructions for using vite to manage my css and js files. When I run npm run dev, the site works as expected. But when I run npm run build, I get a bunch of console errors like they were compiled in a different order ...

How to setup Laravel + Vite in a Docker container

Mediumhttps://medium.com/@brian978_dev/how-to-setup-laravel-vite-in-a-docker-contai…How to setup Laravel + Vite in a Docker container - Medium2023年11月13日 · In the README.md file you will find the necessary information to build the containers and install Laravel. Now that you have Laravel installed we will install Breeze which will also install Vite ...