Hey, Currently, I have implemented @barryvdh's Laravel DOMPDF wrapper so that I can create PDFs from...
I've been trying to figure this out for hours.. Laravel simply won't load .env.staging.php although...
I'm trying to limit the number of attributes that all() returns, but failing to do so by using setHi...
Please help me out in implementing a worker server, where I need to push queue,delete queue,list of...
Laravel automatically adds CSRF protection for all POST requests, but what's the best way to add CSR...
Hi! I have images and products table and the pivot table is image_product. What is the best way to a...
If you're using a join in your query along with a "with" function to hydrate a child field...
Hi guys, can someone please tell me if Laravel supports raw/plain sql? I cant find it explicitly sta...
Hi I'm busy with a tutorial and when I try to use the edit line in the model, I end up having a blan...
I can run this on my local machine. I got the error like this when first deploy on the server. I pul...
Hi I am new to laravel and working through a basic tutorial. I installed laravel C:\xampp\htdocs\new...
I am trying to write a global fn for my cat system that is in the base controller. here is the fn in...
I've searched but seem not to have a fix. Again want to put this issue to solve
I want to assign a post to an author, then when I display the post, I want to display it's author wi...
Hi, I'm installing Vedette package from https://github.com/illuminate3/vedette and have 2 problems....
Hi, I'm new to Laravel and I installed it on a Ubuntu server recently trying to test the framework....
I'm trying to do something similar to here, but not for an API: http://stackoverflow.com/questions/1...
I have tried encrypting the email address (username) using mutators and accessors on the model for a...
I've deployed my app to production (godaddy, laravel 4.0), and something is wrong. After user login,...
If I use $post->comments()->save($comment) to add a new comment to a post, why does $post->...
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