Hello there! Recently, I've been working on API for single-page application and found that quite a f...
i wanted to create a themes folder for my mini-cms project, how can i achieve that using Laravel?
How to store cache in cache root directory in my laravel website. please provide me your suggesion
I use Laravel Eloquent to save data to table store, but it save more then one record at one time. Wh...
Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed */ public funct...
Do I have to write a raw sql query? Or is there a class in laravel that can do that?
Hi, I have Ubuntu as a vagrant box. (I followed the tutorials at laravel.com and laracasts, but I op...
I am using the pick a date script in my laravel site. Everything is working correctly; however, in o...
Hey all, I am trying to move to Homestead 2.0. I have no problem doing the composer install, but whe...
I would like to write the text into file with special place like: // test.php <?php Hi 1 Hi 2...
Is it possible to create a model that doesn't extend Eloquent? I have need for some models that don'...
I have three tables: Video (id, title) Tag (id, title) Video_Tag (id, video_id, tag_id) <-- join...
I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...
Hi, I have User and Company. If user select on registration that it is regular user the he just fill...
Hi, I'm building a new site in Laravel 4.2 and have written a class to handle adding and rendering o...
For instance, if I set the environment variable DB_HOST with value localhost through Forge, it creat...
Hello! It seems that Laravel 5 defaults to CSRF protection to all non-GET requests. While this enfor...
Hello, I keep getting this error on my ixwebhosting account "SQLSTATE[HY000] [2000] mysqlnd can...
I have created a package, and this package has a composer.json with it's dependencies. When I add th...
Hello, I'm moving our website from asp .net to Laravel (I'm new to it). Gonna explain where we are a...
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