Laravel 11 Bootstrap Auth Scaffolding Tutorial with MySQL Database in Ubuntu
Автор: Chirags Tutorial (Chirags.in)
Загружено: 2024-09-24
Просмотров: 102
Описание:
[email protected] Chirag's Laravel Tutorial https://www.chirags.in
*********************************************************************************************
Laravel 11 Bootstrap Auth Scaffolding Tutorial with MySQL Database in Ubuntu 24.04 LTS
*********************************************************************************************
Previous Video:
Laravel 11 configuration with step by step in Ubuntu 24.04 with MySQL Database
Bootstrap Auth Scaffolding Tutorial:
Step 1: scaffolding Setup
Install Laravel scaffolding in your project to set up the authentication scaffolding:
cd /var/www/html/laravel_app
composer require laravel/ui
php artisan ui bootstrap --auth
Step 2: change Apache Configuration
vi /etc/apache2/apache2.conf
None to All as below code.
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Step 3: Install Node.js
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt-get install -y nodejs
Step 4: Navigate to your Laravel project directory
Move into the Laravel project folder where the package.json file is located:
cd /var/www/html/laravel_app
Step 5: Install NPM dependencies
Run the following command to install the NPM dependencies specified in your package.json file:
npm install
Optional : Run Laravel Mix
If you're using Laravel Mix for assets (like compiling CSS or JavaScript), you can run:
npm run dev
Important :
/var/www/html/laravel_app/resources/views/layouts/app.blade.php
comment the line below and add bootstrap cdn.
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
Step 6: Done.
Finally, ensure everything is working and register yourself and login & test.
http://192.168.224.135/register
http://192.168.224.135/login
Note: Flow the Process shown in video.
😉Please, Subscribe and like for more videos:
/ @chiragstutorial
💛Don't forget to, 💘Follow, 💝Like, 💖Share 💙&, Comment
Tutorial Link:
https://www.chirags.in/tutorials/lara...
Thanks & Regards,
Chitt Ranjan Mahto "Chirag"
_____________________________________________________________________
Note: All scripts used in this demo will be available in our website.
Link will be available in description.
#chirags
#chiragstutorial
#chiragslaraveltutorial
#chiragslaraveltutorials
#laraveltutorial
#laravel11
#laravelcourse
#installlaravel
#laravel_tutorial
#laravelphp
#chiragdbatutorial
#chiragsdbatutorial
#chriagstutorial
chirags, chirags tutorial, chirags laravel tutorial, chirags Laravel tutorial, Laravel tutorial, laravel11, Laravel course, install laravel, laravel_tutorial, Laravel php, chirags dba tutorial, chirags tutorial, chirag tutorial
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: