Hi, I've setup a variable to use in my master view file. This works great inside of all my views, un...
Hi, I am new to Laravel and tried the Quick Start tutorial as is. However, view is not getting rende...
Hi, in my blade template I'm using a javascript variable "Website" to store a url string,...
Hi, I have a master template working but its not quite a true master. There is one page on on my sit...
routers.php: // login controller Route::post('login', 'LoginController@login'); LoginController.php:...
Hello, i am new to laravel and I'm trying to make an application for my upcomming web about programm...
Hi, Is it possible to specify a variable as part of the name of lets say a submit button? Like this:...
Hi, I'm new to Laravel and I installed it on a Ubuntu server recently trying to test the framework....
Hi I'm trying to create a template with the Blade templating engine. When I try to view the page, I...
I'm new to laravel and I'm busy with a tutorial, I had to create an about page and the make a route...
i try to populate the data from database in to PDF file in dompdf i tried something like this. class...
Hi, I'm totally new to Laravel. I'm trying to follow the example on the "Routing" section...
Hi guys, I'm pretty new to Laravel (a couple of weeks in) although I've used Yii and regular PHP for...
I have a hard time putting this into words so bear with me please. Let's say I have a webpage that n...
Hi guys, I'm following the docs to create a resource controller at http://laravel.com/docs/controlle...
Hi, I am trying to do a simple POST request using jQuery AJAX, but cant figure out whats wrong. Here...
I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...
Hey there, If I have used psr-4 autoloading e.g. "psr-4": { "Admin\": "app/...
Hi, I am using the HTML::link function to create my links through the entire site. Now, I was wonder...
I have this on a js file... $(document).ready(function() { //petición al enviar el formulario de reg...
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.