-
Testing and editing for 19201 - Install and configure Laravel with NGINX - Fedora 20
-
The below is what I get when I try to install via composer. Tried with Laravel 5.3 then upgraded to 5.4, in case that was the problem but still no joy,,,
```
Problem 1
- tomcorbett/opentok-l…
-
Would be great if the snapshot method could be chained directly on query builder or model method calls. I tried to suss it myself to make a PR but I am not sure the best approach.
Ideally it would …
-
Hey guys, as long as Laravel supports both MySQL and PostgreSQL I was a bit upset Laravel Sail doesn't.
So I got it working. Would you be interested adding it to the Sail, so people can choose? MyS…
-
# Database Schema for Persistent Browser-Based Game
## Issue Description
### Overview
We need to design and implement a comprehensive database schema for our persistent browser-based game. Th…
-
It would be nice one of these two methods in laravel testing: `AssertEagerLoaded ` or `AssertNumberOfQueries `
-
> [#] 1) UsersControllerTest::testLogin
> [#] Symfony\Component\CssSelector\Exception\SyntaxErrorException: Unclosed/invalid string at 37.
> [#] # /Users/jasonlfunk/Workspace/Work/inventor…
-
here's a copy of my composer.json
``` json
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "p…
ghost updated
9 years ago
-
Either adapt unit testing from [babbage tests](https://github.com/openspending/babbage/tree/master/tests) or write a new testing scenario implemented in Laravel.
-
I'm currently trying to use bootstrap-select in a Power BI Visual (a self contained typescript app).
I'm using:
- bootstrap-select: 1.14.0-beta2
- bootstrap: 5.1.3
- jQuery: 3.6.0
When I try …