Is there a way I can install Laravel with a custom script or another Laravel iteself? How can I run...
Hello, All I meet some problem about Laravel 5 auth. I create project and want to use default auth f...
Hi, I have service classes that retrieves Eloquent models using a repository and performs some opera...
Is there a way to pass data (that is not a route parameter but just hardcoded data) to a controller...
so if I have a master blade named master.blade.php like such: {{$app->getLocale()}} @yield('conte...
I am trying to configure whmcs in laravel 5 by following https://github.com/mgufrone/whmcs-api . Whe...
I am doing ajax call on click of submit button. then that call goes to controller. In controller i w...
Sorry my bad English... In my vagrant debian virtual machine show error on connect sqlsrv database E...
Hi, I am trying to fetch ALL rows from a table in my dB. I need to get all rows because the data is...
I understand this sort of breaks the structured point of Laravel, but there is method to my madness....
Hey there, is it possible to change the binding of Homesteads forwarded default ports to loopback in...
Hi Guys, I can't figure it out so i'm asking here. What would the artisan command be to schedule a b...
Hello everyone. I'm trying to install laravel but I have no succes. Technical: I've downloaded a LAM...
Hello all. First time post. First off, a brief description of my setup: Proliant DL360 G5 running Wi...
I store these columns in some of my Models, my question is, should I store the users id or the users...
Hi everyone. I'm a junior dev at an agency building a site for a client with Laravel and Angular tha...
In my AuthenticatedsUsers.php, the postLogin() method correctly run the Auth::attempt() and return t...
I 've created the facade class Curl, I put folder Curl in app/ folder "autoload": {...
I've got two models: <?php namespace blog; class Posts extends \Eloquent { /** * The databas...
I have a jquery function that renders some part of the view with data after a successful ajax post r...
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