Тёмный

Project setup with Laravel Sail - Part 1 | Laravel Social Media Website 

The Codeholic
Подписаться 88 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@MiguelPrieto
@MiguelPrieto 8 месяцев назад
You're a legend! Your content is top-notch. Thank you for sharing it with us.
@shahiahmed6755
@shahiahmed6755 2 месяца назад
Your udemy course and this playlist after finish any one can say now i know laravel advance and can do anything it is absolutely true dear teacher love from Bangladesh ❤❤❤
@optiwariindia
@optiwariindia 9 месяцев назад
Great work zura, This tutorial shall be helpful for both developers and devops engineers.
@AfricansOnline
@AfricansOnline 9 месяцев назад
Brilliant! Absolutely Brilliant
@optiwariindia
@optiwariindia 9 месяцев назад
I appreciate your work
@muzika5001
@muzika5001 9 месяцев назад
Let's start!
@ohyesbubu
@ohyesbubu 8 месяцев назад
Thanks for your effort before watching video😮
@dilshodsafarov8080
@dilshodsafarov8080 8 месяцев назад
Good job bro. Keep it up!
@hodaifayahiachrif9846
@hodaifayahiachrif9846 2 месяца назад
let's start
@trialerror682
@trialerror682 29 дней назад
Hi, i have a problem with the fourth installation step on your github while pulling Selenium. It tells "no matching manifest for linux/arm64/v8 in the manifest list entries". I'm using MBP M1 Pro. Did i miss something? Thanks.
@eccoka
@eccoka 9 месяцев назад
I would like to note that the buy my course link in the description throws Error 1014. Thanks for your work :)
@pratikbhujel
@pratikbhujel 9 месяцев назад
Zura, First of all Thank You very very much for sharing such an amazing tutorial for free. I got an question to ask, Will be very much appreciated if you would reply to the question : Q. 1. ) Can I only use XAMPP, No docker or sail for developing this project ? Q. 2. ) I don't actually know Intertia or Vue, So can I follow along to this course or not ?
@TheCodeholic
@TheCodeholic 9 месяцев назад
1. You can follow on xampp in most cases but you might have issues on using mailpit or in another places. I strongly recommend to follow the project with docker. 2. You need at least basic knowledge of Vue.js to atart with the project.
@pratikbhujel
@pratikbhujel 9 месяцев назад
@@TheCodeholic , So I will save this for later because I don't actually knos VUE.js thanks for the resoonse.
@TheCodeholic
@TheCodeholic 9 месяцев назад
No problem. Hopefuly I can made Vue.js tutorial soon 🙂
@pratikbhujel
@pratikbhujel 9 месяцев назад
@@TheCodeholic That would just amazing, Thanks again zura.
@AyoubWrks-nz7cy
@AyoubWrks-nz7cy 3 месяца назад
Hi, When i execut "npm run dev" or "sail npm run dev" vite can't charge the assets, please if you have idea how i can fix this issue
@jackelofnar
@jackelofnar 9 месяцев назад
Hi Zura, I'm guessing if you cant run sail we can still follow the series
@TheCodeholic
@TheCodeholic 9 месяцев назад
You can follow, but you might have some challenges.
@BillElgin
@BillElgin 8 месяцев назад
At what point in the installation process do we connect the database? I’ve seen some information that Laravel is using SQLite for local development now. Any information about this would be very helpful.
@TheCodeholic
@TheCodeholic 8 месяцев назад
Because we have the whole project setup using Laravel sail Laravel is already connected to the mysql database. This course is built with Laravel 10, which has default database MySql. Connection configuration details are written in .env file.
@mugerwaobadiah1621
@mugerwaobadiah1621 9 месяцев назад
Great work, any plans for react laravel
@TheCodeholic
@TheCodeholic 9 месяцев назад
Yes I plan
@kastokniv
@kastokniv 9 месяцев назад
@@TheCodeholic will be waiting for react laravel mysql stack project.. thanks for this one as well.
@mihajloradic230
@mihajloradic230 7 месяцев назад
Hey Zura, thanks for an awesome tutorial. I just wanted to know if it is possible to follow the course using Laravel 11? If not, is there a way to set up Laravel 10 with sail out of the box?
@TheCodeholic
@TheCodeholic 7 месяцев назад
Yes it is possible to follow the tutorial with Laravel 11. There is no breaking changes in Laravel 11.
@WEBDEVIndo
@WEBDEVIndo 9 месяцев назад
Awesome content, btw what's the stacks will you use for this project?
@TheCodeholic
@TheCodeholic 9 месяцев назад
It is Laravel, Inertia with Vue and MySql
@minthantoo3509
@minthantoo3509 7 месяцев назад
Hi. I can't seem to choose dark mode if I had chosen vue with inertia for Breeze stack? It just shows None. Can you help? Thank you.
@TheCodeholic
@TheCodeholic 7 месяцев назад
You need to select dark mode by hitting space on keyboard.
@stephanb6983
@stephanb6983 2 месяца назад
I followed every step with the same commands but on localhost i see the Apache default page instead of the Laravel page. What could be wrong? There is actually not much in can do wrong since its basically 2 commands. One to setup the project and the other to start it.
@TheCodeholic
@TheCodeholic 2 месяца назад
On what domain are you accessing the website? You might have host written in hosts file. You might also have apache installed separately and it might be started. Can you stop it?
@stephanb6983
@stephanb6983 2 месяца назад
@@TheCodeholic Its running on my local machine via WSL 2. Which hosts file do you mean? Once in stopped the container, localhost could not be reached anymore.
@stephanb6983
@stephanb6983 2 месяца назад
@@TheCodeholic the trick was to stop apache2 service in WSL 2 since i installed it there too. In my case - i cannot reprocude it well anymore - most likely i stopped the container, stopped Docker and stopped WSL 2, so of course localhost could not be reaced anymore. But if i stop apache2 service in WSL 2 it get through to my container´s localhost, which is actually not apache but a php artisan serve.
@Arcaz96
@Arcaz96 5 месяцев назад
How did you make your Build fast? Mine took hours.
@TheCodeholic
@TheCodeholic 5 месяцев назад
Thw first time it needs a lot of time, the next time it is fast. Maybe I also editted the video and cut the waiting part
@Arcaz96
@Arcaz96 5 месяцев назад
@@TheCodeholic Thank you for the information. I will try this.
@monciego
@monciego 8 месяцев назад
thank you!
@myyyp1
@myyyp1 9 месяцев назад
deploy will be by docker?
@TheCodeholic
@TheCodeholic 9 месяцев назад
The app is developed by docker, but the deployed version does not work in docker. It will be deployed on shared Hosting with Githib actions. I hope this answers your question
@myyyp1
@myyyp1 9 месяцев назад
@@TheCodeholic thanks for answer, can you show in future how to configure secutiry of th server? firewall, ssh config and so on...
@mobinhussaini2564
@mobinhussaini2564 9 месяцев назад
Great
@sabirgull6793
@sabirgull6793 9 месяцев назад
Can i follow along without docker or its mandatory?
@learntechbasics
@learntechbasics 9 месяцев назад
You always can!
@sabirgull6793
@sabirgull6793 9 месяцев назад
​@@learntechbasics thanks brother 👍
@TheCodeholic
@TheCodeholic 9 месяцев назад
Nothing is mandatory, but I recommend following this on docker. There might be some issues if yoi don't follow on docker. And if you don't have enough experience to find your own solutions by yourself, docker is good option.
@optiwariindia
@optiwariindia 9 месяцев назад
Docker is not mandatory for you but it removes a bug called *It works on my machine* Often developers face this bug....
Далее
3 лайфхака для УШМ
01:00
Просмотров 149 тыс.
؟ Docker ليه بنستخدم 💙
18:52
Просмотров 108 тыс.
Laravel vs React
9:40
Просмотров 60 тыс.