Support the ongoing development of Laravel.io →
posted 10 years ago
Blade

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

Last updated 3 years ago.
0

Are you sure that you are using the same views on both pages?

If not, are you at least extending the same master template?

Last updated 3 years ago.
0

I used same master view just changed @section('contents') it lost its js locations

Last updated 10 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

iahammed iahammed Joined 4 Dec 2014

Moderators

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.

© 2025 Laravel.io - All rights reserved.