Hi i have the following action in my controller (LanguagesController) public function index() { $l...
Hi is it possible to have only one blade for create and edit? I have try to implement and i am stack...
Hi i have the following code <?php namespace Backend; use BaseController; use View; use App\Mode...
Hi, i am new to laravel (and i already love it) I have create inside controllers 2 folders Backend,F...
I remove the use of Models and I change the call for the model calling from the global namespace and...
zenry said: does the class Pages have the namespace App\Models\Pages Namespaces are not equal to di...
The Laravel portal for problem solving, knowledge sharing and community building.
The community