$image = $input['image']; $filename = $image->getClientOriginalName(); $destination = 'upload...
Hi, Is there an elegant method for counting sessions that are for successfully authenticated users?...
Hello, I have 2 models. One is "developer" and the second is "program". One deve...
Hi, while working with Many To Many Polymorphic relationships, I notice that if we retrieve nested r...
Hello I want to put some sort of timer so the user can only add data to the database let's say ever...
Hi everyone, I am new to Laravel and am using version 4.1. I am attempting to query database using p...
I appreciate reading this mail theme is that I started (well newbie) using Laravel and my job gave m...
i have mysql db with bit(1) data types, when using laravel db query classes the return values are em...
I have an existing database (can't change the structure) for which I need to make a web front end. T...
need a code for populating 3 select boxes(country,state,city) based on selection on previous select...
I'm developing a SAAS application using Laravel 4. I have one master database and multiple tenant da...
I'm developing a SAAS application using Laravel. I have one master database and multiple tenant data...
I'm going to start a SAAS model web application and gone through many searches. Finally in my mind h...
Hi all, I was wondering how I could do the following. I have a user table with 2 field 'first_name'...
Let's assume we have a catalog. We have base Item model and item types model (Car extends Item, Moto...
Table : photos #id -> primary key #item_id -> foreign_key #title -> string #order -> int...
In controller: public function deletePage() { $pageClass = $this->page->find(Input...
Hello If i have a table named 'Books' and i would want to print out all the names of the books that...
Dear friends, How could be possible to use a database table as a connection container in place of us...
I'm working with some log data and it returns about hundreds and thousands of data. Without using ch...
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