Follow These 4 Steps for Every Laravel Project 🚀

preview_player
Показать описание
Follow these 4 key steps to create any #Laravel Project in less than 5 minutes

00:00 - Intro
00:25 - Larave Installer
00:56 - Laravel Sail
01:38 - Laravel Pint
02:18 - Larastan

Latest Subscriber:   Oscar Pineda
Subscriber Goal: ||||||||||||||| 70% |||||||........ 3.53K/5K

Start creating Filament Admin Panels today with the Filament Bootcamp

Latest tippers: MilenKo - $10.00, Sean - $5.00, Daniel GAMEL - $1.00, Mwest2020 - $5.00

Join me on Discord

Discord Goal: ||||||||||||||| 74% ||||||||....... 224/300
Latest discord member: dorian0325♯0
Рекомендации по теме
Комментарии
Автор

If you try to use the Laravel installer and you see this error: "command not found: laravel". Add the global composer/vendor/bin folder to your path by adding this line in your .bashrc or .zshrc file

export

Then, restart your terminal and give it another try.

Tuto
Автор

This is so helpful thank you so much I’ve been crying for the last 5 hours in the corner of my basement while eating powdered donuts because I couldn’t figure out laravel

thememeteam
Автор

Awesome Chanel! Can I use these steps also on existing projects? Or will it kill it?

jonathans.
Автор

Oft is the approach to use the IDE for checking code but this is not in a build pipeline no matter how much we like doing I wanted to know what cli tools I can we use to lint / check laravel apps and you have the answers - devops tastic ! thanks v. much

JonBrookes
Автор

ty for the hints !
two things though : 1. the phpstan must be reinstaled with proper path and also the neon changed like this: " - (for fresh new projects) ||
2. i installed fillament and becasue I am new to Laravel I do not quite udnerstand what you did with the authentication mode and what is Fillament doing ? Fillament is for admin panels and your auth mode is for front-end apps ? i doubt it is needed to confirm an email or anuything for an admin panel as the control must be in admin's hands right ? Also, they have a bug in their docuemntation from start or soemthing we did with the above steps is messing it up -- they say it should work, but I found in my project to be, so it need to be refactored as they said.

woymbje
Автор

So far I like what you are teaching keep it up. I am new to laravel and using livewire. I run into issues as I build new areas. I need to understand the eloquent one to many should I use a cross reference table and do many to many or just skip that and have many to many... I have a lot of questions. thanks

nathanstanfordsr
Автор

This is wonderful.
Can you do a video about Laravel Schedule and cron jobs?

ngetichishmael