I am new in web programming and Laravel and my english is poor. sorry for the silly problem : I am using Route::resource('products','ProductsController'); if i go to the link http://localhost/book/public/products All boostrap js works porperly but if i go to http://localhost/book/public/products/18/edit no js action happen it goes to http://localhost/book/public/products/18/edit#
I used {{ HTML::style('css/bootstrap.min.css') }} {{ HTML::script('js/bootbox.min.js') }}
to linked the css and js files
Please save me from that problem
Are you sure that you are using the same views on both pages?
If not, are you at least extending the same master template?
I used same master view just changed @section('contents') it lost its js locations
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community