I need to change the name of my database. I made the change in config/database.php. The name is now...
Hello guys, I have model with these settings/methods: protected $casts = ['data' => 'object'];...
Hi I tried to update my image path in MySql but i see some tmp file path in mysql and i dont have an...
This may be a question where 100 programmers have a 100 different answers but I was wondering if the...
Hi all, So I have this edit blade which contains a textbox and a selectfield. The idea is, to insert...
I'm trying to pass data to my view and i want to visualize the name of some records not the id so in...
#This is my ajax <script> $(function(){ $('.click').click(function(){ alert($(this).attr('hr...
Hello! I set my session driver as database and in session config file set connection as mysql, becau...
How to create shoping cart in laravel 5 , i'm experience difficulty to make.? it please
Hello, i'm using "iseed" to generate my seed files for migrating in a new database. When i...
I'm trying to track really simple social media stats for some companies. At this stage I'm largely s...
I am new to using Laraval so I apologize if this question is elementary. I'm running Laravel 5.2 usi...
I'm trying to use the model create option and this is my array: $result = array( 'match...
I want to make uri something like this : localhost:8000/products/productname Route::get('/products/{...
I previously asked this question on the Laracasts forums at https://laracasts.com/discuss/channels/e...
Hi, I wonder if it's possible to use non incremental ID on Laravel? What method shoul I overwrite? T...
I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...
Hello, I'm trying to use Laravel pagination, no matter what I tried I'm always getting the first pag...
This is my form <form method="POST"> <div class="table-responsive">...
Hi devs, Can anyone help me with this I have four tables users id|name|email|password rooms id|user_...
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