I have some blades that generate dynamic JS based on some environment configuration variables. My g...
I want to make uri something like this : localhost:8000/products/productname Route::get('/products/{...
laravel version 5.1.28 -- route.php --- Route::get('/w2', function () { $taskName=DB::table('ta...
Hello folks. I'm new in laravel and I traying to create a backend area. My problem is this when in g...
I want to show inputbox based on change of Drop down menu option. By default all the input boxes are...
I'll try my best to explain what i want to. I showing a page with some "product" on the pa...
I am trying to get one select box(number) to be depending on another(type). I am close but i keep ge...
Hi The page works correctly from my desktop pc but i get this error when accessing via mobile. Do i...
I am trying to do a dynamic or dependent dropdown list but I don't know how to obtain data from the...
I am trying to write a link (just like ahref) in my VIEW to another VIEW page in the app. How do I...
Hello guys! I am trying to implement an Ajax Autocomplete field in my form. I am using the following...
I'm creating a select in a form and I'd like to loop through 10 options printing out the numbers 1-1...
Hi guys, I am new to the laravel community. Hope everyone is rocking out there. I am working on a we...
Hello. When trying to load pages like: localhost:8000/auth/register localhost:8000/auth/login it imm...
this is my loginAction that built session <?php namespace App\Http\Controllers; use Illuminate\H...
Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...
Hello, When I run : php artisan make:controller MyController I get a plain controller lacking all m...
When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...
when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...
Hi all! I'm pretty new to laravel and I have a problem. I using route: Route::get('/home', function...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community