Support the ongoing development of Laravel.io →

Checking if value were pass to the view

How can i check if value is passed to the view? for example return View::make('view', array('result'...

0 Likes
2 Replies
Solved

Adding Files Dynamically To Default Template File

I was scanning over the documentation to find out how to use the asset pipeline script to help me be...

0 Likes
5 Replies
posted 10 years ago

Auth::login won't work

Hey, i have this code $auth = User::where('Nome', '=', Input::get('username'))->where('Senha',...

0 Likes
3 Replies

Forge: compiling Sass via Gulp after deploy on Forge

Testing out Forge with Linode, and I'd like to compile my Sass with Gulp after a deployment. I'm fam...

0 Likes
3 Replies
Solved

GET Data from a Button

Hello there, so i got a button: <form method="GET" action="settings"> <...

0 Likes
7 Replies
Solved
posted 10 years ago

How to check value of parameters of RESTful controller's action

I use the Larvel 4.1 If I use routes for every action I can check parameters value into route like h...

0 Likes
2 Replies

parse.com php SDK with Lavarel

Hi, I'm new to Lavarel, great framework, following the tuts on https://laracasts.com/series/laravel-...

0 Likes
10 Replies
Solved

Problems using artisan to set up a controller

Hi, new to laravel here. I'm following this tutorial https://www.packtpub.com/books/content/laravel-...

0 Likes
2 Replies

Route::currentRouteName() return nothing in App::before()

The title is pretty clear, I would like to know the name of the route associated with the current UR...

0 Likes
0 Replies

Class Referencing

I am new to PHP and Laravel and this is my first project. I am writing a package that will allow a u...

0 Likes
2 Replies

Raw JSON being displayed when returning to page

I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...

0 Likes
3 Replies
Solved
posted 10 years ago

API Documentation Viewer

this is my first post, before posting a bug question, i just wanted to say, i've been workign with L...

0 Likes
1 Replies
posted 10 years ago

Can I use a item of a model several times

Hello, Im working on a financial app. Now I have this model : description : string ; account_from :...

0 Likes
0 Replies

laravel and ngnix . 404 error

Hello, I did try to make ngnix to work with laravel. But every page I visit I see a 404 error. Here...

0 Likes
0 Replies

Controllers, Views and good practice

Hello, I'm new to Laravel and fairly new to PHP (did some a few years back). I'm wondering what is t...

0 Likes
7 Replies
Solved
posted 10 years ago

many-to-many relation between pivot tables. Is this possible?

Consider the following: student many-to-many with semester (pivot1) lesson many-to-many with cla...

0 Likes
0 Replies

Remove /public from the url to access the webpage

Hello, I am new to web development and I am trying to develop a website using Laravel, Apache (MAMP)...

0 Likes
3 Replies
Solved
posted 10 years ago

Using bootstrap datepicker in Laravel 4 form

Hi, I'm having some trouble trying to use the bootstrap date-picker (http://tinyurl.com/o7njj9n). Th...

0 Likes
4 Replies
Solved

How to pass array from view to controller without having a submit form?

Hi! Is it possible to automatically submit array from a php file to controller without having a sub...

0 Likes
1 Replies

Where does Laravel store configuration for memcached session driver?

Reposting from http://stackoverflow.com/q/25771362/1583214 because I have no patience. :-) -- The La...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.