This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* SEEDING DATABASE | |
* | |
* Faker Fileds: | |
* https://github.com/fzaninotto/Faker | |
* | |
* 1) Create database, model, migration | |
* 2) artisan make:seeder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ULTRA Dynamic $emit [pass data from sister to parent to brother - to populate list] | |
* | |
LINKS: | |
1) Advanced technique - have not tried | |
https://vuejs.org/v2/guide/migration.html#dispatch-and-broadcast-replaced | |
2) Similar | |
http://stackoverflow.com/questions/40835293/vue-laravel-access-and-use-eventhub | |
* | |
* EXTRA ARRAY (pass multiple input values) |