I want to call my controller's method destroy in javascript: window.location.href = " {{URL::a...
I have a button in Laravel which on it's click event calls a javascript function ( onclick=SaveCateg...
I 'm trying to organize my folders like this: This is my app/start/global.php ClassLoader::addDirec...
cats\app\routes.php Route::get('login', array('as' => 'login.index', 'uses' => 'LoginControlle...
This is the code in the View (edit.blade.php) that calls the store function in CatController: {{ For...
And how do I get a record? These don't work: $t=$myTeam ->find($id); $t=$myTeam ::find($id); Ma...
Thanks! It works! (it looks so obvious now, that I think I must visit an ophthalmologist...)
I started with a separate admin authentication, copying (or more exactly trying to copy) the existin...
I 've seen them too, but I can't say I understood much... I haven't changed anything, I have it as i...
Well...I found out something: <script src="{{asset('assets/js/jquery.min.js" type="...
The Laravel portal for problem solving, knowledge sharing and community building.