LaravelPackage.com
LaravelPackage.com copied to clipboard
Documentation for LaravelPackage.com: Learn to create Laravel specific PHP packages from scratch, following this open documentation.
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
HTML allows links to be marked with `rel="next"` and `rel="prev"` and some browsers support shortcuts to activate these links: https://www.w3schools.com/tags/att_a_rel.asp Can you please add these attributes to the links at...
This documentation describes two ways of publishing migrations: as a complete directory of full migration scripts, or as named migration stubs. The main Laravel documentation, right up to v8, does...
When I was trying to create my first package, I have some problems figuring out how should use an authenticated user in the test case part, I think this PR...
Cant navigate around the website :/
Hi, Any good practice to share here? thank you
Since Laravel 8 doesn't have a default "assets" directory anymore, the section on publishing assets should be updated (https://laravelpackage.com/09-routing.html#assets).
The site is awesome. Thank you for building this. I was following the [Artisan Commands](https://laravelpackage.com/06-artisan-commands.html#creating-a-generator-command) page to build a Generator Command. Can you please elaborate the generator section? I did...
I woud like to add a section on using Vue components within a package. However, I don't know what the general consensus is whether this would be a good idea....