I have installed Gulp and Laravel Elixir. When trying to execute gulp or gulp watch I get the follow...
You should only unit test code written by you, not provided by Laravel. Laravel classes must have th...
How about follows table that will create a record when one user starts following another user. Table...
It's probably one-to-many relationship, as 1 user can have many articles, posts, and comments. But a...
$user = User::where('member_number', $member_number)->where('pin', $pin)-first(); Auth::login($u...
.env.php is a hidden file, so you will have to enable viewing hidden files in c9. It's hidden by def...
The Laravel portal for problem solving, knowledge sharing and community building.
The community