The Wayback Machine - https://web.archive.org/web/20200405082021/https://github.com/topics/laravel
Skip to content
#

Laravel

laravel logo

Laravel is a popular PHP framework, used for the development of MVC web applications.

Here are 18,277 public repositories matching this topic...

koel
MonXBZH
MonXBZH commented Aug 22, 2018

Hey!

What do you think about add a random function ont the home menu? As Subsonic when you arrive on the home:
image

Albums just appear randomly each 10sec and there is a button "random play" to play songs by stack of 50.

Thx!

MonX

nginxconfig.io
kb6673
kb6673 commented Dec 3, 2019

Yoast SEO is a fairly popular WordPress plugin. I've found the nginxconfig.io breaks the sitemaps on every install I've done.

In /etc/nginx/nginxconfig.io/wordpress.conf we could add

# WordPress SEO
location = /wp-content/plugins/wordpress-seo/css/main-sitemap.xsl {}
location = /wp-content/plugins/wordpress-seo-premium/css/main-sitemap.xsl {}

Above the # WordPress: line

october
monica
keunes
keunes commented Oct 28, 2019

I use the 'nick name' field to enter people's 'calling name' (roepnaam, in Dutch) - how we call ppl in daily life. That's also the name by which I'd like to display & sort contacts.

Therefore, I'd like to suggest a new name pattern: <Nickname> (<First name> <Last name>), which would resort to <First name> <Last name> if there is no nickname.

jwt-auth
jampack
jampack commented Apr 30, 2019

The quick start guide for version 1.0.0 suggests in the AuthController to apply the 'auth:api' middleware in the constructor in this manner:

public function __construct(){
        $this->middleware('auth:api', ['except' => ['login']]);
}

that means this route: Route::post('refresh', 'AuthController@refresh'); and this method:

public function refresh(){
        return $this-
lonix1
lonix1 commented Mar 30, 2020

I know of the default document feature, but unless I'm misunderstanding it, those docs are sent all the time. Is there a way to send specific default docs only for specific transactions?

For example, for quotations, I'd like to send a prospectus of my work, pamphlets, etc.

But for invoices, I'd like to send different default docs: banking details, payment terms, etc.

And for payment confi

luceos
luceos commented Nov 15, 2019

Feature Request

Is your feature request related to a problem? Please describe.
When reaching a certain scale in users following discussions, the sync driver can cause xhr calls to time out.

Describe the solution you'd like

We should calculate the number of notifications sent each hour, using the related Model. Once the count reaches a specific threshold we will show a widget

Pikseli
Pikseli commented Mar 19, 2020

Ability to use conversion file namers in v8 was a great addition! Thank you!

However, responsive file names don't respect the format defined in the custom implementation of ConversionFileNamer.

I think responsive images should either follow that format or there should also be ResponsiveImagesFileNamer allowing custom file names for responsive images too.

Any thoughs?

Created by Taylor Otwell

Released June 2011

Organization
laravel
Website
laravel.com
Wikipedia
Wikipedia

Related Topics

framework php
You can’t perform that action at this time.