Hi All, I have created a login page and passing the data to the controller. In controller, I am doin...
Hello, I have a view which will render the menu of my website. I'd like that navigation to display o...
How to create email service without blade(VIEW) in laravel 4.2.
When extending Blade, using Blade::extend(), it is necessary to clear the cached View. This functio...
Can it be done? I have a collection, and a form that I loop through it <form:model.....> @for...
I have a page that has multiple tables with lots of data. These tables need to be on a single page....
I'm using Phpstorm 8 now. Is there anyway to type hint variables within blade files passed in throug...
Hey folks, I have two questions. First, I saw that Laravel 4 apparently had some built in deployment...
I am filtering a collection by date of orders with the following in each: {"id":57,"...
Hello, when i need to use joins(), how to use it? Belongs it model or in controller? Can anyone give...
Hello, i am new at laravel, and i want to show userprofile by slug. When i use Profile::all() or Pr...
This probably isn't the most elegant solution but so far I have my data/collection called like so; $...
Link of the plugin http://deepliquid.com/content/Jcrop.html I want to upload the image that is cropp...
Hi everyone! I started with Laravel 5 following the Blog example from Laracasts (Laravel 5 Fundament...
Hi Guys! As the title, I have an Array varible named is $commonConfig, and I want use it in all Cont...
Hi, i've a site that manage articles. So i've an ArticlesController and a /resource/view/articles di...
Hi, when I tried to access this http://localhost:8000/user/3/edit url in my app, I'm getting this er...
I have a primary 'wrapper' view app.blade.php, and this wrapper has certain functions it needs to ru...
I tried using @foreach ($product as $index => $pro) <td>{{$index+1}} </td> @endforeac...
I've installed this package and so far the layout is rendering but the view template is not. I have...
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