Hello guys,am new in Laravel,i have been interested to learn it,i found some thing bowwing when eve...
Does the Schema builder not support comments for columns yet? MySQL supports them, I've been reading...
Is there a way to create migrations files from such file? I don't mean models. I mean the migration...
I am doing a Laravel 5 project and when i try to register a new user and save him into the database,...
I have three tables namely users auctions bids bids table has foreign key to users table and auction...
I've read a ton on this, and I thought I understood. But now I'm not so sure. I have an 'album' and...
hi i am building an app with Laravel, and I have users which also have a profile. I am unsure about...
is it possible to work with Oracle databases preserving all Laravel advantages?
Hi, Im new to Laravel. Im trying to use the DB driver for sessions, but it still writes to disc. La...
Hello, I am trying to perform a search query with particular tag names in bookmarks for a particular...
Hi! I have two models, for example User (name, email) and Address (user_id, address, zip); If I call...
I have two tables auctions and bids and models for them are as follows public function bid() { retu...
Hello, I have, for example, 2 tables: Table1 which has: id, name, address, details Table2 which has:...
I keep getting the error "Call to a member function delete() on null" for the following, w...
Hello, in my application users can add other users (to establish a "friendship"). Therefor...
Hi laravel community, I am a new laravel user and currently working on a simple project management t...
// qualification.php model <?php class Qualification extends \Eloquent { protected $fillable...
Hi, I was wondering what the best way to do this with Eloquent would be? Say for instance I have a &...
hi, I have the following schema: Schema::create( 'teams', function (Blueprint $table) {...
Hi I'm having a struggle trying to return a single record from a many to many relationship. So in my...
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