Hello I created an application using Laravel 4 and one of mine users reported security issue. He act...
Hello I'm using this package: https://github.com/ipunkt/laravel-route-cache for caching my routes, b...
I'm trying to return a rendered View using Response::json but I'm getting this error: The Response c...
I'm using DigitalOcean with Laravel Forge and I have some problems with view. On my local machine ev...
Hello I have this query: $galery = DB::table("galery") ->where("approved"...
beaverusiv said: You would do this within a single auth filter, by checking what URL they are tryin...
eriktisme said: You can do $rules = array(); if ( Input::has('image') ) { $rules['image'] = 'requir...
You can check out my messaging system, it is similar to what you're doing, but it's built with core...
xroot said: Use : Input::get('name'); and : Input::get('lastname'); Example : Route::get('/', fun...
The Laravel portal for problem solving, knowledge sharing and community building.