Laravel
Laravel
  • Видео 185
  • Просмотров 1 780 643
Why You Get More Done with Laravel 🚀
Explore the streamlined capabilities of Laravel in this video, where we cover the essentials that make it a top choice for developers aiming for efficiency and speed in application development. Learn about Laravel's exceptional documentation, smart coding conventions, and its supportive ecosystem.
Whether you're accelerating existing projects or starting new ones, see why Laravel is a game-changer for developers. ⚡
Просмотров: 7 489

Видео

Collection Before And After Methods & Artisan Commands Update
Просмотров 2 тыс.День назад
What's new in Laravel is back! We share new features of the Laravel framework every week 🙌 1️⃣ Model Show Command Update github.com/laravel/framework/pull/51807 2️⃣ About Command Update github.com/laravel/framework/pull/51791 3️⃣ Before & After Collections github.com/laravel/framework/pull/51752 Timeline: 00:00 Welcome 00:16 Model Show Command Update 00:34 About Command Update 00:47 Before & Af...
The Laravel Ecosystem - Volt ⚡
Просмотров 6 тыс.День назад
Laravel is more than just a web framework; it's a comprehensive ecosystem filled with tools for every aspect of web development. In our video series, we'll explore all the powerful tools Laravel provides. This one is about Volt, wich lets you write Livewire components in one single file, and optional with the functional API. ➡️ livewire.laravel.com/docs/volt
What Do Forms Look Like in Different Laravel Stacks (Blade, Livewire, and React/Inertia)?
Просмотров 7 тыс.День назад
96% of any modern web application is just different types of forms (don't look it up, it's true.) So, one could assume that it's incredibly important to know how forms work in your given flavor of Laravel. Let's take a look at what a basic form would look like with input, validation, submission, error handling, and success messages within different stacks in Laravel. Example Github Repo: github...
The Laravel Ecosystem - Livewire 🐙
Просмотров 6 тыс.14 дней назад
Laravel is more than just a web framework; it's a comprehensive ecosystem filled with tools for every aspect of web development. In our video series, we'll explore all the powerful tools Laravel provides. This one is about Laravel Livewire, which helps you build powerful, dynamic, front-end UIs without leaving PHP. ➡️ livewire.laravel.com
Authorization in Laravel: Can You Do That?
Просмотров 6 тыс.14 дней назад
There's another "auth" that Laravel makes incredibly easy out of the box: authorization. But just how is authentication and authorization different? Let's take a look at Gates and Policies, when to use one over the other, and the basics of how you can check if a user is authorized to do something anywhere in your application. clarification: while you can use $this authorize() in a Livewire clas...
Laravel Gems - Sole
Просмотров 7 тыс.14 дней назад
Dive into "Laravel Gems," a series dedicated to unearthing hidden treasures of Laravel functionalities. Enhance your skill set as we illuminate overlooked yet powerful features you might not know existed. ➡️ Today: Sole
NextJS and Laravel Can Be Friends
Просмотров 17 тыс.21 день назад
Did you know that Laravel has a Breeze implementation for NextJS to use in conjunction with a Laravel API? Now you do. Join us as we walk through some of the niceties that the NextJS Laravel Breeze implementation has out of the box and how you might start communicating with your Laravel back-end with NextJS. NextJS Breeze Implementation: github.com/laravel/breeze-next Laravel API Starter Kit: l...
Sentry for Forge & Vapor
Просмотров 4,1 тыс.21 день назад
Sentry provides error monitoring and tracing for Laravel applications. Forge has partnered with Sentry to allow you to create new Sentry organizations without leaving Forge. ➡️ Forge: forge.laravel.com ➡️ Sentry: sentry.io
The Laravel Ecosystem - Installer
Просмотров 6 тыс.21 день назад
Laravel is more than just a web framework; it's a comprehensive ecosystem filled with tools for every aspect of web development. In our video series, we'll explore all the powerful tools Laravel provides. This one is about the Laravel Installer, a fast and convenient way to install and configure your next Laravel project. 🚀
Encrypt with Prune, Dispatch without Delay & Prohibitable
Просмотров 4,8 тыс.21 день назад
What's new in Laravel is back! We share new features of the Laravel framework every week 🙌 1️⃣ Env Pruner github.com/laravel/framework/pull/51556 2️⃣ Queue Without Delay github.com/laravel/framework/pull/51555 3️⃣ Prohibitable github.com/laravel/framework/pull/51376 00:00 Welcome 00:16 Env Pruner 01:15 Queue Without Delay 01:36 Prohibitable 04:55 Bye
The Modern Index.php File
Просмотров 15 тыс.Месяц назад
Have you ever wondered what single file components would look like in a Laravel application? Livewire Volt brings back the glory days of a single index.php file and allows you to write Livewire logic and your Blade markup all in one file. Join us as we take a brief look at what Livewire is, what Volt is, and the flexibility that Laravel provides in your application. About Volt: Volt is an elega...
Laravel with Resend
Просмотров 8 тыс.Месяц назад
Laravel now supports a new email driver out of the box: Resend (resend.com). ❤️ Let's take a look at how easy it is to get up and running with Resend and a brand new Laravel application and why we believe that Resend has raised the bar of email developer experience. Resend × Laravel: resend.com/laravel Laravel Docs: laravel.com/docs/11.x/mail#resend-driver Resend Docs: resend.com/docs/send-with...
Manually Fail A Command, Unshift, Contains & More
Просмотров 2,9 тыс.Месяц назад
Manually Fail A Command, Unshift, Contains & More
Setup Laravel Horizon on Forge
Просмотров 2,4 тыс.Месяц назад
Setup Laravel Horizon on Forge
The Laravel Ecosystem - Sail ⛵
Просмотров 3,3 тыс.Месяц назад
The Laravel Ecosystem - Sail ⛵
Updated Blank/Filled Helper, Validate Arrays & JSON Overlaps
Просмотров 3,9 тыс.Месяц назад
Updated Blank/Filled Helper, Validate Arrays & JSON Overlaps
The Laravel Ecosystem - Valet
Просмотров 2,4 тыс.Месяц назад
The Laravel Ecosystem - Valet
Laravel Gems - Once 💎
Просмотров 5 тыс.Месяц назад
Laravel Gems - Once 💎
URL Query, Anonymous Broadcasting & Supercharged Blade
Просмотров 3,7 тыс.2 месяца назад
URL Query, Anonymous Broadcasting & Supercharged Blade
The Laravel Ecosystem - Herd
Просмотров 5 тыс.2 месяца назад
The Laravel Ecosystem - Herd
The Laravel Ecosystem - Welcome
Просмотров 6 тыс.2 месяца назад
The Laravel Ecosystem - Welcome
Better Route Sorting, Require If Declined & Assert Exceptions
Просмотров 3,1 тыс.2 месяца назад
Better Route Sorting, Require If Declined & Assert Exceptions
Delete When Missing Model, Context Pull, Attribute Has & More
Просмотров 3,8 тыс.2 месяца назад
Delete When Missing Model, Context Pull, Attribute Has & More
Laravel Gems - The Power Of Context 💎
Просмотров 5 тыс.2 месяца назад
Laravel Gems - The Power Of Context 💎
Fluent Helper, New Artisan Assertion & New Place To Schedule Tasks
Просмотров 3,5 тыс.2 месяца назад
Fluent Helper, New Artisan Assertion & New Place To Schedule Tasks
Laravel Gems - Response Macros 💎
Просмотров 6 тыс.2 месяца назад
Laravel Gems - Response Macros 💎
Boost Your Laravel Forge Productivity 🚀
Просмотров 4 тыс.3 месяца назад
Boost Your Laravel Forge Productivity 🚀
Re-hashed Passwords, Improved Enum Support & Context
Просмотров 5 тыс.3 месяца назад
Re-hashed Passwords, Improved Enum Support & Context
Getting Started with Laravel Reverb
Просмотров 24 тыс.3 месяца назад
Getting Started with Laravel Reverb

