I'm making an application this will include an install script. The script will ask for the user's DB...
hello i have sql how can i write in Laravel this sql ? please help. (SELECT goods_id, name, img, ano...
I am trying to refresh the migration using this command. php artisan migrate:refresh My migrations a...
Hello, I have built a query with the Query Builder and I monitor what SQL is actually executed by du...
I have a problem with using morphMany relations in combination with lists in my model. I do have a M...
I need to let users resgister themselves through a form, and let them inactive users till, the Admin...
i am following this tutorial http://scotch.io/tutorials/php/a-guide-to-using-eloquent-orm-in-laravel...
Hi, I'm working on a CMS and I have a little problem with my migrations. I added a new migration fil...
Hi all! I am having trouble with global scopes, especially the removal of the scope. In my User mode...
i have strange issue i have a table with a column of longtext. when i use laravel to retrieve the da...
I want to apply conditional loop like this dynamically. I'm not getting logic of how to do that. Her...
Anyone know a way to add a column to the BEGINNING of a table. With just the 'after()' method I'm no...
I'm trying to achieve this: ->join( 'table_a', function( $join ) use( $ids) { $join ->on( 'tab...
Hi I'm trying to rollback my migration but it's not working. I get this error "{"error&quo...
Lets say I have a table with notifications and in text body I want to have link to login page, can I...
I've created a custom artisan-command in order to call a controller-function via commandline (withou...
I'm trying to use MS SQL Server with the latest Laravel. I managed to figure out the connection to t...
I have two rows, one for moods, and count. If user submit the same input i.e. "happy" then...
Hi guys, I'm planning to develop a multi tenancy application which allows users to modify their own...
Hello, I have two tables 'rooms' and 'reservations' (i don't have any relation between the two table...
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