how can i create a dist project with laravel that the configurations are generated via setup script...
Hi, I am converting a site I made with Laravel to work with https connections. I have ran in some pr...
Hi, I currently have a website that I made with Laravel for my youth movement. I have a few roles li...
I developed a utility called LoLSkinView (lolskinview.com) which allows users to see the skins they...
Just upgraded from PHP-FPM to HHVM 3.2 on Ubuntu 14.04 and Cashier is failing out of nowhere. Using...
when i use opera 12 and older and IE and other old browser for get my web app in a server with this...
I have a table with many fields. Some of these fields I need to update, the rest leave as is. Becaus...
I have this route Route::group(array('before' => 'auth'), function() { Route::get('something', '...
Hello, I'm trying to authenticate from a Mobile App the request to an API REST with Laravel-4. I thi...
I am trying to use Entrust for one of my projects. I want to figure out how to do this. For my appli...
I have a general User model with general mass-assign white listing of fields as protected $fillable....
Hi, is there any way for me to make custom log to record all activities in my admin site? but not pu...
Hi there, I would like users to click a link in an email, which would send them to a login form. Onc...
Hello, I am having an issue with the Crypt facade in Laravel. When I execute the code below, and the...
Hi, I'm trying to execute: % php artisan migrate and I get the following error: [PDOException] SQLST...
Hi guys, I have a problem with my own Macros. I made my own file that is call (/app/macros/macros.ph...
I don't know why this code don't work? public function handleLogin() { // validate the info, create...
In one of my controllers, I have used the before filter in the constructor like this: public functio...
hello am building a system has ACL using Laravel 4 with Sentry, the scenario is there should be 2 gr...
I know this has been asked so much but right now I'm on the stage on which path (framework) to take....
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