Coffee with Laravel
Coffee with Laravel
  • Видео 9
  • Просмотров 122 276
HOW TO INTEGRATE THE HTML TEMPLATE INTO THE LOGIN WITH LARAVEL
Link do Github
github.com/mauriciocoelho/coffewithlaravel/tree/tinydash
puntrader.com.br
Просмотров: 6 050

Видео

MODAL DELETE IN LARAVEL (CRUD)
Просмотров 13 тыс.3 года назад
It is better to ask before deleting, modal delete solves the problem
MODAL EDIT IN LARAVEL (CRUD)
Просмотров 19 тыс.3 года назад
In this video I will teach you how to make a modal edit in laravel in a simple and easy way If you liked the way to do a Modal Edit, leave your like and subscribe to the channel form code link: github.com/mauriciocoelho/coffewithlaravel/tree/modal-edit and github.com/mauriciocoelho/coffewithlaravel/blob/demo/resources/views/users/edit.blade.php puntrader.com.br 🔔 Coffe With Laravel: ✓ Instagram...
MODAL CREATE IN LARAVEL (CRUD)
Просмотров 47 тыс.3 года назад
Make your application more beautiful with Modal. In this video you will learn how to make a modal create quick and easy. form code link: github.com/mauriciocoelho/coffewithlaravel/tree/modal-create puntrader.com.br
PERMISSIONS AND ROLES IN LARAVEL (ACL)
Просмотров 3,4 тыс.3 года назад
Have you ever needed to create access levels in your project? I find it very difficult and complex to create? How about developing it all in a quick and simple way? That's what we're going to teach you now bit.ly/3ac5DWo Link Article: medium.com/p/7875bfd73ef
MODAL LOGOUT IN LARAVEL
Просмотров 1,8 тыс.3 года назад
Exit #system using a #modal? Learn how to #create a #bootstrap modal on your #laravel in a simple and easy way
HOW TO INTEGRATE HTML TEMPLATE IN LARAVEL 8
Просмотров 27 тыс.3 года назад
GitHub link on the website puntrader.com.br/how-to-add-template-manually-in-laravel/

