I'm trying to put together a wrestling project and have arrived to the point where I need to put tog...
I was wondering why laravel.io droped in the next version command bus ? Shawn McCool had presentatio...
On localhost, my command does its job and it stops. On Forge, it finishes it job, logs a message, an...
https://github.com/webdevdea/training2 There is a link too my project. I am trying /laravel-from-scr...
Hi, I'm trying to create relation from this schema Schema::create('users', function($table) { $...
I've been working on summary queries for my models using something similar to the query below: publi...
i want to change the $errors variable and name it $messages and pass it into the view .. if(! $this...
Hi I am using the artdarek oauth for google login from a website. I have written the route Route::ge...
Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...
Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...
I would like to find out how do i received a text file that is being sent to my server using url pos...
I have a question in mind about separating controllers. For example, let's say I have a website that...
parisan liked this thread
My question is the following. I have a system that the User will register the series of a note. How...
This works fine why use filter? public function home() { if(Auth::check()) return R...
How can I obfuscate controller, view files and css, js files. How can I make them compatible with ea...
I want to set the prefix of route group by session: App::before(function(){ Session::put('lang',...
Hi I have a form with the following fields in the displayed page fields inside a bootstrap modal...
While I started this portion of my project using GET input variables, it would work better for the p...
I'm having a weird issue I've only started to experience recently. When running vagrant up on Homest...
Hello! I have written a very useful artisan command line function, but it seems that now it makes se...
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