I have noticed that the form package is not included with the new version 5 of Laravel. It says that...
Hi everyone, Last night I was happily coding and satisfied with the result to come back to it 24 hou...
Hello, I have a module where I use internal module views to generate form. $form = Xforms::draw($th...
HI, I am using lavary/laravel-menu i am able to set class for all menu level, but not able to see cl...
Hi, (I am really new to laravel) Is there a way to see the blade processed, php code. For example {{...
Hello, anyone know how to parse template file before render and preg replace something in view like...
Hello everyone, I recently released my first big project that I put alot of time and effort into and...
I'm attempting to run Daryl Rees example of Games website. But when I launch my site I get the follo...
Hey there, newcomer here. Just decided to register in this amazing comunity, which has helped me a l...
When I open my page using the cats DB from the book "Getting Started with Laravel 4" I get...
What I want to accomplish is my image to be the CLICK HERE link. <td>{{link_to('users/' . $geb...
Hi guys, I created a folder inside view /view/account/ And also created the file account.blade.php T...
I'm using laravel 4 as PHP framework, I would be able to extract content from external sites trmite...
I'm new to Laravel so bear with me. How do I make a form using Laravel 5 with this syntax for array...
Hello @All, How can i change the Pagination Arrows to an Icon? In the Normal Pagination they use &qu...
Hi there! I show you the code and you'll quickly see the problem: This is my routes.php code: ....Ro...
hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...
Hey Everyone! I created a simple tool to help with the creation of a couple views: create and edit....
So I'm converting my existing vanilla php site to laravel, I'm loving it but I'm having an extremely...
#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...
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