Support the ongoing development of Laravel.io →

laracademy

Joined 13 May 2016

Statistics

Threads 0
Replies 45
Solutions 8
Articles 0

laracademy has not posted any threads yet

replied 7 years ago

Create user upon storing in another table.

You are getting relationships mixed up on controllers versus models. Your relationships go on your m...

0 Likes
replied 7 years ago

How to login with username or email or both and password in laravel 5.3

You will need to create your own login method. You can either store this in the LoginController that...

0 Likes
replied 7 years ago

How to send ID's array to controller through POST method?

You will want to make sure those checkboxes are an array eg <input type="checkbox" name...

0 Likes
Solved
replied 7 years ago

Laravel: (why?) View not rendered after return view() call

Try returning that function call return $this->callView($name,$date);

0 Likes
Solved
replied 7 years ago

Laravel on live server sub-domain not working

Did you check the permissions on /storage/* and /bootstrap/cache/* ? ~ https://laracademy.co/

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.