AppImages are the most easiest to run compared. All you need to do is follow the steps mentioned below.
The challenging task is to make the AppImage accessible globally through he system like an installed application (in the menu)
you can achieve this by the going through the following steps.
[Desktop Entry] Version=0.13.23 Type=Application Name=appName Comment=Application Description TryExec=Path/to/AppImage Exec=Path/to/AppImage Icon=Path/to/AppImage.icon Actions=Editor
and we are done.
Now you AppImage is available for you user in menu.
If you want this AppImage to be accessible to to all the user of the system, place the .desktop file in /usr/share/applications
Feel free to comment any suggestion in comments section.
#code-quality #vscode #laravel-pint #laravel
I have been using the unsatisfactory formatters from a long time. All of them have one thing but lack other. Laravel Pint is one who has it all, combining it with vscode is like proving you laravel project a super power.
#express js #node #node js #sequelize #mysql
In the very initial days of my work in Node JS if faced this issue. Though Sequelize provide a great ORM for MySQL but the association within the models is a bit tricky.
#database #javascript #sequelize #npx
list of Sequelize CLI commands which comes handy, while working on a project.
#functionality #pwa #javascript #laravel
The progressive web app is the new trend as well as the need for the present time. I hope before getting in the “HOW” part you know what is exactly a PWA
I am familiar with the love of Eloquent among the laravel community but sometimes, sometimes its better to go for raw queries. Its saves you a lot of time and trouble.