Hi Everyone, When we run migrate:install, migrations table is created in the database that has two c...
I've just jumped into Laravel / OOP development and I'm having issues with something that's so easy...
I'd like to save a form into my MySQL DB which has a couple of INT fields. These fields are all set...
I have recently started learning laravel, and I dint feel comrfotable using laravel for constructing...
Does anyone know if its possible to wrap a couple of repositories in a database transaction. For wha...
I am new to Laravel. I just want to know is the Laravel create database connection every time for ea...
I am trying to post an Angular form to Laravel. In Firebug I can see underneath the Post tab: Source...
How can I do this assuming the user inputs an & as fx. "h&m"? :)
I think I am missing something basic here. I have an sql query that works fine but I am unable to tr...
In my page I have a textbox where you can enter your name and a dropdown where you can select a grou...
Hi, I am trying to redirect Not found query page to 404, but this is not working try { $page = Pa...
so here is my controller $beritas = KategoriArtikel::with(array('Artikel' => function($query) {...
AbsractRepository.php /** * Get Results by Page * * @param int $page...
Error message: http://puu.sh/d4kdm/4a084d1170.png This has to be something stupid, I even have the t...
I currently have the following destroy function for my user's controller. When the destroy method is...
Have asked this question before but it wasn't answered.So am asking again.I have a table subjects wi...
I'm using postgres database and I need to know all model field names and types from database. Someth...
Hello everyone, I'm new at Laravel and have a question about combining 2 JOIN results. At first, I h...
Hello! I have got the following situation: There are two classes A and B They are related many to o...
I have a table in my database called Logs which has a user_id field which links in with the users ta...
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