To Use Package or To Code Yourself? Laravel Examples.

preview_player
Показать описание
Answering a question from one of the comments, with FOUR problems when using packages, and THREE criteria when you SHOULD use some package.

- - - - -
Рекомендации по теме
Комментарии
Автор

this is quickly becoming one of my favorite channels. thank you for the insights

flayshon
Автор

Thanks, sir, for the comprehensive response. Greatly appreciated.

HassanHafeez
Автор

I personally use the pieces of code or classes from these packages instead of using them entirely. This saves a lot of my time.

waqasmushtaq
Автор

I have been introduced with some of the great techniques in laravel with your 'tip of the day'.

jamesbhatta
Автор

I am really confused to invest in role and permission. I am still learning so it gives me some room. I think I will invest time making my own code. Thanks for scaring me.

debjit
Автор

The complicated topics also, for example, I work on SaaS, I could take any cms from open source but to rework them for my needs would be an issue big time killer apart from that there is other concerns like security, and above all copyright questions or license issues with sub-packages that can be faced.

GamePlayByFaks
Автор

Your content is great!, straight to the point, really helpful. Thanks!!!

dccommesse
Автор

Damn good advice. I've been lumped with old laravel projects that were stuck in the dark ages cause a ton of the package were abandoned.
I'm a bit of a stickler for control over speed, so evern things like jetstream are not for me (WAY too much happening for me, though I am sure it is awesome). I'll stick to Breeze for now and build it myself.
Luckily my job lets me have a ton of time per project.

gtfo
Автор

Could you make a video about Laravel Lumen, please? Have you used it and what is your opinion on it? For which applications would you recommend it over the full Laravel framework?

FlorianHWave
Автор

Packages are great if they are well written and extendable. However, lots of packages use private properties or methods, therefore you can't create a subclass to override pieces of functionality.

SilverWave
Автор

Do you have any tutorials for creating packages? I had to write code for out AD login, and I want to build it in a package to reuse.

CyJobes
Автор

What is the bes way to improve myself, i know most of things in laravel but i need to be more advanced and codr cleaner, and learn vue js to be fullstack., how can i?

amrdegheidy
Автор

How I wish Laravel contributors are like Drupal's

akmalfikri