minedun6
minedun6
I don't know why it isn't working. this is my master page. {!! HTML::script('//code.jquery.com/jquery-1.11.3.min.js') !!} {!! HTML::style('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css') !!} {!! HTML::style('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/flatly/bootstrap.min.css') !!} {!! HTML::style('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css') !!} {!! HTML::style('//cdn.datatables.net/1.10.7/css/jquery.dataTables.min.css') !!} {!! HTML::style('//cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css') !!}...
There is a nasty little problem with the model passed to the closure in the addColumn : It seems it is not getting the trashed property properly, when I do...
So After Asking for the credentiels to accept, I'm redirected to a SSL CONNECTION ERROR ? What can I do ? Ps: I am using Homestead/Vagrant SSH and Other stuff...
I'm sorry but I couldn't quite get any better way of getting your attention. I just wanted to extend to you my deepest thanking for the amazing work you did...
is there any way to assert that a push notification was sent to a specific device ? In a manner that looks like this : ```php \Notification::fake(); // some other...
Inspired by your component, I decided to create my own component, using speciafically Bootstrap. The detailed problem is within this laracasts topic. [Pagination broke](https://laracasts.com/discuss/channels/vue/datatable-pagination-stuck-after-search)
how would you go about implementing/adding this functionality ? do you have any ideas ? plugins ? something that can help me quickstart things.
Been a while now that whenever I execute ngrok http 80 it just shows me a blinking cursor. Even after waiting for like 30mn, still on that state. I already...
I'm trying to figure a way out as to check if the user authorized my application to use Skype, else I'll just use the SkypeClient.showRequestAuthorizationWindow(); which gives me this error...
When a user changes the switch I need to check a variable and if true then it can be switched, else not. Is this possible?