Admin Panel Tutorials : Install AdminLTe Package with Login Form in Laravel 5 - Part 1

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 69

  • @fadlanzunima5236
    @fadlanzunima5236 6 лет назад +1

    terus semangat membuat channel seperti ini, sangat membantu, ditunggu tutorial selanjutnya

    • @CodELog
      @CodELog  6 лет назад +1

      Siap gan, bantu share juga ya hehe :D

  • @gazisalahuddin8681
    @gazisalahuddin8681 4 года назад

    thank you...it helps

  • @belgacemouniss3774
    @belgacemouniss3774 6 лет назад +2

    at 7:00
    put in cmd
    php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets

  • @rumeshdezoysa
    @rumeshdezoysa 5 лет назад

    Thanks working all things

  • @negashdesalegn
    @negashdesalegn 6 лет назад +1

    guys help me , the css does not work when i put the admin_costom.css stylesheet
    and even i run " php artisan vendor:publish --provider=JeroenNoten\LaravelAdminLte\ServiceProvider --tag=assets

  • @murugansivaranjani4828
    @murugansivaranjani4828 5 лет назад

    hi.. after adding the code "jeroenNoten\laravelAdminLte\ServiceProvider::class," in app.php/config i get "Class 'jeroenNoten\laravelAdminLte\ServiceProvider' not found
    in ProviderRepository.php line 208" this error. how to i fix this.. please help me.. i am waiting for your response

    • @baberbajwa5988
      @baberbajwa5988 5 лет назад

      jeroenNoten\laravelAdminLte\ServiceProvider'
      this is not true method
      true method is this right here
      JeroenNoten\LaravelAdminLte\ServiceProvider::class,
      put this in config/app file in "providers"
      then fix error

  • @zani0090
    @zani0090 5 лет назад

    I have a error "Call to undefined function App\Http\Controllers\compct()" what can I do

  • @murugansivaranjani4828
    @murugansivaranjani4828 5 лет назад

    i complete this procedure and i got adminlte2 page, but styles not apply. how to fix it

  • @JamesBondze
    @JamesBondze 6 лет назад

    Hi codelog, is there a way to place a condition on the admin links for different users?

  • @simpleanonymous2859
    @simpleanonymous2859 5 лет назад

    why my css is not read by the system

  • @erjechannel9522
    @erjechannel9522 5 лет назад

    can you put a link for the same file version, I tried downloading on the official adminLte website, but the file is different ... thank you ...

  • @dhruvishah4283
    @dhruvishah4283 5 лет назад

    sir after clicking on user blank page is comming

  • @Yassermoghrabiah
    @Yassermoghrabiah 6 лет назад +1

    You forgot one command
    php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets

  • @baberbajwa5988
    @baberbajwa5988 5 лет назад

    CodElog
    help me
    Css not applying on my code
    give me solution
    this command php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets
    in cmd but still this error
    css not apply
    page shows but css not apply

  • @jonwolf_gaming
    @jonwolf_gaming 6 лет назад

    Hi, I'm getting this error: Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
    Call to undefined function App\Http\Controllers\compct()
    is that compct() even exist?

    • @jonwolf_gaming
      @jonwolf_gaming 6 лет назад

      nevermind is compact() , but in the video clearly says compct()

    • @CodELog
      @CodELog  6 лет назад

      Hello,
      thank you before for your feedback, sorry for my bad,
      I will be careful after this, thank you sir

  • @nanio.6772
    @nanio.6772 5 лет назад

    for all those looking for the file here it is github.com/jeroennoten/Laravel-AdminLTE

  • @fadilahasana115
    @fadilahasana115 6 лет назад +2

    Part 2 pleaseee

  • @addicteeedto
    @addicteeedto 5 лет назад

    compct('user') change to compact('user')

  • @collinssapic8143
    @collinssapic8143 6 лет назад

    Call to undefined function App\http\Controllers\compct() I'm getting this error what's the fix for this

    • @CodELog
      @CodELog  6 лет назад

      Sapic Tuts no compct but compact

    • @collinssapic8143
      @collinssapic8143 6 лет назад

      CodELog after I had fixed that now I get this error, cannot end a section without first starting one......viees\admin\Users.blade.php and I have done everything like you did but I can't return the users information, any ideas how

    • @collinssapic8143
      @collinssapic8143 6 лет назад

      Views missed spelled that

    • @CodELog
      @CodELog  6 лет назад

      Sapic Tuts where's your user blade code? Section block must opened first, ex: @section("yoursectionname")

  • @cloudydandy
    @cloudydandy 6 лет назад

    Thanks a million for this great tutorial. I was following along however system couldn't find admin_costom.css mentioned on 6:48. I do not know if I missed s.t.

    • @cloudydandy
      @cloudydandy 6 лет назад +1

      I figured it out. Thanks anyways.

    • @nisadestiana2127
      @nisadestiana2127 6 лет назад +1

      I cant found file admin_costom.css

    • @CodELog
      @CodELog  6 лет назад

      helllo, you can replace with app.css like this {{asset('css/app.css')}}, or just remove then that will ok.

    • @Hmz97
      @Hmz97 6 лет назад

      guys help me , the css does not work when i put the admin_costom.css stylesheet

    • @CodELog
      @CodELog  6 лет назад

      you can replace with app.css like this , or just remove

  • @fadlanzunima5236
    @fadlanzunima5236 6 лет назад

    bikin part ke-2 nya yaa

  • @SharingIlmu25
    @SharingIlmu25 5 лет назад

    coba lakukan ini > php artisan make:adminlte yes aja semua
    lalu >php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=config

    • @panaskhotjaras4852
      @panaskhotjaras4852 5 лет назад

      guys help me , the css does not work when i put the admin_costom.css stylesheet

  • @fredrickmwenda5946
    @fredrickmwenda5946 6 лет назад

    where is the css file please?

    • @CodELog
      @CodELog  6 лет назад

      default adminLTE file is stored in vendor\jeroennoten\laravel-adminlte

    • @etutorijali7598
      @etutorijali7598 6 лет назад +3

      Hey, run in your cmd this comand
      php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets
      and after this php artisan serv , for me that works

    • @princerai5615
      @princerai5615 6 лет назад

      thanks dude :)

    • @norhataombay0759
      @norhataombay0759 6 лет назад +1

      @@etutorijali7598 thanks its help me :)

    • @nanio.6772
      @nanio.6772 5 лет назад +1

      @@etutorijali7598 thank you, can you explain what's this for? Does it somehow publish the assets? and why cant I locate the css?

  • @oumaimatalbi7592
    @oumaimatalbi7592 5 лет назад

    Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
    Call to undefined function App\Http\Controllers\compct()

  • @mattgallero936
    @mattgallero936 6 лет назад

    Call to undefined function App\Http\Controllers\compct()

  • @murugansivaranjani4828
    @murugansivaranjani4828 5 лет назад

    pleasehelp me

  • @newlinegameltd6360
    @newlinegameltd6360 4 года назад

    hello i send message messenger end mail respond :))

  • @tarunawahyudi4625
    @tarunawahyudi4625 6 лет назад

    tutorial terbodoh. nyesel gue nonton