Hello, I have a question regarding Laravel on a large scale environment. We have a hosting company...
In most of the code I write, 90% of the time I declare the data variable at a global scope. Is this...
SCENARIO I have built a party booking engine with Laravel, which requires a Down payment to reserve...
Hi all, I would like to switch from YII to Laravel but I am not sure I can generate views with forms...
Hi, i just enter the github.com/laravel/framework to search for someone with a problem like mine and...
Hello, I am building my first laravel application, so I am quite new to laravel. After reading about...
Is there any tutorial to build a community website with Laravel?
I am looking at using laravel for creating a new version of a for sale application i had made years...
Hi everyone. I am using Aliases for some of my classes in my project in App.php One alias registered...
Event::listen('widget.sync', function($widget, $user) { if( App::environment('local') ) { Mail::...
I have a Laravel application that is used on multiple sites. Everything is in the /app/ folder as i...
I’m looking for best practices regarding file upload locations. I know I can use the public folder b...
I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...
On localhost, my command does its job and it stops. On Forge, it finishes it job, logs a message, an...
Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...
I have a question in mind about separating controllers. For example, let's say I have a website that...
parisan liked this thread
This works fine why use filter? public function home() { if(Auth::check()) return R...
Hello! I have written a very useful artisan command line function, but it seems that now it makes se...
Hi, how can I secure routes so that user can access only those departments that he belongs to? Basic...
Would you like to discuss any ideas in this video? This is a great place to do so! Learn about utili...
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