Support the ongoing development of Laravel.io →

ntanas72

Joined 12 Jun 2014

Statistics

Threads 4
Replies 2
Solutions 0
Articles 0
posted 9 years ago

Pagination Call to undefined method Illuminate\Database\Query\Builder::links()

Hi i have the following action in my controller (LanguagesController) public function index() { $l...

0 Likes
1 Replies

Use one form blade for create , edit

Hi is it possible to have only one blade for create and edit? I have try to implement and i am stack...

0 Likes
1 Replies

Call model on different namespace

Hi i have the following code <?php namespace Backend; use BaseController; use View; use App\Mode...

0 Likes
5 Replies
posted 9 years ago

Call a view from controller that lives in folder

Hi, i am new to laravel (and i already love it) I have create inside controllers 2 folders Backend,F...

0 Likes
2 Replies
Solved
replied 9 years ago

Call model on different namespace

I remove the use of Models and I change the call for the model calling from the global namespace and...

0 Likes
replied 9 years ago

Call model on different namespace

zenry said: does the class Pages have the namespace App\Models\Pages Namespaces are not equal to di...

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.

© 2024 Laravel.io - All rights reserved.