Support the ongoing development of Laravel.io →
mabasic

mabasic

Joined 3 Feb 2014

Statistics

Threads 13
Replies 33
Solutions 6
Articles 0

How to handle CORS?

I have two domains: domain.dev and api.domain.dev. I want to be able to do a ajax (POST, GET) call f...

0 Likes
5 Replies
Solved

Required_with not working with arrays

$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...

0 Likes
1 Replies

How to return a single value from a scope?

This is what I have done so far: public function scopeCityName($query) { return $query ->join...

0 Likes
1 Replies
Solved

Problem with session and view data

Hi, This is my controller: return View::make('realestates.single') ->with('title', trans('na...

0 Likes
3 Replies
Solved

How to order the first table by a column in the second table

Hi, i have a little problem trying to order the first table based on the second table column. Table:...

0 Likes
2 Replies
Solved
replied 10 years ago

using package only on local environment in Laravel 5

As @Kussie said, but with link: https://laracasts.com/discuss/channels/general-discussion/l5-append-...

0 Likes
replied 11 years ago

Homestead ssh weird chars

arabsight said: I fixed the problem using ansicon (https://github.com/adoxa/ansicon) now it is work...

0 Likes
replied 11 years ago

Homestead ssh weird chars

I am having a similar problem. When I do homestead ssh and try to open a editor like nano or vi my t...

0 Likes
replied 11 years ago

Codeception Laravel4 Module amOnRoute does not work on WIndows

leyluj said: any luck Mabasic? Im having the same problem. Still no luck :(

0 Likes
replied 11 years ago

Risky functional tests happening from "amOnPage" method being called in Codeception

Hi, I have solved it for me. If you run your test with codecept run -vvv you should get a more deta...

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.

© 2026 Laravel.io - All rights reserved.