I have two domains: domain.dev and api.domain.dev. I want to be able to do a ajax (POST, GET) call f...
$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...
This is what I have done so far: public function scopeCityName($query) { return $query ->join...
Hi, This is my controller: return View::make('realestates.single') ->with('title', trans('na...
Hi, i have a little problem trying to order the first table based on the second table column. Table:...
As @Kussie said, but with link: https://laracasts.com/discuss/channels/general-discussion/l5-append-...
arabsight said: I fixed the problem using ansicon (https://github.com/adoxa/ansicon) now it is work...
I am having a similar problem. When I do homestead ssh and try to open a editor like nano or vi my t...
leyluj said: any luck Mabasic? Im having the same problem. Still no luck :(
Hi, I have solved it for me. If you run your test with codecept run -vvv you should get a more deta...
The Laravel portal for problem solving, knowledge sharing and community building.