I have following tables: users (classic laravel table) events user_events in user_events I insert...
You need "user auth" https://laravel.com/docs/5.3/authentication
You have to define relations also in your migration: https://laravel.com/docs/5.3/migrations#foreign...
I think so: Add to your Student model: public function invoices() { return $this->hasMany...
@ttimot24 fantastic laravel support, many thanks friend :) $table->unique(array('mytext', 'user_i...
I searched for 'config.database' and 'config.database.config', but nothing found, do you mean I can...
The Laravel portal for problem solving, knowledge sharing and community building.