I need to handle a coinbase callback. I am using Route::any() to then use a specified controller met...
When I run artisan dump-autoload it gets this error and stops: Generating optimized class loader Com...
For months, I've been placing all my logic in my controllers. Today, I would like to steer clear of...
Hi all! I realise that this may not be the best place to post this, but if you're still learning PHP...
I don't know how to name the thread better than that, what I need is this: I have a master blade fil...
I am currently in the process of developing a package. In this package I would like to use the IoC c...
I'm creating a CMS portion of a more complex application. The CMS portion contains "Courses&quo...
I set up a migration to include a boolean value in my model (using the boolean() method). That trans...
I'm trying to use the Listify package on a pivot table. Listify simply manages an integer column pos...
I added kartik-v\bootstrap-star-rating package via composer and I want to load its css and js assets...
Hi i have the following action in my controller (LanguagesController) public function index() { $l...
I tried to open an issue but couldn't find where. It may be not such big deal, but when a user sees...
Hello everybody, I want to call a class in vendor folder. I use https://github.com/ccovey/ldap-auth...
Is there any place that shows real world examples of Relationship querys and fetching associated dat...
How would I do "SELECT Count(*), Min(some_field), Max(some_field) FROM some_table" in the...
An Owner has many Cars... And in my blade page I have this... {{{$car->Owner->name}}} And tha...
Hey guys I was wondering if it would make any sense to only attend the community day (28th august) f...
My package needs controllers, models and views. I'm confused as to where these should be placed and...
Is it possible to create a redirect from within a function? Say I have a BaseController that all con...
I have an app with users and collections. Both are resources and each user can create collections. I...
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