Related Posts
How to use request data in a component in CakePHP
"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller;... read more
How to search your Mailbox without Opening it
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
Class ‘App\Http\Requests\Input’ not found Laravel 5.6
Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Class 'App\Http\Requests\Input' not found Laravel" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalThrowableError in C:\Server\nigix\www\mi\app\Http\Requests\RegistrationForm.php:33 read more
How to keep unwanted junk emails out of your Inbox
A recent research report has revealed that more than 90% of all... read more
How to remove, uninstall ICLOUD from windows 8 or windows 10
After a lots of headache, I find the solutions. I am using... read more
How to remove Browser Modifier:Win32/Soctuseer Virus
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
How to write emails faster
One of the reasons why smart phones have become so popular is... read more
Sending File for Download to browser in CakePHP
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
What is a Class in PHP?
In simple words, class is a user defined datatype. Which have its... read more
What is sr-only CSS class in twitter bootstrap 3 or 4?
As per official bootstrap documentation about "sr-only CSS class":
Leave a Reply