using cloudlinux, the php artisan CLI fails .... any ideas? cofigured to php 5.5.1, latest apache.
I have a laravel app on my git repo (bitbucket), so I cloned it, then I got some errors when I tried...
Hopefully the following code will set up background. class Freelancer extends Eloquent{ public f...
When I open my page using the cats DB from the book "Getting Started with Laravel 4" I get...
If I want to get Laravel to work with PHP 5.3 what do I need to manually change to make that possibl...
I have not done much in the way of creating PDFs and wanted to find out if it was possible to take a...
I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...
When the unit tests run migration on the sqlite array driver, I get the following exception: Doctrin...
Sometimes a non-trivial Queue operation can occasionally be triggered more than once before the firs...
How and where Laravel write the 'session.cookie' k/v in response? I am very confused. I know it abou...
Hi All, I've been reading Chris Fidao's excellent book on Implementing Laravel and unfortunately I'v...
2 months ago i created a simple app in Laravel 5. today i tried to do a composer update and it fails...
I have very strange issue. I installed fresh L5 copy, created TestController, added Route::resource...
I have been using the conventional way of signing in a user up without ajax and since I have switche...
I'm new to Laravel. I am now done with Up & Running with Laravel. I need some guidance in implem...
Hi, I am new to laravel. I am using a simple validator which is working great. My question is, is th...
I got ErrorException Undefined variable: skip using the following code. $skip = ($page -1 ) * 10;...
Hi, Iam developing a app. which students can register and book a slot on the particular day in parti...
I'd like to use Route::bind to validate whether a user has permission to access a particular model b...
Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...
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