Support the ongoing development of Laravel.io →
panosss

panosss

Joined 18 Jan 2015

Statistics

Threads 13
Replies 42
Solutions 0
Articles 0
posted 10 years ago

How to call a destroy controller method (with method=DELETE) in Javascript?

I want to call my controller's method destroy in javascript: window.location.href = " {{URL::a...

0 Likes
3 Replies
Solved

Save button with Javascript, saves record only with alert!

I have a button in Laravel which on it's click event calls a javascript function ( onclick=SaveCateg...

0 Likes
4 Replies
Solved
posted 10 years ago

Folders organisation: Models

I 'm trying to organize my folders like this: This is my app/start/global.php ClassLoader::addDirec...

0 Likes
0 Replies
posted 10 years ago

Problem loging in, "The page isn't redirecting properly"

cats\app\routes.php Route::get('login', array('as' => 'login.index', 'uses' => 'LoginControlle...

0 Likes
9 Replies
posted 10 years ago

Route for storing data not working

This is the code in the View (edit.blade.php) that calls the store function in CatController: {{ For...

0 Likes
3 Replies
replied 10 years ago

How can I dynamically create a Model?

And how do I get a record? These don't work: $t=$myTeam ->find($id); $t=$myTeam ::find($id); Ma...

0 Likes
replied 10 years ago

How can I dynamically create a Model?

Thanks! It works! (it looks so obvious now, that I think I must visit an ophthalmologist...)

0 Likes
replied 10 years ago

How to modify built in authentication in Laravel 5?

I started with a separate admin authentication, copying (or more exactly trying to copy) the existin...

0 Likes
replied 10 years ago

How to modify built in authentication in Laravel 5?

I 've seen them too, but I can't say I understood much... I haven't changed anything, I have it as i...

0 Likes
replied 10 years ago

Ajax code works in laravel 4 but not in laravel 5

Well...I found out something: <script src="{{asset('assets/js/jquery.min.js" type="...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.