Laravel
Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 18,277 public repositories matching this topic...
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
Hi,
I have jobs running in a queue and I need to find out which functions/queries might need optimisation. Is there a way to measure time at various points in a job and have that logged or reported somewhere?
Having an issue cropping and image with negative offset looked at the docs for imagick and looks like to crop image with negative offset we need to use extentImage instead of cropImage in CropCommand.php
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
// ..
* @return self
* @static
*/
public static function when()
{
}
Instead of * @return mixed
New name pattern
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.
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-
-
Updated
Apr 3, 2020 - PHP
-
Updated
Mar 14, 2020 - PHP
-
Updated
Feb 4, 2020 - JavaScript
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
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
use static analyzer
Use static analyzer
Variants:
https://github.com/phpstan/phpstan
https://github.com/vimeo/psalm
it's annoying having to use the mouse to click in the title input to then type! This should be a general feature across all 'new' forms
-
Updated
Mar 31, 2020 - PHP
E.g.:
$router->get('/users/forgot_password', 'UserController@forgotPassword');
or
$router->get('/users/forgot-password', 'UserController@forgotPassword');
or
$router->get('/users/forgotPassword', 'UserController@forgotPassword');
there's no clue in Resource Controllers doc, but I guess forgot-password seems to be the w
Hey all,
(The black line around the edge shows the edge of the paper/page)
- I have made custom page which doesn't exist, essentially 1/3 of A4 =
DLpaper size, however I overrode this,
See the example, I have us
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





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

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