Support the ongoing development of Laravel.io →

1,489 Threads

How do I add maxlength to blade templating

Hi. I have a textarea generated by blade engine. I need to limit the character length for it. How do...

0 Likes
1 Replies

Sending view by email

Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...

0 Likes
3 Replies
Solved

Froms, display input field or plain text in blade

Hi all, I've been trying to figure out how to display an input text field or the text value dependin...

0 Likes
0 Replies

Image not found neither in public nor in storage directory

Well, the logic of the app is: a user uploads a file (image). The file goes in storage/uploads. But...

0 Likes
0 Replies

Use of Partials

Hi people, i want to use a PARTIALS to create a menu' for my site. So i create a folder PARTIALS and...

0 Likes
2 Replies

How do I get the selected value from the dropdown using L-5.1?

How do I get the selected value from the dropdown? <p>{!! Form::select('companyname', array(''...

0 Likes
0 Replies
posted 9 years ago

Tick checkbox if record exists in related module.

Hi all, I have a profile module that is related to modules through a middle table module_profile. I...

0 Likes
1 Replies

Update multiple records using Eloquent

Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...

0 Likes
2 Replies
Solved

Getting slick.js to show selected image

I'm using slick.js slider syncing function and I'm having a problem getting it to sync. I'm also usi...

0 Likes
3 Replies

Unable to delete when using soft delete

Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...

0 Likes
1 Replies

Laravel and AntiXSS: How to make AntiXSS as default behaviour of Blade?

Hi I am using Laravel 5.1 and vtalbot/markdown. I have a works table and inside there is description...

0 Likes
0 Replies

404 not found incorrect url ajax

Hi guys the console log error 404 page not found http://localhost/directories/public/product/subcate...

0 Likes
1 Replies
posted 9 years ago

Extends Confused About Blade

The confused happens when I try to including two extended blade in same file. ##A.blade.php @yield('...

0 Likes
3 Replies

Creating a gallery popup depending on the image

I'm using Laravel 4 and I'm trying to create a gallery page that when you click on an image that ima...

0 Likes
1 Replies

Image not loading

I have placed the image named java01 in projectname/public/img and called it java01 in the database....

0 Likes
1 Replies

Checkboxes : 3rd argument (checked) strange behaviour

Hello, I noticed something strange with formBuilder. I’m having a simple form with checkboxes. I loo...

0 Likes
3 Replies
posted 9 years ago

loading view returns an error

When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...

0 Likes
1 Replies
Solved

Class 'Illuminate\View\HtmlServiceProvider' not found

I'm trying to use Html and Form facade but without any luck. This is the error I get: FatalErrorExce...

0 Likes
3 Replies
posted 9 years ago

Getting a NotFoundHttpException

when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...

0 Likes
4 Replies
Solved

Route, style disappear

Hi all! I'm pretty new to laravel and I have a problem. I using route: Route::get('/home', function...

0 Likes
4 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

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.