Hi everyone, We're happy to have you in our new app. There are a few things to know. One, we're unlo...
I have the following class: class Property extends Eloquent { public $id; public $date; publ...
Hi ya'all, Firstly - brand new to Laravel, well at least 10 hours of laracasts under my belt so pret...
Hello, I'm a little new to laravel and I'm having an issue returning only the fields where the mysql...
I can't find any docs on File helper like File::exists($myfile). Pl help me.
Ok so I have this in my Controller: [code]/** * Execute creating of topic * @param id Category...
I want to pass Former to array and then view it like // in view $form = array( Former::text(), Forme...
Hi, I am trying to send mails with custom credentials. Thought this would be something very easy, bu...
Manage Albums and photos in a unique package, Quick to implement, Integration with your custom uploa...
I have a form to create a new category : {{ Form::open(['route' => ['category.store'], 'method' =...
Hi, I have following problems, I get an error when I try to upload an image file within the validati...
I have added a couple of sites via the yaml file, so thought i would give the serve method a go. I h...
Hi! I am a very NOOB in Redis and this is the first time that I am using this application.I hope you...
I don't know exactly which section should I put this thread. routes.php file Route::get('index', fun...
How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...
I'm trying to set up multiple sites to share the same Laravel codebase, but be self-contained and ha...
I am new to Laravel and have created a trivial application in a wamp local pc. To deploy my applica...
Hi, I've got two sites - a cms and a front-end site. I've successfully implemented the login/authen...
Hello everyone! Yesterday I started developmement of my owm Package, which should have a custom Arti...
I have lots of models which is not needed in every controller. Is it possible to load only needed mo...
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.