This is a hands-on way to pull down a set of MySQL dumps from Amazon S3 and restore your database with it
Sister Document - Backup MySQL to Amazon S3 - read that first
# Set our variables
export mysqlpass="ROOTPASSWORD"
This is a hands-on way to pull down a set of MySQL dumps from Amazon S3 and restore your database with it
Sister Document - Backup MySQL to Amazon S3 - read that first
# Set our variables
export mysqlpass="ROOTPASSWORD"
This is a simple way to backup your MySQL tables to Amazon S3 for a nightly backup - this is all to be done on your server :-)
Sister Document - Restore MySQL from Amazon S3 - read that next
this is for Centos 5.6, see http://s3tools.org/repositories for other systems like ubuntu etc
<?php | |
namespace App; | |
use Illuminate\Auth\Passwords\PasswordBroker as IlluminatePasswordBroker; | |
class PasswordBroker extends IlluminatePasswordBroker | |
{ | |
/** | |
* Send the password reset link via e-mail in a queue |
These are notes from my initial research into what Behat and Mink are as well as how they interact with one another.
The short of it is that these two tools should not go together. They are two different tools for two different purposes.
Behat is for writing BDD and moving that BDD over to testing the domain (via PHPUnit or a similar tool).
Mink is for testing the front-end user interface of web pages. The logic involved here is typically not domain logic; but rather UI logic.
While it is possible to make these two tools work together, it is not a good idea.
This is a summary of the knowledge I have gained after some research and first tests.
Behat is a tool for writing feature requirement criteria in Gherkin syntax, and integrating this criteria with PHP. In order to work with Behat (a tool) and Gherkin (a syntax or way of writing feature requirements), you will need to understand how to get Behat setup, the role it plays, and how to write using Gherkin.
The following readme should work: https://github.com/Behat/Behat/blob/master/README.md For Laravel, the following video outlines the process:
console.log('yo dawg' + console.log('we heard you liked logs' + console.log('so we put a log in your log' + console.log('so you could log while you log')))); |
// Add this to your browser with your favourite script addon/plugin and jQuery. | |
// They just did this annoying thing where they hide all the doc headings. | |
// How the hell am I supposed to CTRL+F on them now? | |
// May as well remove ads while we're at it. | |
// Auto-expand all doc listings. Haven't tested for negative side-effects. | |
$("h2").each(function () { | |
$(this).addClass("is-active"); | |
}); |
Looks like someone has spent too much time adding annoying crap to dictionary.com and thesaurus.com.
Remove it by doing the following:
script.js
(found on this page) into the textbox hit "save", and reload the page if necessary.Look for the 'manual' tab here: https://blackfire.io/docs/24-days/06-installation#installation-on-your-local-computers
I just installed your tools on OSX using MAMP Pro and have some feedback. The installation wasn't very straightforward.
The documentation provided was perfect for the agent and the CLI tools. But, it fell quite short for the probe installation: https://blackfire.io/docs/up-and-running/installation#install-probe-osx