Комментарии

  • @AmanPrasad-yepme
    @AmanPrasad-yepme Месяц назад

    use Illuminate\Support\Facades\Artisan;

  • @TheWaqaspuri
    @TheWaqaspuri 5 месяцев назад

    I'm tired of doing php artisan config:clear to clear routes. is there a way to get rid of it. like no route cache.

    • @AmanPrasad-yepme
      @AmanPrasad-yepme Месяц назад

      use Illuminate\Support\Facades\Artisan; // clear cache Route::get('clear-cache', function(){ Artisan::call('config:clear'); Artisan::call('cache:clear'); Artisan::call('route:clear'); Artisan::call('view:clear'); dd('all cache clear......'); });

    • @coffeewithlaravel582
      @coffeewithlaravel582 24 дня назад

      php artisan optimize

  • @jairolima959
    @jairolima959 7 месяцев назад

    eu tenho que ter instalado algo ou importado algum css especifico? pq nada dessas classes deram certo pra mim, na verdade nada deu certo infeliznmente

    • @coffeewithlaravel582
      @coffeewithlaravel582 2 месяца назад

      Opa jairo, nesse caso, o do vídeo baixamos um template e colamos na pasta public do laravel

  • @jairolima959
    @jairolima959 7 месяцев назад

    nao entendi direito chefe

  • @hardiananda8908
    @hardiananda8908 9 месяцев назад

    Thanks Bro

  • @furkanguleryuz1977
    @furkanguleryuz1977 9 месяцев назад

    How do you select all of the assets at once when adding them?

  • @rusulazom
    @rusulazom Год назад

    Thanks 😊

  • @Motivacion-Infinitas
    @Motivacion-Infinitas Год назад

    The update button does not direct me, I get the edit modal, but the button does not direct, please help.

  • @Motivacion-Infinitas
    @Motivacion-Infinitas Год назад

    congratulations!!!!

  • @chuperez3633
    @chuperez3633 Год назад

    Thank you brother :))

  • @shunnel4376
    @shunnel4376 Год назад

    Nice!!

  • @nandopookey9195
    @nandopookey9195 Год назад

    Thank you so much sir

  • @khanawada
    @khanawada Год назад

    talk my friend of add text on the screen. this is boring and hard to follow.

  • @jeeran271
    @jeeran271 Год назад

    when i put include the modal is already showing

  • @jeeran271
    @jeeran271 Год назад

    when i include the modal is already showing even tho i didnt click the delete yet how to fix it?

  • @helizahelena40
    @helizahelena40 Год назад

    👏👏👏

  • @johnmaina7489
    @johnmaina7489 Год назад

    Great staff 👍👍👍

  • @namaq7028
    @namaq7028 Год назад

    can you upload the index blade in your repository please, didn't working with me

  • @Axt012
    @Axt012 Год назад

    qoyil

  • @gillesashley9314
    @gillesashley9314 Год назад

    Never knew I could do this

  • @generalrucoy9347
    @generalrucoy9347 Год назад

    It's amaizing that it works. Thanks!

  • @hamtaro7824
    @hamtaro7824 2 года назад

    Trying to get property 'name' of non-object

  • @kevinmartinsaraujo
    @kevinmartinsaraujo 2 года назад

    Your videos are good but I think they need audio or subtitles. I prefer audio.

  • @eloquent2200
    @eloquent2200 2 года назад

    Thank you for understandable guide!

  • @Charles-mi6wx
    @Charles-mi6wx 2 года назад

    Halo, when i add this ({{ $admin->id_admin }}), the edit button not working ModalEdit{{ $admin->id_admin }}

  • @laliice7154
    @laliice7154 2 года назад

    Please the modal of show ????

  • @lyawileh.a8741
    @lyawileh.a8741 2 года назад

    Silent but Useful.

  • @karthikvenkatachalam
    @karthikvenkatachalam 2 года назад

    Hi...Your tutorial is good. But missing of voice instructions really making the content difficult to follow.

  • @BRIJESHKUMAR-rc5bh
    @BRIJESHKUMAR-rc5bh 2 года назад

    thanks great

  • @nice1653
    @nice1653 2 года назад

    If you will have 999 items per page. Will you have 999 same modal-views? Is it good idea?

    • @Johnsmith-jj1dm
      @Johnsmith-jj1dm 2 года назад

      I think this may not be a good solution ....

  • @merahsamia9785
    @merahsamia9785 2 года назад

    Thank you for the video, I have an issue, this code edit juste the last user, didn't Understand why!

    • @salmamsalha3210
      @salmamsalha3210 2 года назад

      I have the same probleme , please did you find the solution ?

  • @edigleisonbrasildeoliveira5881
    @edigleisonbrasildeoliveira5881 2 года назад

    Very, very thank's

  • @najimsaleh8493
    @najimsaleh8493 2 года назад

    Thank you bro...That's easy and effective

  • @UmerFarooq_697
    @UmerFarooq_697 2 года назад

    it's very very useful for me

  • @anilchudasama7698
    @anilchudasama7698 2 года назад

    Like ur short..plz upload more

  • @EpicureanVoyages
    @EpicureanVoyages 2 года назад

    hello, how about the route update? i followed your tutorial but get stucked for routing, always result 404 page. thanks

  • @kerynwong1381
    @kerynwong1381 2 года назад

    Nice👍thank you

  • @rolealeatorio7048
    @rolealeatorio7048 3 года назад

    Sucesso

  • @dilmurod9820
    @dilmurod9820 3 года назад

    excellent thanks a lot i use in my project

    • @coffeewithlaravel582
      @coffeewithlaravel582 3 года назад

      watch too 👉 ruclips.net/video/5tBsrv7qoys/видео.html

    • @dilmurod9820
      @dilmurod9820 3 года назад

      @@coffeewithlaravel582 i have already done Teach as for advance filter table thanks man do your best

  • @willianyveras9680
    @willianyveras9680 3 года назад

    Thanks man!! I just have one question. When i validate the form, the index returns without showing the modal, U know how can i fix this?

    • @herdtrweyemamu5896
      @herdtrweyemamu5896 2 года назад

      Did you find the way?

    • @willianyveras9680
      @willianyveras9680 2 года назад

      @@herdtrweyemamu5896 I din’t, sorry.

    • @herdtrweyemamu5896
      @herdtrweyemamu5896 2 года назад

      @@willianyveras9680 it works for me! @foreach ($errors->all() as $error) @php if($error){ echo '<script>$("#modal").modal("show");</script>'; }else{ echo '<script>$("#modal").modal("hide");</script>'; } @endphp @endforeach

  • @Chitorra98duriduridr
    @Chitorra98duriduridr 3 года назад

    This is blade vanilla? Or is liveware?

  • @schooterbaru7033
    @schooterbaru7033 3 года назад

    thanks

  • @johnkennetht.quizon5420
    @johnkennetht.quizon5420 3 года назад

    Can I have the full code of the project? Thanks!

  • @arifdevcoding
    @arifdevcoding 3 года назад

    So? What's the use case?

    • @coffeewithlaravel582
      @coffeewithlaravel582 3 года назад

      this route is to redirect the user to a custom page when the user enters a non-existent page

    • @arifdevcoding
      @arifdevcoding 3 года назад

      @@coffeewithlaravel582 ever heard of "views/errors" dir in laravel views?

    • @coffeewithlaravel582
      @coffeewithlaravel582 3 года назад

      @@arifdevcoding yes, but the focus of the short was to show the route

  • @armandofavelax
    @armandofavelax 3 года назад

    Fala amigo preciso da fonte e possível passar tô com problema no envio em post com o Ajax.

    • @coffeewithlaravel582
      @coffeewithlaravel582 3 года назад

      github.com/mauriciocoelho/modal-create

    • @armandofavelax
      @armandofavelax 3 года назад

      @@coffeewithlaravel582 sobre o Ajax amigo. Que faz a requisição de tudo você usa uma maneira diferente achei legal. Queria da parte do Ajax.

    • @coffeewithlaravel582
      @coffeewithlaravel582 3 года назад

      @@armandofavelax let's make a video with ajax

  • @tungvuxuan6933
    @tungvuxuan6933 3 года назад

    Can't you open source code???

  • @tungvuxuan6933
    @tungvuxuan6933 3 года назад

    i want to see your route edit_studen

  • @angellamarston4873
    @angellamarston4873 3 года назад

    is this laravel 8?

  • @armandofavelax
    @armandofavelax 3 года назад

    Where get source, friend?

  • @desmondhm
    @desmondhm 3 года назад

    Are you considering taking a training in imaging?