How to Deploy A Laravel Application to Heroku with Database?
In this post, I'll show you the best way to deploy your current Laravel application from local to Heroku with the Postgres database. It's quick and easy.

0
0
3395
Multiple Images Upload in Laravel with Validation
Many developers face difficulties in adding image upload feature in the application. Specifically, developers are uncertain about how to upload and validate images. In this post, (...)

0
0
2152
How to install Laravel with LEMP stack on Ubuntu
Laravel is one of the most popular open-source PHP framework, and Laravel allows you to build scalable and flexible web applications. Because of its outstanding features, for example, (...)
0
0
2925
How To Install LEMP stack (Linux, Nginx, MySQL, PHP) on Ubuntu System
The term LEMP is an acronym of the four open-source projects:

0
1
3349
How to Create a Sudo User on Ubuntu and other Debian-based Linux distributions
The sudo command is intended to permit users to run programs with the security privileges of another user, by default the root user.

0
0
2861
Create Git aliases, And Git Commands You May Not Know
One of my favorite feature in Git is aliases. Git supports aliases, which implies you can provide your commands any name you need. I like to set aliases for long commands to avoid (...)

0
0
1392
30+ Github Repos for JavaScript Developers
As the biggest stage for open source collaboration, Github is the ideal place for developers to work on resources related to JavaScript. A speedy hunt will yield JavaScript cheatsheets, (...)

0
0
4072
Why Composition API in Vue 3, and Options API vs. Composition API?
Perhaps the greatest feature in Vue 3's release is Vue's new Composition API. As developers start creating more large-scale projects with Vue, the difficulties of code organization, (...)

0
0
4014
20+ cool CSS Animated Buttons
1.Creative Button Animation Effects | Only Using HTML & CSS

0
0
4660
How to connect a PostgreSQL database server using PHP PDO?
Before connecting with the PostgreSQL database using PHP PDO, make sure PHP PDO PostgreSQL driver enabled.
0
0
6170