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_...
How can i parse dynamic data from ckeditor or textarea. I need to put laravle blade into ckeditor li...
I have a laravel 5.1 application. Is there any totally free hosting site where i can host this app.
Hi everybody. I need your advice about something. I am currently making a CMS in Laravel 5.2. I've c...
Hi i'm new in laravel. I know that this is fairly popular problem. I've beenn searching for the solu...
how do i add a where clause on these query given by google...i want to put on the where clause.. whe...
I'm trying to create a search function that will search through multiple tables. My problem: I can't...
Hi, Table 1 public function up() { Schema::create('materials', function (Blueprint $tabl...
[PDOException] could not find driver
// controller public function saveImage(){ $image = new Image(); $img = Input::file('image'); $i...
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