Laravel-5.8: Admin Panel (Part-2) | Custom Login & Register System for User & Admin - Auth Command

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 74

  • @dahyunim
    @dahyunim 5 років тому +19

    But one major change introduced in laravel 6.0 is the removal of
    php artisan make:auth
    For laravel 6.0
    composer require laravel/ui
    php artisan ui:auth

  • @raziehzabihiasrami9264
    @raziehzabihiasrami9264 Рік тому

    Your teaching is excellent

  • @mohamedndoye7757
    @mohamedndoye7757 3 роки тому

    I really love Funda

  • @balbirkaur7972
    @balbirkaur7972 4 роки тому

    You may enable the innodb_large_prefix option for your database instead of Schema::defaultStringLength(191);...

  • @ryzizzle5615
    @ryzizzle5615 5 років тому +2

    thanks, I manage to migrate the tables and everything but during registration, the data didn't insert into the table. Where did I get it wrong??? Please answer sir.

    • @mohamedamer641
      @mohamedamer641 4 роки тому

      thats happend with me how do you solve it ?

  • @thebackendguru
    @thebackendguru 3 роки тому +1

    Latest on auth is -> php artisan ui:auth

    • @fundaofwebit
      @fundaofwebit  3 роки тому

      In Laravel 6,7 & 8.
      composer require laravel/ui
      php artisan ui:auth

  • @balbirkaur7972
    @balbirkaur7972 4 роки тому +4

    I used composer require laravel/ui
    php artisan ui vue -auth
    instead of php artisan make:auth (I think laravel upgraded version not suporting make:auth)....

  • @romancheptene1599
    @romancheptene1599 4 роки тому

    Very useful tutorial. Thanks very much. One question: what theme are you using for VS Code, cause I like the folder/file icons. Thanks

  • @Rudzislav
    @Rudzislav 4 роки тому +4

    Laravel 7:
    composer require laravel/ui
    php artisan ui vue --auth

    - command will create all of the views you need for authentication and place them in the resources/views/auth directory.

  • @rahulbaishya607
    @rahulbaishya607 4 роки тому +1

    can we do this without any use of migration?

  • @hachhewa5870
    @hachhewa5870 4 роки тому

    Hello. how can I, for example, display all articles if there are more than 100 of them? This method is very long, maybe it can be automated somehow? Answer please.

  • @yubrajpaudel
    @yubrajpaudel 3 роки тому

    In case your login and register look horrible. Here is the solution-->
    1. composer require laravel/ui
    2. php artisan ui bootstrap
    3. npm install
    4. npm run dev

    • @fundaofwebit
      @fundaofwebit  3 роки тому

      It's Laravel 5.8 version.
      Laravel 8.x version. Link :
      ua-cam.com/video/4peF7boPBC4/v-deo.html

  • @mdbcinema
    @mdbcinema 4 роки тому

    Thanks

  • @raymytech
    @raymytech 3 роки тому

    What's the work of the provider?

  • @mohamedamer641
    @mohamedamer641 4 роки тому

    data dosen't insert into database ??? how could i solve that ?

  • @nikhatnoor5166
    @nikhatnoor5166 3 роки тому

    Hello, in case if i have to make three different user roles, example: jobseeker,employer, and admin . How do i determine the routes after login?

    • @fundaofwebit
      @fundaofwebit  3 роки тому +1

      Here, u can use this:
      ua-cam.com/video/61EKmNOUPyM/v-deo.html
      ua-cam.com/video/Tvwi6ohzdz8/v-deo.html
      Orelse, we can create a seperate guard and create your custom login register with JobPortal

  • @sandowned
    @sandowned 5 років тому +1

    thank you for sharing! this help to the people like me trying to learn laravel, suscribed!

  • @alexisdauli8537
    @alexisdauli8537 4 роки тому

    Again Thanks

  • @Zxcvb28
    @Zxcvb28 5 років тому

    I added status and set it as boolean. what if I want to set the status to 1 everytime the admin logs in? What will I add? :)

  • @sounymalyavnh2811
    @sounymalyavnh2811 4 роки тому +1

    My bootstrap is not work, how can i solve?

    • @isaacanane3229
      @isaacanane3229 3 роки тому

      Create an "assets" folder in the public folder then place your CSS and js files (containing the bootstrap files). then in the head link href, add {{asset('assets/css/bootstrap.min.css'}}. Same for images and JS. I hope this helps

  • @not_right_in_the_head5504
    @not_right_in_the_head5504 4 роки тому +1

    i have started learning laravel today, this video popped up in my search. as i go through the video, all i could understand is the person who made this video knows what to be done and where to be done, but does not know WHY ..... lack of concepts for sure...i had to google most of the codes he wrote as to why he did it. Disappointed to the fullest

    • @fundaofwebit
      @fundaofwebit  4 роки тому +1

      If u require professional level knowledge.. Pay n get courses on udemy... My videos are to help beginners and problem solving.

    • @not_right_in_the_head5504
      @not_right_in_the_head5504 4 роки тому

      @@fundaofwebit Guess you did not read my comment properly out of fury. I did say i was beginner, it was in the context. you seem very arrogant, your reply indicates as you are telling me to f**k off. go somewhere else. Learn to take negative criticisms in a healthy manner. I wrote what i felt about the standard of video, as a beginner. Alas i encountered a hot head here. sick

  • @jeid1913
    @jeid1913 Рік тому

    Class "App\Providers\Schema" not found
    whats wrong?

    • @fundaofwebit
      @fundaofwebit  Рік тому

      Import the class Schema in the path : app/providers/AppServiceProvider.php

    • @jeid1913
      @jeid1913 Рік тому

      And how do I do that?

  • @amzay4999
    @amzay4999 4 роки тому

    i didn't find usertype in my database column.......done every steps shown in the video...

  • @habetech
    @habetech 4 роки тому

    Do you have template ? Ca'n u share link for download ?

  • @goldensparrowmobile9924
    @goldensparrowmobile9924 4 роки тому +1

    PDOException::("SQLSTATE[HY000] [2002] Connection refused")
    PDO::__construct("mysql:host=127.0.0.1;port=3306;dbname=Project", "Project", "root", [])
    please help me about this
    cant resolve

    • @meerajadhikari1877
      @meerajadhikari1877 4 роки тому

      check your .env file
      Your database information must be accurate in it.

  • @wrtxubaid9114
    @wrtxubaid9114 Рік тому

    Sir how you made user type.?.

    • @wrtxubaid9114
      @wrtxubaid9114 Рік тому

      Reply sir plz I am in trouble

    • @fundaofwebit
      @fundaofwebit  Рік тому

      You can watch this video: ua-cam.com/video/2Y5IJYZbaa8/v-deo.html

  • @callistotheprogrammer9364
    @callistotheprogrammer9364 4 роки тому

    sir i have error like this
    [InvalidArgumentException]
    Command "make:auth" is not defined
    Did you mean one of these?
    make:test
    make:request
    make:migration
    make:seeder
    make:middleware
    make:controller
    make:provider
    make:policy
    make:event
    make:console
    make:job
    make:listener
    make:model
    make:command

    • @sudo07
      @sudo07 4 роки тому +1

      composer require laravel/ui
      php artisan ui:auth

    • @fundaofwebit
      @fundaofwebit  4 роки тому

      Laravel 6 n above version it does not support. make:auth command...

  • @lauresir4717
    @lauresir4717 4 роки тому +2

    i cant make auth...how to make plz need help

    • @krissudrajad7330
      @krissudrajad7330 4 роки тому

      same

    • @kid_rz
      @kid_rz 4 роки тому

      bcs this tutorial for laravel

    • @meerajadhikari1877
      @meerajadhikari1877 4 роки тому +3

      If you are using versions such as 6.0 or above,
      try this in your terminal:
      composer require laravel/ui
      hit Enter
      and
      php artisan ui:auth
      PS: You can also specify the js if necessary. please follow laravel documentation for that

    • @mohamedamer641
      @mohamedamer641 4 роки тому

      @@meerajadhikari1877 it's work ....... thx

    • @mohamedamer641
      @mohamedamer641 4 роки тому +1

      @@meerajadhikari1877 but login and registration forms without any styling

  • @darpe7498
    @darpe7498 2 роки тому

    sir what can i do to fix this?
    $ composer require laravel/ui
    Using version ^3.4 for laravel/ui
    ./composer.json has been updated
    Running composer update laravel/ui
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    Problem 1
    - laravel/ui[v3.4.0, ..., 3.x-dev] require illuminate/console ^8.42|^9.0 -> found illuminate/console[v8.42.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires laravel/ui ^3.4 -> satisfiable by laravel/ui[v3.4.0, ..., 3.x-dev].
    You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel/ui:*" to figure out if any version is installable, or "composer require laravel/ui:^2.1" if you know which you need.
    Installation failed, reverting ./composer.json and ./composer.lock to their original content.

    • @fundaofwebit
      @fundaofwebit  2 роки тому

      This Package is for above laravel 6.

  • @eclairesstudio7608
    @eclairesstudio7608 4 роки тому

    The app .css file is not working properly I think what shall I do it's like normal button and textbox

    • @kcmark3
      @kcmark3 4 роки тому +1

      Did you find an answer to this?

    • @eclairesstudio7608
      @eclairesstudio7608 4 роки тому

      @@kcmark3 yes

    • @jason-bacalla
      @jason-bacalla 4 роки тому

      how did you work your css and bootstrap??

    • @fundaofwebit
      @fundaofwebit  4 роки тому

      ua-cam.com/video/aTmE1tbpmKEa/v-deo.htmla

    • @jason-bacalla
      @jason-bacalla 4 роки тому

      @@fundaofwebit this tutorial is part of video?? series admin panel?

  • @adraravindranc9785
    @adraravindranc9785 5 років тому +3

    Please add subs for the vidoes u made. The first video (part I) has subs and it helped me since I'm hearing impaired.

  • @amritadas1660
    @amritadas1660 Рік тому

    Can you show me your app.blade.php file

  • @RamaFilms
    @RamaFilms 4 роки тому

    Hi

  • @kaikisss
    @kaikisss 4 роки тому

    My register page layout looks like broken...
    is this caused by laravel 6 ?

    • @kaikisss
      @kaikisss 4 роки тому +4

      i've solved it my self
      1. composer require laravel/ui
      2. php artisan ui bootstrap
      3. npm install
      4. npm run dev