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
name: app | |
recipe: laravel | |
config: | |
webroot: public | |
php: '7.4' | |
via: apache | |
databae: mysql:5.7 | |
cache: redis | |
xdebug: false | |
services: |
I hereby claim:
- I am bouhnosaure on github.
- I am ci_trex (https://keybase.io/ci_trex) on keybase.
- I have a public key ASBRdKXNehbQP0EAg2pTWqUZE7zPsq5StLITCwYEOu54Hwo
To claim this, I am signing this object:
I hereby claim:
- I am bouhnosaure on github.
- I am ci_trex (https://keybase.io/ci_trex) on keybase.
- I have a public key ASBeGdMeLeHh_7boPaVnK6D0w9Mm1E32t-7HmnvgEEDQUwo
To claim this, I am signing this object:
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
/*! | |
* OS.js - JavaScript Cloud/Web Desktop Platform | |
* | |
* Copyright (c) 2011-2016, Anders Evenrud <[email protected]> | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions are met: | |
* | |
* 1. Redistributions of source code must retain the above copyright notice, this |
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 | |
// (string) $message - message to be passed to Slack | |
// (string) $room - room in which to write the message, too | |
// (string) $icon - You can set up custom emoji icons to use with each message | |
public function slack($message) { | |
$data = "payload=" . json_encode(array( | |
"channel" => "#webhooks", | |
"text" => $message, | |
"icon_emoji" => ":longbox:" |
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
This gist is created because the library i use eloquent-oauth-l5 has a pull-request (custom providers feature ) awaiting a merge | |
So here my way to use this feature and use keycloak as custom provider. | |
Inside composer.json | |
"repositories": [ | |
{ | |
"type": "vcs", | |
"url": "https://github.com/tysonlt/eloquent-oauth-l5" | |
} |
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
/*! | |
* OS.js - JavaScript Cloud/Web Desktop Platform | |
* | |
* Mysql Handler: Login screen and session/settings handling via database | |
* PLEASE NOTE THAT THIS AN EXAMPLE ONLY, AND SHOUD BE MODIFIED BEFORE USAGE | |
* | |
* Copyright (c) 2011-2016, Anders Evenrud <[email protected]> | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without |
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 | |
/*! | |
* OS.js - JavaScript Operating System | |
* | |
* Mysql Handler: Login screen and session/settings handling via database | |
* PLEASE NOTE THAT THIS AN EXAMPLE ONLY, AND SHOUD BE MODIFIED BEFORE USAGE | |
* | |
* Copyright (c) 2011-2016, Anders Evenrud <[email protected]> | |
* All rights reserved. | |
* |
NewerOlder