This file contains hidden or 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
### Files | |
sudo gedit /etc/apt/sources.list | |
### Bsic Security setup | |
su - | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install sudo |
This file contains hidden or 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
<!-- Many To Many --> | |
<many-to-many target-entity="App\Entity\AnimeTag" field="tags" inversed-by="episodes"> | |
<cascade> | |
<cascade-persist /> | |
</cascade> | |
<join-table name="episodes_tags"> | |
<join-columns> | |
<join-column name="episode_uuid" referenced-column-name="uuid" /> | |
</join-columns> |
This file contains hidden or 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
// import Routing from '../../vendor/friendsofsymfony/jsrouting-bundle/Resources/public/js/router.min.js'; | |
// Routing.setRoutingData(routes); | |
//event triggers | |
$(document).on('change', '.check_all', checkAllRows); | |
$(document).on('click', '#delete_all', deleteSelected); | |
// checks all checkboxes to delete items |
This file contains hidden or 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
'use strict'; | |
var MyApp = MyApp || {}; | |
(function (window) { | |
var | |
proxied = {}, | |
headersLog = false, | |
apiUrl = 'https://api.test.loc/api/v1/xhr/intercepted', | |
intercepted = false, |
This file contains hidden or 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
https://gnugat.github.io/2014/04/09/sf2-console-component-by-example.html | |
https://symfony.com/doc/current/components/console.html |
NewerOlder