Support the ongoing development of Laravel.io →

4,599 Threads

posted 8 years ago

db:seed generates errors

Hello, i'm using "iseed" to generate my seed files for migrating in a new database. When i...

0 Likes
0 Replies

Best way to store simple social media stats

I'm trying to track really simple social media stats for some companies. At this stage I'm largely s...

0 Likes
0 Replies

Error finding Model from Controller.php file, no error in artisan tinker.. help please

I am new to using Laraval so I apologize if this question is elementary. I'm running Laravel 5.2 usi...

0 Likes
3 Replies
Solved

Inserting JSON to DB Using Model

I'm trying to use the model create option and this is my array: $result = array( 'match...

0 Likes
0 Replies

help with identifier and parameter

I want to make uri something like this : localhost:8000/products/productname Route::get('/products/{...

0 Likes
3 Replies
Solved

Seeding & Model Factories Between 3 Relations

I previously asked this question on the Laracasts forums at https://laracasts.com/discuss/channels/e...

0 Likes
1 Replies

Non incremental numeric ID on laravel?

Hi, I wonder if it's possible to use non incremental ID on Laravel? What method shoul I overwrite? T...

0 Likes
6 Replies

Connect to remote mysql database while working locally

I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...

0 Likes
5 Replies
Solved

Pagination always returns the first page

Hello, I'm trying to use Laravel pagination, no matter what I tried I'm always getting the first pag...

0 Likes
2 Replies
Solved

I can't logged in user using my own controller.

This is my form <form method="POST"> <div class="table-responsive">...

0 Likes
2 Replies
posted 8 years ago

Need help with Eloquent

Hi devs, Can anyone help me with this I have four tables users id|name|email|password rooms id|user_...

0 Likes
2 Replies
Solved

Laravel blade from ckeditor and database

How can i parse dynamic data from ckeditor or textarea. I need to put laravle blade into ckeditor li...

0 Likes
0 Replies

Free hosting laravel 5.1 app

I have a laravel 5.1 application. Is there any totally free hosting site where i can host this app.

0 Likes
1 Replies

Making a CMS, what to do with image upload

Hi everybody. I need your advice about something. I am currently making a CMS in Laravel 5.2. I've c...

0 Likes
1 Replies

SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

Hi i'm new in laravel. I know that this is fairly popular problem. I've beenn searching for the solu...

0 Likes
0 Replies
posted 8 years ago

DB:raw query

how do i add a where clause on these query given by google...i want to put on the where clause.. whe...

0 Likes
1 Replies
posted 10 years ago

Combine sql select queries from different tables

I'm trying to create a search function that will search through multiple tables. My problem: I can't...

0 Likes
12 Replies
Solved
posted 8 years ago

ID changed after inner query

Hi, Table 1 public function up() { Schema::create('materials', function (Blueprint $tabl...

0 Likes
1 Replies
Solved
posted 8 years ago

php artisan problem

[PDOException] could not find driver

0 Likes
1 Replies

how to upload image with blob data type in database and display from database to view? i try to somthing like this>>

// controller public function saveImage(){ $image = new Image(); $img = Input::file('image'); $i...

0 Likes
2 Replies

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.

© 2024 Laravel.io - All rights reserved.