For running any PHP application on the localhost you require localhost. The localhost is called a local server that is created in your system to run an application. We all use Apache or Nginx server to run a PHP script. But, if you are moving to any framework like Laravel. Then you can run the […]
How to Install and Use PostgreSQL in Ubuntu 20.04 LTS
If we talk about the relational database management system then PostgreSQL is one of the popular. It is not only relational database management system. It is is an open source object-relational database system. This database has a strong reputation for reliability, feature robustness, and performance. It is very much similar to MySQL database in use. […]
How to Install CodeIgniter 4 in Windows and Linux
Currently, Codeigniter 4 is the latest release of Codeigniter framework. It is a PHP framework and built for the web development. Also, you can create RESTful API using this framework. From this post, I have started a new series on Codeigniter4 from very scratch. Firstly, I will show you how you can install Codeigniter4 in […]
How to Install MySQL Workbench in Ubuntu 20.04 LTS
As we know, MySQL is the most used relational database management system. It is an open-source database management tool. There are various options to manage and use the database. Such as Command line and GUI. We already installed and used the command line in Ubuntu using the LAMP stack. Also, we already did the setup […]
How to Schedule Tasks with Cron Job in Laravel 8
You can create a Cron job in Laravel for task scheduling. Generally, a cron executes the scheduled task at the specified time interval. This will process the task and execute it. It will trigger automatically to finish the execution. When you are on the live server, there is the option to create a cron job. […]
Import and Export CSV and Excel File in Laravel 8
Most of the time you work on any E-commerce application or any kind of ERP. In that case, sometimes, you require to import export excel and CSV files for the data. For the E-commerce application, you want to add bulk products at the same time. So, the manual entry of the products and it’s relevant […]
How to Generate PDF File in Laravel 8 Using DOM PDF
In Laravel, you have access to third-party packages because of the composer. Using composer, you can install any package in Laravel. The composer provides the package dependencies in PHP. Here, we’ll be talking about the Laravel DOM PDF. This is an open-source package available on Github to generate the PDF. By using this package, you […]
How to Install and Setup VS Code in Ubuntu 20.04 LTS
VS Code is a very advanced, featured, and open-source code editor. This is developed by Microsoft for Windows, MAC, and Linux. This provides amazing features which makes it different from the other editors. The VS code provides debugging, syntax highlighting, intelligent code completion, snippet, code refactoring, and the embedded git. The VS Code comes with […]
Create MySQL User And Grant Privileges in Ubuntu 20.04
MySQL is a popular and open-source relational database management system. You can create MySQL user accounts and provide access privileges. On the basis of the access privilege, the user will be able to use and manage the database. The process to create MySQL User and set its password is quite simple in Windows operating system. […]
How to Install Composer For PHP in Ubuntu 20.04 LTS
For PHP development, you always require to install any package in your project. When you are working on any PHP framework, you always required to have a composer installed in your system. The Composer is a dependency manager that helps to get install the package in the PHP project. If you are new to PHP […]
- « Previous Page
- 1
- …
- 12
- 13
- 14
- 15
- 16
- …
- 22
- Next Page »