Hello every one, I am a newbie in Laravel, I just took a Lesson about Laravel 5 Fundamentals. After...
Is there a good way to check to see if attach() on a BelongsToMany executes successfully, when it ju...
Hi, I am trying to use db:seed but every time I run it i get [Symfony\Component\Debug\Exception\Fata...
Hello, For a simple questionnaire I would like to create some statistics but I'm not sure if the cur...
I have this code and yesterday was working normally: \App\News.php public function readUsers() {...
ashanoulu liked this thread
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...
I have following relations: in TransportOrder Model: public function statuses(){ return $this-&g...
Error: FatalErrorException in RegisterController.php line 22: Class 'App\Paises' not found in Regist...
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, I started with a new application, but I struggle with setting up my Models and Relations. Let me...
Hi I'm iqra, I'm a newbie in laravel, I want to run a query like this SELECT vote, slug, COUNT(*) FR...
I've got a model called Provider and one called Service. A Service has a one-to-many relationship wi...
In the docs, I see DB::table('users') ->where('id', 1) ->update(array(...
Hi there folks, I am having a problem on Laravel, since I am a newbie on Laravel Framework, I am wat...
Seeding creates empty fields into databse, but does not write anything into them. **CategoriesTableS...
Hi all / as I have a problem with my routes.php routes file, have the following //llamamos a la rut...
Hi To manage the categories and sub-categories of used etrepat/baum package. https://github.com/etre...
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