Laravel Jetstream: Add CRUD with User Roles

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

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

  • @LaravelDaily
    @LaravelDaily  2 года назад +1

    Want more videos about Jetstream? My full 2-hour course of live-coding a Jetstream project: laraveldaily.teachable.com/p/laravel-jetstream-livewire-project?

  • @luiswetowkn
    @luiswetowkn 3 года назад +1

    Help me plese!!!
    SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`laravel_tester`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 5))

  • @nurizzatuliffahbintimazlan3802
    @nurizzatuliffahbintimazlan3802 2 года назад +1

    SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`adcity`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 3)) help me with this

  • @codingbugs4204
    @codingbugs4204 2 года назад +1

    i don't know why i've got this error when i try to register a user
    SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`myproject`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 7))

  • @OnlyJavascript
    @OnlyJavascript 3 года назад +3

    when i try to create or edit task i get 403 forbidden error.

  • @tbass.p3480
    @tbass.p3480 3 года назад +8

    navigation-dropdow now is navigation-menu in news versions of jetstream, but the tutorial help so much, thanks from brasil :D

  • @maxnyu4445
    @maxnyu4445 3 года назад +1

    SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`adcity`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 3)) help me with this

  • @kokwah104
    @kokwah104 10 месяцев назад +1

    Buddy, i feel like you left out alot of details.
    Worst laravel video

  • @chrisdedavid1860
    @chrisdedavid1860 Год назад +2

    Jetstream is supposed to save time, but having to learn it all, and be forced to do things certain ways can cost a lot of time also. When there are issues, there's always the need to figure out how to exactly do something... can't just try it a different way like when creating own code. I use Jetstream sometimes, but I still dislike some things with it even though I've got some projects with it.

    • @maurolucasuamusse3197
      @maurolucasuamusse3197 11 месяцев назад +1

      I'm a developer, I can't even interpret all the code that was in my system because of these things

  • @ryanolson4844
    @ryanolson4844 3 года назад +2

    I find the issue with this and other videos by this creator is he copies code from somewhere (which we all do) then turns around and says we need to add updates to the code we copied, then clips to the finished code but doesnt see what or why. It would be nice to see an expanded video of what he is doing so the logic of why is made clear

  • @AlfredoElizondoLife
    @AlfredoElizondoLife 3 года назад +4

    Great didn’t know about the route name.* i was doing regular php to check for the name with contains.

  • @ControlAltSuprimir
    @ControlAltSuprimir 3 года назад +2

    Dude what the hell? You started really good with tasks but at the moment of users and permisions you went from 10 to 100, I can't reproduce what you did there :(
    I'm giving my best to do what you did there now lol

    • @PovilasKorop
      @PovilasKorop 3 года назад +2

      From 10 to 100? Where are you struggling exactly? And the repository is available, the link is in the description of the video, you can check the final code.

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

      @@PovilasKorop I tried to do this all by myself instead of downloading and installed your repository, well now I'm succeeding understanding everything (Yay!).
      But I have one problem on creating users from the admin, it isn't hashing the passwords, so I put a hash in the middle way to do solve this problem but I'm not sure if you forgot to do this or if this is a problem from me.
      Thanks for your hard work dude!

  • @OnlyJavascript
    @OnlyJavascript 3 года назад +1

    SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`jet`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 1))

  • @Titanen89
    @Titanen89 3 года назад +1

    the password won't get hashed for me when i create a user, it get stored in plane text

  • @cuauhtemoclemus7660
    @cuauhtemoclemus7660 3 года назад +2

    very useful, but how could I add a new role later? I already added the permission roles but it did not accept them

  • @TarunKumar-t1q
    @TarunKumar-t1q 5 месяцев назад

    thanks for making this helpful video,but i have question i make allpossible this to admin access the task but when i make this condition @can(task_access) then in admin control it return false why?

  • @fotrino
    @fotrino 3 года назад +2

    Hi @Povilas, could you show an example of laravel-permission + jetstream ?

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

      I don't think it would be too different from this example, it would be the same @can() in Blade, and hasPermission in middleware. It's not about Jetstream at all.

  • @fhoulbr
    @fhoulbr Год назад +1

    Watching this movie two years later after I finished my project with Jetstream... I see I did make things a bit like you. I really enjoy Jetstream as it's easy to extend functionalities, including queuing Fortify mails easily, or just overriding default user table, etc... it allows you to cut to a few hours what would take days and do it securely. I did easily override the route names as well and got them translated in french.
    Really powerful tool indeed. Developing in the TALL stack is a pleasure for me.

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

    AWESOME as usually. Can't I use the middleware(['auth:sanctum']) to auth the user?

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

      hello does that mean we create a separate admin pages

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

    the users i creat cannot login in the system :/ i thing that is because of the password not getting hashed

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

    I tried this and it doesn't work any more, any new ways to do this or a solution for the new updated version

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

    SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`usersexam`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 3)) I need help on resolving this

  • @mushypeeze3545
    @mushypeeze3545 3 года назад +3

    Brilliant example which I've implemented in my website. Had to make a few changes to accomodate teams but the rest was perfect. Thanks for saving me hours of work!

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

    I don't see the nav links on Admin dashboard, and I am getting this error when I try to register a user "SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`promedic`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 2))"

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

    What text editor is this .. go to definition inbuilt or not?

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

    My route look like this.
    Route::get('/', function () {
    return view('welcome');
    });
    Route::middleware([
    'auth:sanctum',
    config('jetstream.auth_session'),
    'verified'
    ])->group(function () {
    Route::get('/dashboard', function () {
    return view('dashboard');
    })->name('dashboard');
    });
    //I add this
    Route::resource(name:'tasks', controller: \App\Http\Controllers\TasksController::class);
    //but i found an error. I create new controller named TasksController. I follow all step in video. any solution?
    ParseError
    syntax error, unexpected ':', expecting ')'

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

      That word "controller:" is a hint from my PhpStorm, it's invisible, it's not part of the code.

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

      @@LaravelDaily Thanks Sir, I'll try again

  • @hossamhasnaoui1796
    @hossamhasnaoui1796 4 месяца назад

    i couldn't find navigation-dropdown ???

  • @Rodmerchan
    @Rodmerchan 3 года назад +3

    Thanks! this tutorial has helped me understand the stack much better, and made much easier to add features in a streamlined way.

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

    Hi, a error Manifest appear wend publish: "php artisan vendor:publish --tag=jetstream-views" the suggestion to fix this issue is: Missing Mix Manifest File
    Error:
    The Mix manifest does not exist. (View: D:\Software\App\WS32\www\Resolut\Portal\Engine
    esources\views\layouts\guest.blade.php)
    Did you forget to run npm install && npm run dev?

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

    inertia version of this video please

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

    help me with this Undefined class constant 'HTTP_FORBIDDEN please .. am getting this when am press create new task

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

    how can we add header to all our pages in laravel jetstream

  • @richardhoyle7778
    @richardhoyle7778 3 года назад +2

    So getting use to Jetstream; was wondering if there is any way you would consider doing a class covering all of this, but in a bit more detail? And how about installing a template in the front end?

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

    If I use Laravel Jetstream in my web development project. At the same time, Could i use css framework bootstrap? I want to use Laravel Jetstream for beautiful authentication design and functionalities. But I will use css framework bootstrap for frontend design. Hopefully I can explain to everyone what I want to do.

  • @bebebeb6498
    @bebebeb6498 2 года назад +1

    Very Thx you 👍

  • @adgjoed6518
    @adgjoed6518 3 года назад +2

    Спасибо большое. Даже английский начал учить)

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

    why i got 403 forbidden

  • @skatesessiesnuenen8826
    @skatesessiesnuenen8826 3 года назад +2

    Awesome tutorial thanks man! This is really helping me out when studying for my laravel exam

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

    this is not a tutorial, no step by step, you allway code before and then show it, newbies can't follow you....

    • @LaravelDaily
      @LaravelDaily  2 года назад +1

      My channel is not for newbies, sorry.

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

    I am the subscriber No. 100,000 congratulation!!

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

    How he open the 'search box'?

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

    Old data does not work when you reuse x-jet-input in your own custom forms. Can you show how to achieve this?

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

    Got lost in the roles part haha

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

    Why in your video give the vendor folder but in the repository files there is not that folder

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

      Vendor isn't pushed to the repository, it's ignored in gitignore. To get the vendor, run "composer install".

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

    sir on routing issue why did you uses resource(name:'',etc) code .. i tried it but on my side on the name its saying unexpected syntax ... why am lost?

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

    After Cakephp bake, Laravel is complete mess..

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

    I tried to view components like this, but its getting errors.
    If I have index.blade.php file in users directory I need to add jet-component to render user list(Grid).
    For example I need to render users-grid.blade.php in index.blade.php using
    Can you please guide?

    • @LaravelDaily
      @LaravelDaily  2 года назад +1

      You need to actually create the full component yourself, it's not just like you write x-jet-anything and it will magically work. Please read the official docs about Blade components.

  • @motomono
    @motomono 3 года назад +1

    I concur. Jeststream was kind of unpleasant surprise to me at the beginning even it's a great piece of software. Thank you a lot for this video!

  • @nouira2185
    @nouira2185 3 года назад +1

    is it possible to use jetstream teams to manage roles and permission ? thank you!

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

      Haven't tried it personally. Those are actually different topics: roles/permissions are about access to some function or menu item, and teams are about access to the entry of that particular team, so multi-tenancy. Not sure, as I said, haven't tried Jetstream with teams.

  • @hichamalaoui34
    @hichamalaoui34 3 года назад +1

    Excellent tutorial. Thank you loads :)

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

    You forgot allot of details, if someone see this video for the first time will not understand nothing.

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

    Hi Sir, i am new in Laravel. I am trying to apply Laravel 8 and Jetstream, yet I found this video. I did enable the Jetstream Teams features and when I trying to add this user roles permissions features, I ve got an error. Can you show or guide what makes the default user registration fails, and adding users from list saving the password without hash?

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

    I did the same and the password doesnt hash, and i cant create more than 1 user with the same role, pls help

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

    i have some issues like this "General error: 1364 Field 'description' doesn't have a default value"
    please help me to solve it

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

    there is two error in this tutorial :D
    as the two commentor below its is by creating New Task and Editing Task.
    I hope #LarvelDaily helps us this part :) ty

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

      I got New Task..now finding something at Edit task.. its 403
      THIS ACTION IS UNAUTHORIZED.
      idk where am I lacking..

  • @jamesjameslee8217
    @jamesjameslee8217 3 года назад +1

    Thank you for this video, this is exactly what I needed for my current project

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

    I’m creating a language school management platform to learn more Laravel, I am up and running with Jetstream with Teams.
    I need
    - super admin (god mode)
    - teachers
    - companies
    - students
    - managers (view all students and reports)
    - courses
    - teachers members
    - students members
    I was thinking of using the Teams feature in the place of Companies in my example, but is this a good idea or should I just start from scratch?

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

      The only way to answer this question is to try and use Teams and see if it fits, you will see only later if there are any issues.

  • @alwynsonhinay5172
    @alwynsonhinay5172 4 месяца назад

    I need some little help i just download the repository and its fine what im worried is that the TASK and USERS is not showing in the dashboard what should i do sir...

    • @alwynsonhinay5172
      @alwynsonhinay5172 4 месяца назад

      drive.google.com/file/d/1Wti3yxvwz7ZGQQ3G0Jii9FwO5N7D9fdm/view?usp=sharing

    • @alwynsonhinay5172
      @alwynsonhinay5172 4 месяца назад

      please reply Laravel Daily

    • @alwynsonhinay5172
      @alwynsonhinay5172 4 месяца назад

      i have also received an error from register :
      SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`laravel`.`role_user`, CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE) (SQL: insert into `role_user` (`role_id`, `user_id`) values (2, 2))

    • @LaravelDaily
      @LaravelDaily  4 месяца назад

      Sorry I don't have time unfortunately for personal debugging, from your error it's not clear what you misconfigured.
      Or the repository may be really old by this point, the video is from a few years ago, haven't checked it since then.

  • @JJ-ot3ps
    @JJ-ot3ps 2 года назад

    hi, does the livewire comes with vue?

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

    how can i access the admin panel sir

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

    Thanks for this much needed tutorial. I tried your code but seems i'm no longer admin and cant access other pages. how to change user to admin?

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

    What is the purpose of teams? I always assumed it was for role management but what would be the usecase for using jetstream with teams enabled

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

      Teams are companies, with multiple users in each team/company. Those users may or may not have roles.

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

    Subscribed!! I need a teacher like you. Thank You Very Much Sir!!

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

    Many thanks for this.

  • @NoOne-qd2yp
    @NoOne-qd2yp 3 года назад

    Ar kajerbal Livewire ejab inertia.

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

    Will this work in a similar fashion for Breeze?

  • @NikhilSharma-bw9yw
    @NikhilSharma-bw9yw 3 года назад

    How SPA method works on jetstream ??

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

    I was hoping you would use the roles built into jetstream.

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

    I am getting this problem "Target class [App\Http\Controllers\App\Http\Controllers\TaskController] does not exist."

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

      Because this part App\Http\Controllers\ is repeated twice. If you add "use" statement on top, you don't need to use full path in the route statement.

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

      @@LaravelDaily Thanks I got it. But I am a complete beginner so I'm lost whenever you don't go through the steps, especially after you add the table for the in 'Tasks'. I can figure out that I can copy and paste code from the repo, but I am not sure about anything from 11:24 onwards where you create the UserController since you don't show any steps in the terminal from that point. I am trying to create a project which is a Medical Web app, but haven't made any progress at all to meet my first milestone as I am totally new to Laravel. My first milestone is to create the dashboard for Admin, Doctor, Patient with the roles and permissions. For example, Doctors will have permission to add medical data to the database, and users can search medical info and stuff like that, just like a regular medical app.

    • @LaravelDaily
      @LaravelDaily  3 года назад +1

      @@andreallen6823 ok I understand now, but sorry this channel is not for complete beginners in Laravel, I don't want to stop and explain every piece, that would make my videos 1-hour long.

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

    Great Content! Thank You for share. Helped me a lot... ;)

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

    Great video, thanks a lot!!

  • @NikhilSharma-bw9yw
    @NikhilSharma-bw9yw 3 года назад

    Hello sir
    can you help me out with creating a curd method in Laravel jetstream on SPA base application

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

      By SPA you mean the Inertia stack? Sorry I haven't worked with Inertia, I prefer Livewire.

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

    Was enjoying the tutorial however I found 2 issues so far
    1) Instead of Navigation-dropdown blade I have Navigation-menu blade. 2 On adding the route I am getting a syntax error with following:
    Route::resource(name:'tasks', controller:\App\Http\Controllers\TaskController::class); Its quite difficult to follow the video at times

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

      I corrected the syntax error following the sytnax on github repository
      i,e. Route::resource('tasks', \App\Http\Controllers\TaskController::class); however I do not have Tasks on the menu even tho have made identical changes to the Navigation-menu blade

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

      Have now managed to log in with Task Menu displayed. The 2 earlier points I referred to are still valid, i.e. Navigation-menu blade rther than Navigation-dropdown and route syntax used for TaskController when following video

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

    I agree with you. I was also uncomfortable to use jetstream

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

    your channel is very very useful

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

    exactly what i requested last 2week. thanks for tutorial.

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

    You are my best teacher of Laravel! I am so much obliged to you!

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

    You help me so much, I love your videos

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

    thanks!

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

    I learned "request()->routeIs('route_name')". Is it standard Laravel? Cooool.
    Mr. Korop I have a question: may I write "User::create($fields)->roles()->attach([1,2])"? User::create returns the user, so why the second row? Readability? :)

    • @PovilasKorop
      @PovilasKorop 3 года назад +1

      I don't think it would work but maybe, not sure. And in that case, we need to return the user, from what I remember, so we need that variable.
      And yes, routeIs is default Laravel.

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

      @@PovilasKorop Great, thanks!

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

    Thanks a lot. Very helpful.

  • @MrJon-ok7nd
    @MrJon-ok7nd 3 года назад

    Clear!

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

    Thanks.

  • @Kira-gc2jg
    @Kira-gc2jg 3 года назад

    can i use has role in the controller?

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

    Nice video

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

    :c When I edit some user not update :c help :c

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

      Look like update but not really changed the information :c

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

    Best teacher ever!

  • @arealisticdreamer
    @arealisticdreamer 3 года назад +2

    Love you way on cut off "behind the scene" stuffs, just focus on a bigger picture.

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

    how to change the jetstream logo ???

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

      It is in authentication-card-logo.blade.php component:


      Read about publishable components here: jetstream.laravel.com/2.x/stacks/livewire.html#components

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

    Sir, I want to ask, where is the login controller in laravel 8, I want to add a alert success when the user successfully logs in and redirects to the dashboard page.?

    • @LaravelDaily
      @LaravelDaily  3 года назад +1

      There's no Login controller in default Laravel 8, it depends on which starter kit you use - Breeze, Jetstream, UI or other.

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

      @@LaravelDaily so, where is the position, i have to use alert in Jetstream

    • @LaravelDaily
      @LaravelDaily  3 года назад +1

      Sorry I can't answer that in a RUclips comment, you need to look at Jetstream docs and the code inside.

  • @fullsetupok
    @fullsetupok 2 года назад +2

    Hi, I'm from Argentina. I just want to say that your way of pronouncing words and teaching is very clear.

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

    How do you store your CRUD data?

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

    Hi Povlias!
    It would be really nice if you could make a video about laravel best practices.
    Thanks!

    • @PovilasKorop
      @PovilasKorop 3 года назад +1

      It's impossible to make a video about ALL best practices, look at how many of them there are, I recommend this repository: github.com/alexeymezenin/laravel-best-practices

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

    Very helpful thanks!...

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

    Hi, please make video tutorial how to configure phpstorm like your.

    • @PovilasKorop
      @PovilasKorop 3 года назад +2

      Already have a few videos on that:
      ruclips.net/video/NCEJiMsJVLs/видео.html
      ruclips.net/video/8aN6d8YT5AI/видео.html
      ruclips.net/video/o5WJIS9yWCo/видео.html

  • @张鹏程-n6d
    @张鹏程-n6d 3 года назад

    Hello, what plug-ins are installed in your Google browser?

    • @PovilasKorop
      @PovilasKorop 3 года назад +2

      Visible ones: Pocket, Buffer, Trello, Fake Filler, Lastpass, Todoist, Loom, Adblock

  • @jeremiaholu-daniel3217
    @jeremiaholu-daniel3217 3 года назад

    The roles and permissions part is different in the present Jetstream version. They now use teams. How can I implement the roles and permissions now?

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

      From what I remember, you can disable teams at the installation moment.

    • @jeremiaholu-daniel3217
      @jeremiaholu-daniel3217 3 года назад

      @@LaravelDaily Yes, you're right. Don't mind me. Spoke too soon. I thought the user management features you were referring to came with Jetstream itself. Now I see you coded that yourself. Thanks.

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

    Hello world

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

    nice

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

    thanks for tutorial :D