-
Can it be installed following regular laravel installation steps? or we have to follow some special steps like in this repo https://github.com/lowildlr10/pftms
-
If this package would add a composer command like https://github.com/localheinz/composer-normalize it would be super easy to use:
```
composer laravel-auto-discover
```
-
Laravel collections, which Bolt uses internally, are allow quite useful things like mapping, reducing, filtering, etc.
It will be nice if we add a `|collect` filter or something which converts a pa…
-
@joshmanders the current implementation of the asset lookup function in the storage driver defaults to the `image` resource type and does not provide an option to specify other resource types, such a…
-
I have been working on a side project where I have multiple JSON columns on a given model. You can see an example of that functionality in [the Laravel docs](https://laravel.com/docs/5.6/eloquent-muta…
-
I would like to save image in a directory from public folder in laravel 5.6. So, I used the code as documentation did like below.
```
$orginal_path = $request->file->store( 'cropped', 'public' );
…
-
This issue is fragmented because it constitutes too many items in the planning. Analysis of the issue and the new source code it will cover can be found in the first comment.
-
Hi, first of all thank you. I've been waiting to be able to run static analysis on my blade templates since a long time.
Unfortunately on my first try I get only a bunch of syntax errors such as:
…
-
Hi i got a project that uses tailwind and when i try to compile the classes using laravel-mix i get the following error:
> `@apply` cannot be used with `.` because `.` either cannot be found, or it…
p-rez updated
5 years ago
-
First thanks for your contribution to the community.
Would it be possible to add a dedicated "Tool Window (horizontal)" for the Laravel Plugin that shows the log files (single, daily, etc...) under…