Can anyone help me here please? so at the moment, this works for language 'en', but what about 'fr a...
please help, I get the error: ErrorException: Indirect modification of overloaded property App\Model...
here is my route: `Route::post('/admin/gallery/{id}', 'GalleryController@updateGal')- name('gallery...
So I finally got my laravel project on my hosting server at ionos: http://www.cissieedna.com/2020/ci...
Please help, I have implemented the Bootstrap Carousel into my project but it doesn't seem to be sli...
I had to change to PHP version 7.2 but now I'm getting 500 on the login and register pages
here is my edit and update: public function edit(Product $product) { return view('produc...
I just use this for the routes: Route::resource('products','ProductController');
I fixed this finally after 2 hours... I had to use my local IP address for some reason and not local...
I fixed it: @if(isset($pub['pubweb'])) <a href="{{$pub['pubweb']}}">...
The Laravel portal for problem solving, knowledge sharing and community building.