Hi, My web application is up and running on production. But I lost my development sources due to lap...
Hi, i'm using this route: Route::get('/', ['as' => 'home', function () {return view('home');}]);...
Community, Yesterday I created an issue on GitHub sharing some ideas about translating the documenta...
Hello, For a simple questionnaire I would like to create some statistics but I'm not sure if the cur...
Hi, I do have a dynamically generated questionaire form which fetch all published questions from the...
This issue is essentially a duplicate of this SO post I managed to find: http://stackoverflow.com/qu...
Hi i am working with Laravel 4.2.17 , PHPUnit 5.1.1 and PHP 5.6.16 . I am using PHPStorm as My Edito...
I have this code and yesterday was working normally: \App\News.php public function readUsers() {...
ashanoulu liked this thread
Hey there. I am building an API with Lumen, which looks great. The problem I am facing now applies o...
I have written a helper method for some tests that contains the following line of code: $user->or...
Hello. I want to seed my database with users that have specific roles for every website. To do that...
Looking for a tool with guide to compress my CSS & JS File into one file & No spaces. Questi...
I have following relations: in TransportOrder Model: public function statuses(){ return $this-&g...
Hello Is there anyone that have migrated from CakePHP to Laravel? What is best approach to do this w...
Error: FatalErrorException in RegisterController.php line 22: Class 'App\Paises' not found in Regist...
I want manage single session on laravel application and magento application. so i have changed the l...
So, i have a database that is in iso-8859-1, and the website is supposed to be in utf8. I do not hav...
I am implementing Server APIs for Mobile App using Laravel 4. Can I use Auth::user() to get the curr...
So I have a Vip model: class Vip extends Model { use MemberTypeTrait; use RecordStatusActive...
Hi all, my 5.1 application has a form that allows for deleting an employee. When the user clicks on...
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