Hi. I have a textarea generated by blade engine. I need to limit the character length for it. How do...
Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...
Hi all, I've been trying to figure out how to display an input text field or the text value dependin...
Well, the logic of the app is: a user uploads a file (image). The file goes in storage/uploads. But...
Hi people, i want to use a PARTIALS to create a menu' for my site. So i create a folder PARTIALS and...
How do I get the selected value from the dropdown? <p>{!! Form::select('companyname', array(''...
Hi all, I have a profile module that is related to modules through a middle table module_profile. I...
Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...
I'm using slick.js slider syncing function and I'm having a problem getting it to sync. I'm also usi...
Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...
Hi I am using Laravel 5.1 and vtalbot/markdown. I have a works table and inside there is description...
Hi guys the console log error 404 page not found http://localhost/directories/public/product/subcate...
The confused happens when I try to including two extended blade in same file. ##A.blade.php @yield('...
I'm using Laravel 4 and I'm trying to create a gallery page that when you click on an image that ima...
I have placed the image named java01 in projectname/public/img and called it java01 in the database....
Hello, I noticed something strange with formBuilder. I’m having a simple form with checkboxes. I loo...
When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...
I'm trying to use Html and Form facade but without any luck. This is the error I get: FatalErrorExce...
when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...
Hi all! I'm pretty new to laravel and I have a problem. I using route: Route::get('/home', function...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community