Skip to content

Instantly share code, notes, and snippets.

@vineeth030
Last active May 13, 2017 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vineeth030/66868266668b14833db552736d25e835 to your computer and use it in GitHub Desktop.
Save vineeth030/66868266668b14833db552736d25e835 to your computer and use it in GitHub Desktop.
Too long error
Add [ Schema::defaultStringLength(191); ] in AppServiceProvider.php
Bootstrap links
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
Vuejs link
<script src="https://unpkg.com/vue"></script>
Vuejs Resource link
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.1/vue-resource.min.js"></script>
Vuejs CSRF Token Header
Vue.http.headers.common['X-CSRF-TOKEN'] = $('meta[name=_token]').attr('content');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment