Laravel AJAX Request not working of a restful controller for a method
问题 Laravel AJAX Request not working of a restful controller of a method. This AJAX request does not work on create method but it works on index method of a laravel resource controller. The first link is worked as it is index method. And the second link is create method which does not work. Both code are same http://thetoppinghouse.com/laravel/public/listing http://thetoppinghouse.com/laravel/public/listing/create Here you will get my code summary http://laravel.io/bin/roYBY I have already post