I have one particular Eloquent model that is giving us seemingly random problems with inserting. Tha...
Hello, before to explane the problem, I try to make clear the situation of my system. I'll indicate...
deepakjd liked this thread
Why i cant do this: Model::select("IF(premium > 0, 'yes', 'no')" as PremiumYesNo')->...
If I use the following code snippet in my model it inserts the data: $fillable = ['email', 'username...
I have a simple question about laravel pagination, I want to tell the query to take the page number...
Hello i need help to convert query to laravel select login,name from mt4_users,users_agents where mt...
Hello everyone, I am a Laravel newbie and still trying to find my way around it. I am overloading th...
I have a topics and links tables on Laravel 4.2 with Eloquent ORM. They have a relationship like thi...
How to properly convert SQL query: select a.* from active_user_data a join (select max(id) id ,user_...
How to properly convert SQL query: select a.* from active_user_data a join (select max(id) id ,user_...
I have not done much in the way of creating PDFs and wanted to find out if it was possible to take a...
When the unit tests run migration on the sqlite array driver, I get the following exception: Doctrin...
I have been using the conventional way of signing in a user up without ajax and since I have switche...
I'm new to Laravel. I am now done with Up & Running with Laravel. I need some guidance in implem...
Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...
I have got an installation of Laravel 5 on my local machine using MAMP. db config uses Socket/port....
Hi, I've set up my mysql config like so: 'mysql' => [ 'driver' => 'mysql', 'host'...
Hi all, If I have 3 tables (users, organizations, guest) who share the same feature, it's ok to put...
When I run this I get a very long text as result: ....Route::get('/', function() ....{ ....$posts=DB...
I know there are a method what called find in laravel, I have a table with this structure (articles...
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