Problem:
Install laraval/ui, composer require laravel/ui resulting error “Your requirements could not be resolved to an installable set of packages.”
PHP version: 7.4.9, OS: Windows 10, Laravel version: 6.20.2

Problem:
Install laraval/ui, composer require laravel/ui resulting error “Your requirements could not be resolved to an installable set of packages.”
PHP version: 7.4.9, OS: Windows 10, Laravel version: 6.20.2
Default command laravel new will create new directory with the name we specify after new command.
Continue readingRsync is a tool that we can used for synchronize and transfer data between servers. The command can be used over SSH which encrypts the connection. It also provides options which can be used such as archive mode, backup mode, data compression during the transfer etc.
Sometimes we needs to send email from our local server or localhost, the simplest way we can do to send emails through localhost is using our Gmail account as SMTP server.
Laravel return an object in query result. In case we need to convert Laravel database result into array of array, we can do something like this :
Laravel has a tool called Tinker. Tinker is Laravel’s REPL, or Read Evaluate Print Loop. Its allow you to perform complex PHP operations within the full context of your app from the command line.
Sometimes if you sending a lot of emails, it can make /tmp/ folder very quickly filled up with cache file, and in my case it make the Apache and MySQL failed to start. The message error in Apache error_log is Fatal Error Unable to create lock file: Bad file descriptor (9).