Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...
I would like to find out how do i received a text file that is being sent to my server using url pos...
I have a question in mind about separating controllers. For example, let's say I have a website that...
parisan liked this thread
My question is the following. I have a system that the User will register the series of a note. How...
This works fine why use filter? public function home() { if(Auth::check()) return R...
How can I obfuscate controller, view files and css, js files. How can I make them compatible with ea...
I want to set the prefix of route group by session: App::before(function(){ Session::put('lang',...
Hi I have a form with the following fields in the displayed page fields inside a bootstrap modal...
While I started this portion of my project using GET input variables, it would work better for the p...
I'm having a weird issue I've only started to experience recently. When running vagrant up on Homest...
Hello! I have written a very useful artisan command line function, but it seems that now it makes se...
To answer http://forumsarchive.laravel.io/viewtopic.php?id=11485 $test = new Test(); $test->setTa...
Hi, how can I secure routes so that user can access only those departments that he belongs to? Basic...
Hi guys, Im using pagination on my categories page. However when im trying to apply pagination links...
I'm having a strange behavior (due to my fault I guess) while trying to paginate some results after...
I'm getting a "Call to undefined method Illuminate\Support\Facades\Cache::driver()" whenev...
Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
Hi guys, well, i am using the laravel's log core. as it's based on Monolog i just wanted to know how...
Hello, first thanks for the interest in my topic! Here's my question, I have Laravel and Entrust aut...
How do we associate models related one-to-one? $user->card()->associate($card); // error $user...
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