Комментарии

  • @lotkutv2392
    @lotkutv2392 День назад

    in our company we used this combination, really love to use both.

  • @stevepottz111
    @stevepottz111 День назад

    Cool video. This gives me some ideas of how to pair Laravel with Sveltekit or Nuxt.

  • @8infinito8
    @8infinito8 День назад

    It's a VUEtization of Livewire.

  • @haiffy
    @haiffy 2 дня назад

    I need one tutorial video, building a pure Laravel web app that covers the ENTIRE Laravel system. I feel like I have been using Laravel without utilizing its powerful features.

  • @user-xd1vf4yc5z
    @user-xd1vf4yc5z 3 дня назад

    what is name of vscode icon theme using on video? It's very pretty!

    • @qoophon3790
      @qoophon3790 3 дня назад

      oh nevermind i found it. it's "Symbols" file icon theme

    • @LaravelPHP
      @LaravelPHP 2 дня назад

      This is actually the "Catppuccin Frappe" theme. :) -Josh

  • @1weiho
    @1weiho 3 дня назад

    What software was used to produce the 2:36 animation? It looks great 😍

  • @normanhuth478
    @normanhuth478 3 дня назад

    At my work, everything was always done with Symfony. When I created the first app with Laravel, they couldn't believe how quickly I was finished. 😅

  • @muntasirhasan2052
    @muntasirhasan2052 3 дня назад

    Thanks for you information i tried this and its working very good in my local machine but when i am moving it to production it gives BroadcastException: Pusher Error (Not found) when i trigger Event I think you may help me Thanks

  • @manishgautam2424
    @manishgautam2424 3 дня назад

    any best vs code extension for all those laravel stuff

  • @ericmp1199
    @ericmp1199 3 дня назад

    5:20 * Filament (;

  • @amro6838
    @amro6838 3 дня назад

    None of the services built around Laravel are available in a hell called IRAN

  • @arthuraguiar5382
    @arthuraguiar5382 3 дня назад

    I love Laravel. And when it comes to speed it's like running from a bear and there're people with you: you don't have to be the fastest, you just can't be the slowest

  • @aldoyh
    @aldoyh 3 дня назад

    YES, Yes and definitely Yes! Evidence available upon request, Laravel is BEST and only framework that works, just works! No fuzz!!

  • @olivierperrier114
    @olivierperrier114 3 дня назад

    The documentation is definitely one of the things that make this framework so powerful

    • @arthuraguiar5382
      @arthuraguiar5382 3 дня назад

      @@olivierperrier114 sometimes I'll read through it again, and I always find something that I didn't about each time

  • @drtoxiccookie
    @drtoxiccookie 3 дня назад

    Laravel is going to become faster and faster 😎 The laravel documentation other is amazing vs others.

  • @dominikbetlej7114
    @dominikbetlej7114 3 дня назад

    Heh :d nice

  • @oscarmyomin509
    @oscarmyomin509 3 дня назад

    The best documentation, perfect ecosystem, active community, a lot of good quality third-party packages

  • @mel-182
    @mel-182 3 дня назад

    I can confirm this take.

  • @glennraya
    @glennraya 3 дня назад

    Laravel is the GOAT of web frameworks. I've been using it since 2015.

    • @tundejames_20
      @tundejames_20 3 дня назад

      Would you mind help guide or mentor me. I checked your RUclips channel and currently subscribed, I like React too and have an above beginner knowledge and would like to add Laravel to it.

    • @glennraya
      @glennraya 3 дня назад

      @@tundejames_20 I would love to, however, I got other work and other side hustles at the moment. Thank you for subscribing to my channel. As a way of giving back to the community, I am publishing some video tutorials on my channel, which I think would help those who might need it. 🙏🏼

    • @glennraya
      @glennraya 3 дня назад

      @@tundejames_20 I would love to, however right now, I got some work and side hustle. I'm aiming to post new tutorial/video every week (weekends). This weekend I'll post a new video about Scout (Meilisearch). 😃

  • @statuschannel8572
    @statuschannel8572 3 дня назад

    nice try Laravel, but no thanks

  • @shaz3e
    @shaz3e 4 дня назад

    I wish I could know this earlier . I joined the community when laravel 10 was launched and deliver my enterprise application easily

  • @d3v1anX
    @d3v1anX 4 дня назад

    Laravel has shown me the easiness of programming in a very comfortable way - it’s just as easy as you describe. Maybe that’s the reason why there are many laravel developers who have no idea about PHP at all 😊

    • @statuschannel8572
      @statuschannel8572 3 дня назад

      i haven't used Larvel but how someone can use a php framework without having no idea of PHP?

    • @d3v1anX
      @d3v1anX 3 дня назад

      @@statuschannel8572you could only learn laravel for sure - you don’t need a single php command :)

  • @nullishcoalesce
    @nullishcoalesce 4 дня назад

    i gotta say, Laravel documentation is one of the best I've ever seen. I've worked with a couple of languages but I've always wished that those language documentation were like Laravel :(

  • @fsbgaming1588
    @fsbgaming1588 4 дня назад

    wordpress is faster. click click boom done.no coding needed

    • @jeffreykroonen
      @jeffreykroonen 4 дня назад

      Do you build applications with Wordpress?

    • @fsbgaming1588
      @fsbgaming1588 4 дня назад

      @@jeffreykroonen you mean a "web" application? does wordpress seem build a web? or did i missing something that laravel for building a game engine application?

    • @fsbgaming1588
      @fsbgaming1588 4 дня назад

      don't get me wrong, i love laravel & wordpress, it's what it's. but to claim the idea to delivered idea to an real web and it's the fastest DX to dev a web, i think it's still goes to WP. in general.

    • @haiffy
      @haiffy 2 дня назад

      hackers: click click boom your web is mine

    • @fsbgaming1588
      @fsbgaming1588 2 дня назад

      @@haiffy idk man. not a security expert but its seem even php 8.0dev. cpu. rust and polykill is not that safe after all.

  • @codernerd7076
    @codernerd7076 4 дня назад

    Can't find one good affordable course, and it also has tons of paid services, all way too expensive 😢

    • @sudeshryan8707
      @sudeshryan8707 4 дня назад

      Try Laracasts.. its affordable and has high quality courses for all things web. In terms of paid services you rarely need to use them. There's almost always a free alternative

    • @realBruchpilot
      @realBruchpilot 4 дня назад

      Laracast Starting Tutorial is free - and you do not need a single paid laravel service. The great thing about them is, that they are quality of life services, and not essential.

    • @codernerd7076
      @codernerd7076 4 дня назад

      @realBruchpilot will check that out thanks! It's all confusing

    • @JoeSmith-kn5wo
      @JoeSmith-kn5wo 4 дня назад

      You heard of Udemy?! There are plenty of $11.99 course to keep you busy learning the ins and outs of laravel.

    • @codernerd7076
      @codernerd7076 4 дня назад

      @JoeSmith-kn5wo Udemy courses are a mixed bag in my experience

  • @Fayazkhan-lo8qg
    @Fayazkhan-lo8qg 4 дня назад

    But it's very difficult to learn bro 😅

    • @shaz3e
      @shaz3e 4 дня назад

      Very difficult is not true all you need to know about composer and artisan command head over to laravel docs read read read and you are in

    • @nixonsampson8645
      @nixonsampson8645 4 дня назад

      Nahh, I disagree

    • @joeyboli
      @joeyboli 4 дня назад

      Nah bro, very eazy.

    • @nffayutub7139
      @nffayutub7139 4 дня назад

      Every person has an individual capable of learning something 😁

    • @ankitkaushikx
      @ankitkaushikx 3 дня назад

      maybe not , i just started learning it one week ago and now build a whole student management system for a university , gonna launch it in few days, (although I was a Wordpress developer so maybe it was easy fizzy, but I tried many technology and laravel was easiest one, you may need to understand how laravel workflow works, like MVC , migration , routes etc. and all good to go.

  • @cmaz7289
    @cmaz7289 4 дня назад

    💎💯

  • @skdishansachin
    @skdishansachin 4 дня назад

    Is this thing so awesome that I won't need controllers anymore? 🤔

  • @dominikbetlej7114
    @dominikbetlej7114 4 дня назад

    Thanks!

  • @ripplesr5655
    @ripplesr5655 5 дней назад

    Forge makes it look like a Breeze. :D

  • @mikeziri
    @mikeziri 5 дней назад

    Damn I missed this one! Pretty insightful! Good job guys.

  • @lnplum
    @lnplum 6 дней назад

    As a React dev learning Laravel, I appreciate having the option but given the limitations of tooling support for this, I'll probably rather use class components. The only thing I'm really missing is the power of Typescript.

    • @LaravelPHP
      @LaravelPHP 5 дней назад

      It's definitely something that we (Laravel and the community) are aware of. I definitely understand that. :) -Josh

  • @kaibe5241
    @kaibe5241 6 дней назад

    Be awesome if these could be done in other timezones. hehe

  • @TallStack-su8sq
    @TallStack-su8sq 6 дней назад

    any alternatives for nuxtjs and breeze or jetstream?

    • @LaravelPHP
      @LaravelPHP 5 дней назад

      There's a community repo for Nuxt and Breeze that I found, so it's not an official Laravel supported version, but great to use and learn from! github.com/amrnn90/breeze-nuxt -Josh

    • @TallStack-su8sq
      @TallStack-su8sq 4 дня назад

      @@LaravelPHP thanks

  • @TallStack-su8sq
    @TallStack-su8sq 6 дней назад

    amazing! waiting for android and ios

  • @shubhamsahuSD
    @shubhamsahuSD 6 дней назад

    🎉

  • @MailsonWei
    @MailsonWei 6 дней назад

    so that mean in detail page i can add arrow button with after and before

  • @user-fx6fj2dv6h
    @user-fx6fj2dv6h 6 дней назад

    server-side rendering welcome to 2010

  • @asfiaaiman3699
    @asfiaaiman3699 6 дней назад

    after() and before() are more than awesome!!

  • @meemaw8949
    @meemaw8949 7 дней назад

    ❤❤❤

  • @Devdojo
    @Devdojo 7 дней назад

    top notch as always 👌 Really loving Livewire 😍 I've used React and Vue in the past and I just feel that Livewire allows me to be more productive and fast 💨

    • @LaravelPHP
      @LaravelPHP 5 дней назад

      Don't tell anyone. But same here. 😅 -Josh

  • @ArturMamedov
    @ArturMamedov 7 дней назад

    Amazing format! Compare all the possible stack for see the difference in different approach, good idea! Thank you very much!

    • @LaravelPHP
      @LaravelPHP 5 дней назад

      Thanks Artur! I'm glad it resonated with you! :) -Josh

  • @fullstacklarry
    @fullstacklarry 8 дней назад

    I don't use Livewire, but I like that functional API play.

  • @Vichion
    @Vichion 8 дней назад

    This was hard to follow because the columns are too narrow. It would be better if you used a dual stack on the left and a full stack on the right. That way, you'd have 50% screen width, which is more important than height when showing code.

    • @LaravelPHP
      @LaravelPHP 8 дней назад

      Thanks for the feedback. You're right that would have been easier to follow. I'll try to keep that in mind for next time. :) -Josh

  • @khant-nyar
    @khant-nyar 10 дней назад

    Blade is the best for me ,livewire is awesome but I haven't understand it

    • @LaravelPHP
      @LaravelPHP 8 дней назад

      Blade is great and a fantastic way to get things up and running quickly. I prefer Livewire myself but it's nice to have options. :) -Josh

  • @KyleComment
    @KyleComment 11 дней назад

    Awesome!

  • @KyleComment
    @KyleComment 11 дней назад

    Awesome

  • @user-pw4ej6xp5y
    @user-pw4ej6xp5y 11 дней назад

    I prefer the class way as well :)

  • @mityukov
    @mityukov 11 дней назад

    It's not "pulling from input's id attribute". The variable names are defined by inputs' name attributes

    • @LaravelPHP
      @LaravelPHP 11 дней назад

      You are correct. I misspoke there. I pinned a comment and I'll add this to the description too just to clarify. :) -Josh

  • @EvandroVVarela
    @EvandroVVarela 11 дней назад

    Are there any VS code extensions, that help with syntax error highlighting and auto complete? Can't find it anywhere. Thanks!

    • @LaravelPHP
      @LaravelPHP 11 дней назад

      We are working on something 🙏