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 readingSometimes 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 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).