I have elixir(function(mix) { mix.less('bootstrap.less'); If I add any method like .events .routes...
I have a this javascript for testing with an alert message to tell me the event is firing. <scrip...
<a href="{{ URL::to('home/otherpage', $params) }}"> I need help with how to provide the value...
I run this simple route and get message "No Ajax". I can't get any ajax request to functio...
My view: <h2>Laravel Autocomplete</h2> <?= Form::open() ?> <?= Form::label('aut...
THe only thing i have in the routes.php is: Route::get('/', function() { return View::make('hello');...
_I discovered something and please forgive me for going around circles. I'm new. When I configure th...
Here is my index.blade.php view: @extends('layout') @section('content') <div class="page-header"&...
The Laravel portal for problem solving, knowledge sharing and community building.