We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260b9fa commit d066f5fCopy full SHA for d066f5f
1 file changed
resources/js/common.js
@@ -16,6 +16,9 @@
16
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17
*/
18
19
+// Ensure the global Laravel object exists on every page that loads this bundle.
20
+window.Laravel = window.Laravel || {};
21
+
22
$(function () {
23
// Add token to any ajax requests.
24
$.ajaxSetup({
0 commit comments