Support the ongoing development of Laravel.io →

Package for RESTful JSON-based APIs?

Hello there! Recently, I've been working on API for single-page application and found that quite a f...

0 Likes
2 Replies

Theme folder?

i wanted to create a themes folder for my mini-cms project, how can i achieve that using Laravel?

0 Likes
10 Replies
Solved
posted 10 years ago

Auto Generate Cache

How to store cache in cache root directory in my laravel website. please provide me your suggesion

0 Likes
1 Replies

Why Laravel save data more then one record at one time?

I use Laravel Eloquent to save data to table store, but it save more then one record at one time. Wh...

0 Likes
1 Replies

Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed

Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed */ public funct...

0 Likes
2 Replies

I want to send my table schemas to the front-end using in json format. How can I get that schema?

Do I have to write a raw sql query? Or is there a class in laravel that can do that?

0 Likes
2 Replies
Solved

Laravel is installed but not working.

Hi, I have Ubuntu as a vagrant box. (I followed the tutorials at laravel.com and laracasts, but I op...

0 Likes
2 Replies
posted 10 years ago

Data-Value for a form's Value

I am using the pick a date script in my laravel site. Everything is working correctly; however, in o...

0 Likes
1 Replies
Solved
posted 10 years ago

Homestead Init Not Working

Hey all, I am trying to move to Homestead 2.0. I have no problem doing the composer install, but whe...

0 Likes
1 Replies

How to write "text" to file with special place in Laravel?

I would like to write the text into file with special place like: // test.php <?php Hi 1 Hi 2...

0 Likes
4 Replies

Models that that don't extend Eloquent

Is it possible to create a model that doesn't extend Eloquent? I have need for some models that don'...

0 Likes
4 Replies

Find items that have a set of associated items through hasMany

I have three tables: Video (id, title) Tag (id, title) Video_Tag (id, video_id, tag_id) <-- join...

0 Likes
3 Replies
Solved

Is it possible to use Confide 4.0 with a User class that extends Ardent?

I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...

0 Likes
1 Replies

Validating two models in Laravel 5

Hi, I have User and Company. If user select on registration that it is regular user the he just fill...

0 Likes
2 Replies
posted 10 years ago

View Composers & Redirect

Hi, I'm building a new site in Laravel 4.2 and have written a class to handle adding and rendering o...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel can't detect environment variables set by Forge when run from console

For instance, if I set the environment variable DB_HOST with value localhost through Forge, it creat...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 should not(?) default CSRF

Hello! It seems that Laravel 5 defaults to CSRF protection to all non-GET requests. While this enfor...

0 Likes
2 Replies
posted 10 years ago

Database connection error on shared hosting

Hello, I keep getting this error on my ixwebhosting account "SQLSTATE[HY000] [2000] mysqlnd can...

0 Likes
2 Replies
posted 10 years ago

Package dependencies problem

I have created a package, and this package has a composer.json with it's dependencies. When I add th...

0 Likes
0 Replies

Setting up a multisite application in Laravel 4.2

Hello, I'm moving our website from asp .net to Laravel (I'm new to it). Gonna explain where we are a...

0 Likes
0 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.

© 2025 Laravel.io - All rights reserved.