Hey, i got this error No query results for model [User] after running this User::where('Name', $entr...
Hey, i am making a website that i want to sell, and it's a website for a game, and the buyers might...
Hey, i ran this script: $names = DB::table('Accounts')->get(); foreach($names as $name) { $name-&...
Hey, i need to know how to make a query to display all the data from a table. For example i have <...
Hey, i am trying to make a new mail form, which will send an email to the current email address with...
I solved it with @if(Request::is('item/*')) //my stuff here @endif
Thank you, it worked, but now the page is loading slower, it takes about 3 seconds for it to load, a...
psychonetic said: Joe96 said: Hey, i have this code $auth = User::where('Nome', '=', Input::get(...
TorchSK said: The number of models should match the number of DB Tables (minus the pivot tables) I...
I also had problems with that, so i changed to smtp. You make an account to any mail system [i recom...
The Laravel portal for problem solving, knowledge sharing and community building.