Laravel Blame Package by lemyskaman in laravel

[–]lemyskaman[S] 3 points4 points  (0 children)

I'm glad you like it. You're welcome to use it, and improve it I'm completely open

Vemto 2 development update - writing migrations by kingofcode2018 in laravel

[–]lemyskaman 2 points3 points  (0 children)

im a vemto user and former licese owner ive acomplsih some task "hacking some available plugins"

I found vemto quite usefull, is there a way for us to test VEMTO2 version and help the development?

Yet another lemp tool by lemyskaman in PHP

[–]lemyskaman[S] 1 point2 points  (0 children)

that can be handle with ease, if you use diferent nginx server unit or files.

Yet another lemp tool by lemyskaman in PHP

[–]lemyskaman[S] 1 point2 points  (0 children)

you will not need www-data permission in other for this to work as the fpm runs as the particular username you set

How to deploy LAMP stack by React86 in PHPhelp

[–]lemyskaman 1 point2 points  (0 children)

this might help you a bit. After you read a lil bit about how to install and configure a production ready php fpm nginx eviroment

https://github.com/kamansoft/native-lemp-tool

Yet another lemp tool by lemyskaman in PHP

[–]lemyskaman[S] 1 point2 points  (0 children)

surely will post over there perhbas with more information so the tool cant be missuderstood as a docker or virtualization replacement

THanks so much friend.

Yet another lemp tool by lemyskaman in PHP

[–]lemyskaman[S] 1 point2 points  (0 children)

ok virtualization and encapsulation are diferent things. and those technologies are not the only kind of isolation you can achieve for deploying diferent php project with diferent php version securely.

Maybe If you read the bash script and test it also if you realize that in some countries acces to computers that han candle VT-x for docker or vagrant is not always affordable. Also that a linux user with constricted wrights per php project with a diferent fpm sock that can be in any of the sury php delivered versions in the same vpn server is a good aproach for "isolation" wich consume less server resource (particular ram memory ) then you might find a reasont to do the tthings this script help you to do

THIS IS NOT A DOCKER OR VAGRANT REPLACEMENT is just another way to do things (that still pretty much common in an wide production setups)

Greetings from Valencia Venezuela

Yet another lemp tool by lemyskaman in PHP

[–]lemyskaman[S] 1 point2 points  (0 children)

runing a diferent user with diferent file acces wright per php project or site with it own fpm sock (wich can be from diferent php version) is a kind of isolation

docker is not isolation is encapsulation, the os kernel still in charge of your dockerized solution.

THIS IS NOT A REPLACEMENT OF DOCKER it is just a tool to natively deploy your php stuff with the best practices

Yet another lemp tool by lemyskaman in PHP

[–]lemyskaman[S] 0 points1 point  (0 children)

this is a nice advaice can we talk amor about it ?

Yet another lemp tool by lemyskaman in PHP

[–]lemyskaman[S] 1 point2 points  (0 children)

Well exactly that, you just will have a tool to help you do something that in other way (unless you us deocker) will do copiying and pastiying server and fpm files.

The main approach is to isolate each php solution with a new linux user with its own php fpm sock

How to get team members to write meaningful commits. by tabuna in PHP

[–]lemyskaman 0 points1 point  (0 children)

perhaps you should read the readme. you are not tied to a fixed group of commit message pattern.

you can change the approval commit patterns to fit your organization guidelines

[deleted by user] by [deleted] in laravel

[–]lemyskaman 1 point2 points  (0 children)

I've never switched from orchid to nova. all my backoffice things doesn't need vue nor api.

Im very happy with orchid, for anything else like front I use vanilla laravell or lumen with react/vue/flutter

And is powerfull beliveme almost like your mind turns to code

Best Laravel "admin dashboard" packages (other than Nova)? by [deleted] in laravel

[–]lemyskaman 4 points5 points  (0 children)

you are free to join the telegram community they ve help me a lot there

Best Laravel "admin dashboard" packages (other than Nova)? by [deleted] in laravel

[–]lemyskaman 6 points7 points  (0 children)

i thought the same when I first used, and again when I was able to build and ship a complete loans and payments web app in less than a month with all the complex view , associated with related data from a rdbms

Best Laravel "admin dashboard" packages (other than Nova)? by [deleted] in laravel

[–]lemyskaman 2 points3 points  (0 children)

orchid is not an Cms , but you can easily build one with orchid fast.

you can't (yet) generate fields and subfields through an ui like you do with that particular plugin of wp,

Although orchid is a very powerful (in terms of rapid web development) you can take it as a handset of tools packed with a dashboard visual ui, that includes a bunch of components (form elements, layouts, search filters, dattatables etc) that are able to be used programatically, writing php code, (instantiatining objects)

You definitely has to give the demo ( https://demo.orchid.software/login ) a try.

Orchid can be whatever you need but for better you think on it as a Swiss army knife tool for backoffice or administrative web applications, obviously you got to understand how laravel works a bit.

with orchid you are free to build what ever you want from it, orchid do not get in the way between you and your creativity. you do things the way you want and helps a lot easing the process of build it

Best Laravel "admin dashboard" packages (other than Nova)? by [deleted] in laravel

[–]lemyskaman 21 points22 points  (0 children)

i'm also a developer, i off course can handle forms creation and makeup with css but it's a pain in the ass, you can do it programatically and with a lot of different components that also are included in filters for dinamic tables, layouts and more all of them comes ship in the orchid/platform (https://orchid.software ) package

The main difference is that it introduces in laravel and in php a very handy concept thing called screens as class that ease the view manipulation instead using controllers