Working example: $data = Member::vip()->get(); foreach($data as $member) { echo $member->n...
What are best practices for laravel deployment? Is envoy recommended? What about capistrano?
In my new project I store all files on s3 drive, can I override this url and set something like /sto...
I have a tables user_id and event_id, every user can be added to every event, but how can I prevent...
I have my app finished, but I wish to run it on 2 different domains and every domain should have his...
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.
The community