4 | How to Set Up a Development Build with Laravel | Laravel for Complete Beginners
Dani Krossing
@dani_krossingAbout
Welcome! On my channel you will find horror game gameplays and streams! I also create online computer courses in programming and multimedia skills for people who wants to learn web development or video production. The courses include video editing, HTML, CSS, JavaScript, Bootstrap, and PHP tutorials.
Video Description
In this lesson, I will show a new Laravel project setup, and how to find various files inside the project. ๐ We will also set up some environment variables, as well as create our first pages for our Laravel website. โค TIMESTAMPS 00:00:00 - How to set up a development server 00:02:24 - Install Node.js 00:03:49 - Changing the environment of our project 00:04:57 - Changing the vite.config.js 00:05:51 - Starting up our testing server 00:09:07 - How to get CSS working in the dev build 00:11:27 - Pushing the dev build changes into our production build โค HOW TO SET UP PACKAGE.JSON & VITE.CONFIG.JS Use the terminal, and type this to create the package.json: npm init -y Then use this command to install the vite plugin: npm install laravel-vite-plugin --save-dev If you still do not have the vite.config.js file, just create it manually, and then paste this inside the file: import { defineConfig } from 'vite'; import laravel from 'laravel-vite-plugin'; export default defineConfig({ plugins: [ laravel([ 'resources/css/app.css', 'resources/js/app.js', ]), ], }); โค GET ACCESS TO MY LESSON MATERIAL! ๐ First of all, thank you for all the support you have given me! I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you! I am now using Patreon and YouTube Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach. I hope you will find it helpful :) Get lesson material using these links: Memberships: https://www.youtube.com/channel/UCzyuZJ8zZ-Lhfnz41DG5qLw/join Patreon: https://www.patreon.com/mmtuts
Boost Your Laravel Development
AI-recommended products based on this video

BOSGAME Linux Mini PC, Intel 12th N100 16GB DDR4 RAM 512GB SSD Linux Server Computers Preinstalled Ubuntu 22.04,Support 4K Triple Display/USB3.2/WiFi 5/2.5GbE

30 Pack Multicolor Pen in One Easter Party Favors 6-in-1 Fun Pens 6 Colors Cute Pens Easter Classroom Gifts Retractable Ballpoint Pen for Birthday Gifts, Student Rewards, Class Prizes



















