public function store() { // validate $rules = [ 'username' => 'req...
Hi, Here's what i got when i try to quote a string $string = "Because I'm happy"; $quoted...
Why are there so many packages on Composer that are specific to Laravel? Isn't the whole point of pa...
I need some help developing a non-Laravel-specific package. I understand how to create a new package...
I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...
hello, look like to draw from the view to a method of a controller, for example in the view I have t...
So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...
Hello everyone :) First time writing in here, im working on a project, and im having some really ann...
Hey guys. I want to create a simple CMS with posts, categories and tags. Those models all have belon...
Howdy folks. WARNING: Deeply new to Laravel So, I created a bunch of migrations and it only fails on...
I've been struggling with this particular issue for a few hours. I created a basic server on Digital...
Hi all, just wondering if anyone's played with SSEs in Laravel? If so, care to share your experience...
Not sure if this is the best way to do it, but I am having users upload private files to the /app di...
When a user registers in my application they also create a linked Institution. In the institution ta...
I have a laravel application, and I use git for version control, and all of a sudden php artisan ser...
Hi, so I have a question regarding relationships. I have a user model, and an event model. The event...
I am working on creating a page with stats from data in a MySQL database, and trying to figure out t...
I was wondering if it is possible to pass variables from a route filter to the controller. I current...
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