I'm currently setting up a new laravel project for my personal site and rather than using any third...
I'm updating a Rental that belongsTo a Location, and I can fill and persist the Rental data, but whe...
I have a hidden form array: Form::hidden('new_image_ids[]'); If the form is returned because of an...
I have button named Delegate and when user click on it, It must send user comment and selection to s...
Hi all Full CSRF protection support is included which many of you have waited for and a few more mil...
Which is the right solution to prevent this kind of error : undefined property. i'm working hard on...
As far as you can understand from the topic, my aim is getting the contents of a view file using an...
Good day Hi guys, how can I create a button to edit post, I user rest controller ......<a href="{...
Can someone help me to "translate" this mysql query to laravel. SET @prev=0,@rownum=0; SEL...
Hello everyone I'm making CMS and I need to upload several images to product but I also need option...
Hi I need to create the following ability on a form to create/select: Country Province Town Suburbs...
Hello, I'm getting a need for use several classes in my application and If I have a single interface...
I'm using facebook as login and I'm expecting the route to know if the root is logged in or not to u...
@for ($i = 0; $i < 40; $i++) <img src="uploads/{{ $i }}"> @endfor Can any...
Hi, i have a problem with "homestead ssh" in Cmder. Well actually it's working but there...
I have a table of 'tips' which have many columns one of which is a date column.... The tips that are...
I can successfully run and roll back the two default migrations (users and password resets) but it d...
Good day guys, base in my view function (create.blade.php). I displayed a table from my database and...
I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...
Hey, I have one table which is connected with others with foreign keys. Order table: order_id custom...
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.