πŸš€Β A quickstart generator for Laravel projects

Overview

πŸš€ Initializer for Laravel

Initializer for Laravel takes a visual, approach to setting up a new Laravel project. Fill out the form, choose the components you like and hit the red "Generate" button at the bottom to download a zip archive containing your fresh application. Once you've extracted the archive, execute ./initialize in your terminal and the script will install all components into your application.

Features

  • Overview of all first-party and directly related components of the Laravel ecosystem
  • Sharable links to re-use your current configuration for your next project
  • Automatic installation - no need to manually execute e.g. php artisan scout:install

Contributing

This project is developed using Laravel Sail. After you installed all dependencies, the site should be running on http://localhost:8000. Use vendor/bin/sail npm run watch to compile the frontend assets and vendor/bin/sail artisan initializer:update-template to quickly download the latest version of default laravel/laravel application into your storage.

A devcontainer.json configuration is prepared, so you can easily contribute through a GitHub code space or develop inside a container using VS Code. In this case a lot of the setup process is automated for you. If you want better auto-completion or auto-imports, follow the the intelephense extension quick start guide.

Supporting

If you like supporting the project, consider sponsoring, as hosting websites costs money.

Alternatively you could also register for DigitalOcean using the link below. Everyone signing up trough that link gets 100$ in platform credit to play around with for 60 days. If you decide to spend 25$ on DigitalOcean, I get 25$ in platform credit, which is enough to host the site for 5 months.

DigitalOcean Referral Badge

Comments
  • Server error on clicking generate

    Server error on clicking generate

    The settings below generate a server error;

    https://laravel.initializer.dev/?preset&vendor=fladderen&php=8.0&starter=breeze&database=mysql&flysystem-cached=flysystem-cached&cache=redis&queue=redis&cashier=mollie&uses-horizon&uses-telescope&uses-mailhog

    Created with the share button. Little side note; the share button does not include the app name and needs to be manually added.

    Update; When I select none in the Payment & Billing section instead of Mollie the zip is created.

    bug 
    opened by fladderen 6
  • $ ./initialize - Error in Git Bash (MINWG64)

    $ ./initialize - Error in Git Bash (MINWG64)

    @NiclasvanEyk Hi Niclas, I wanted to try your Laravel Initializer and proceeded as per the instructions. (Really like the concept btw !) However, I'm having a problem getting the complete initialization script to continue in my Bash terminal. I followed your instruction note at the end of the Initializer page where the project is downloaded. Unzipped the file into the project folder on C:\Docker-Projects\adpc-laravel-project and opened the bash terminal inside the project folder.

    Here is the output data from my terminal ` andre@Andre-Lenovo MINGW64 /c/Docker-Projects/adpc-laravel-project $ ./initialize

    ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ┃ πŸš€ Initializer for Laravel ┃ ┃ This script will complete the rest of the setup needed to install the ┃ chosen components into your fresh application. This might require ┃ downloading Docker containers or requiring packages via composer ┃ multiple times, so it can take a while to complete. ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

    Press any key to continue ` So, the script starts, and after hitting enter to continue it throws an error from the daemon about an "absolute path" required.

    `Press any key to continue

    ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ┃ πŸš€ Install dependencies and set up Laravel Sail ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

    Running initial installation inside 'initializerforlaravel/sail-php-8.1:latest' docker: Error response from daemon: the working directory 'C:/Program Files/Git/opt' is invalid, it needs to be an absolute path. See 'docker run --help'.

    ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ┃ πŸ’₯ It looks like something went wrong! ┃ ┃ Feel free to open an issue on GitHub by clicking on the link below. ┃ ┃ Make sure to include helpful information such as: ┃ - the error output above ┃ - the configuration chosen before downloading the archive ┃ - your local environment (operating system, etc.) ┃ - other information that seems relevant to you ┃ ┃ https://github.com/NiclasvanEyk/initializer-for-laravel/issues/new ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

    andre@Andre-Lenovo MINGW64 /c/Docker-Projects/adpc-laravel-project $ ` I tried to find more information on the error:

    I went to try and find a solution, but the double-slash ".//initializer" does not work either. Please advise. But neither of the proposals work in my case.

    My Laravel Initializer Config Link

    My system: Win 10 Pro 64 - Version (Build): 21H2 (10.0.19044) WSL2 on Ubuntu 20.04 Docker Desktop 4.8.2.0

    Your guidance is appreciated. Thanks.

    opened by Andre-ADPC 5
  • Bump league/flysystem from 1.1.3 to 1.1.4

    Bump league/flysystem from 1.1.3 to 1.1.4

    Bumps league/flysystem from 1.1.3 to 1.1.4.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 5
  • Composer could not find a composer.json file in /opt

    Composer could not find a composer.json file in /opt

    Hi there!

    I've tried to initialize a Laravel project with the initializer running sh .\initialize but when I run the script the bash shouts me this:

    Running initial installation inside 'initializerforlaravel/sail-php-8.1:latest'
    Composer could not find a composer.json file in /opt
    To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage      
    

    I'm working with Windows 10 Pro, Intel Core i5-4570 x64 and a 8GB RAM.

    My setup for the initializer was:

    • PHP Version: 8.1
    • Starter Kit: Jetstream Inertia (no team)
    • Auth: Sanctum
    • Database: MySQL
    • Cache: Memcached
    • Mail: Mailgun
    • Broadcasting: Soketi
    • Search: MeiliSearch
    • Development Tools: Telescope & Envoy
    • Testing: Pest

    Thanks for the help!

    opened by OrxataGuy 4
  • Jetstream install error

    Jetstream install error

    Describe The Bug A clear and concise description of what the bug is.

    Chosen Packages & Configuration

    1. Laravel JetStream
    2. Mysql Database
    3. Sanctum, Passport, [Socialize]
    4. SFTP, AWS S3
    5. Cache: Redis
    6. Queue: Redis
    7. Broadcasting :Pusher
    8. Search : MeiliSearch
    9. Development Tools : Envoy
    10. Testing : Dusk Command Line Output ./vendor/bin/sail artisan jetstream:install --teams livewire

    ErrorException

    copy(/var/www/html/config/jetstream.php): Failed to open stream: Permission denied

    at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:319 315β–• * @return bool 316β–• / 317β–• public function copy($path, $target) 318β–• { ➜ 319β–• return copy($path, $target); 320β–• } 321β–• 322β–• /* 323β–• * Create a symlink to the target file or directory. On Windows, a hard link is created if the target is a file.

      +29 vendor frames 
    

    30 artisan:37 Illuminate\Foundation\Console\Kernel::handle()

    bug ./initialize 
    opened by kursadaltanmed 3
  • Bump laravel/sail from 1.13.1 to 1.13.2

    Bump laravel/sail from 1.13.1 to 1.13.2

    Bumps laravel/sail from 1.13.1 to 1.13.2.

    Release notes

    Sourced from laravel/sail's releases.

    v1.13.2

    Fixed

    • Fix a typo in the "phpunit" command (#329)
    Changelog

    Sourced from laravel/sail's changelog.

    v1.13.2 - 2022-02-08

    Fixed

    • Fix a typo in the "phpunit" command (#329)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 3
  • Bump postcss from 8.4.14 to 8.4.18

    Bump postcss from 8.4.14 to 8.4.18

    Bumps postcss from 8.4.14 to 8.4.18.

    Release notes

    Sourced from postcss's releases.

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

    8.4.17

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Changelog

    Sourced from postcss's changelog.

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

    8.4.17

    • Fixed Node.before() unexpected behavior (by Romain Menke).
    • Added TOC to docs (by Mikhail Dedov).

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • Bump sentry/sentry-laravel from 2.12.0 to 3.0.1

    Bump sentry/sentry-laravel from 2.12.0 to 3.0.1

    Bumps sentry/sentry-laravel from 2.12.0 to 3.0.1.

    Release notes

    Sourced from sentry/sentry-laravel's releases.

    3.0.1

    • Remove incorrect checks if performance tracing should be enabled and rely on the transaction sampling decision instead (#600)
    • Fix SENTRY_RELEASE .env variable not working when using config caching (#603)

    3.0.0

    New features

    • We are now creating more spans to give you better insights into the performance of your application
      • Add a http.client span. This span indicates the time that is spent when using the Laravel HTTP client (#585)
      • Add a http.route span. This span indicates the time that is spent inside a controller method or route closure (#593)
      • Add a db.transaction span. This span indicates the time that is spent inside a database transaction (#594)
    • Add support for Dynamic Sampling
      • Add support for Dynamic Sampling (#572)

    Breaking changes

    • Laravel Lumen is no longer supported
      • Drop support for Laravel Lumen (#579)
    • Laravel versions 5.0 - 5.8 are no longer supported
      • Drop support for Laravel 5.x (#581)
    • Remove Sentry\Integration::extractNameForRoute(), it's alternative Sentry\Integration::extractNameAndSourceForRoute() is marked as @internal (#580)
    • Remove internal Sentry\Integration::currentTracingSpan(), use SentrySdk::getCurrentHub()->getSpan() if you were using this internal method (#592)

    Other changes

    • Set the tracing transaction name on the Illuminate\Routing\Events\RouteMatched instead of at the end of the request (#580)
    • Remove extracting route name or controller for transaction names (#583). This unifies the transaction names to a more concise format.
    • Simplify Sentry meta tag retrieval, by adding Sentry\Laravel\Integration::sentryMeta() (#586)
    • Fix tracing with nested queue jobs (mostly when running jobs in the sync driver) (#592)

    2.14.2

    • Fix extracting command input resulting in errors when calling Artisan commands programatically with null as an argument value (#589)

    2.14.1

    • Fix not setting the correct SDK ID and version when running the sentry:test command (#582)

    2.14.0

    • Fix not listening to queue events because QueueManager is registered as queue in the container and not by it's class name (#568)
    • Fix status code not populated on transaction if response did not inherit from Illuminate\Http\Response like Illuminate\Http\JsonResponse (#573)
    • Align Span Operations with new spec (#574)
    • Fix broken SetRequestMiddleware on Laravel < 6.0 (#575)
    • Also extract the authenticated user email and username attributes if available (#577)

    2.13.0

    • Only catch BindingResolutionException when trying to get the PSR-7 request object from the container

    2.12.1

    • Fix incorrect release and environment values when using the sentry:test command
    Changelog

    Sourced from sentry/sentry-laravel's changelog.

    3.0.1

    • Remove incorrect checks if performance tracing should be enabled and rely on the transaction sampling decision instead (#600)
    • Fix SENTRY_RELEASE .env variable not working when using config caching (#603)

    3.0.0

    New features

    • We are now creating more spans to give you better insights into the performance of your application
      • Add a http.client span. This span indicates the time that is spent when using the Laravel HTTP client (#585)
      • Add a http.route span. This span indicates the time that is spent inside a controller method or route closure (#593)
      • Add a db.transaction span. This span indicates the time that is spent inside a database transaction (#594)
    • Add support for Dynamic Sampling, allowing developers to set a server-side sampling rate without the need to re-deploy their applications
      • Add support for Dynamic Sampling (#572)

    Breaking changes

    • Laravel Lumen is no longer supported
      • Drop support for Laravel Lumen (#579)
    • Laravel versions 5.0 - 5.8 are no longer supported
      • Drop support for Laravel 5.x (#581)
    • Remove Sentry\Integration::extractNameForRoute(), it's alternative Sentry\Integration::extractNameAndSourceForRoute() is marked as @internal (#580)
    • Remove internal Sentry\Integration::currentTracingSpan(), use SentrySdk::getCurrentHub()->getSpan() if you were using this internal method (#592)

    Other changes

    • Set the tracing transaction name on the Illuminate\Routing\Events\RouteMatched instead of at the end of the request (#580)
    • Remove extracting route name or controller for transaction names (#583). This unifies the transaction names to a more concise format.
    • Simplify Sentry meta tag retrieval, by adding Sentry\Laravel\Integration::sentryMeta() (#586)
    • Fix tracing with nested queue jobs (mostly when running jobs in the sync driver) (#592)

    2.14.2

    • Fix extracting command input resulting in errors when calling Artisan commands programatically with null as an argument value (#589)

    2.14.1

    • Fix not setting the correct SDK ID and version when running the sentry:test command (#582)
    • Transaction names now only show the parameterized URL (/some/{route}) instead of the route name or controller class (#583)

    2.14.0

    • Fix not listening to queue events because QueueManager is registered as queue in the container and not by it's class name (#568)
    • Fix status code not populated on transaction if response did not inherit from Illuminate\Http\Response like Illuminate\Http\JsonResponse (#573)
    • Align Span Operations with new spec (#574)
    • Fix broken SetRequestMiddleware on Laravel < 6.0 (#575)
    • Also extract the authenticated user email and username attributes if available (#577)

    2.13.0

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 2
  • Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5

    Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5

    Bumps guzzlehttp/guzzle from 7.4.1 to 7.4.5.

    Release notes

    Sourced from guzzlehttp/guzzle's releases.

    Release 7.4.5

    See change log for changes.

    Release 7.4.4

    See change log for changes.

    Release 7.4.3

    See change log for changes.

    Release 7.4.2

    See change log for changes.

    Changelog

    Sourced from guzzlehttp/guzzle's changelog.

    7.4.5 - 2022-06-20

    • Fix change in port should be considered a change in origin
    • Fix CURLOPT_HTTPAUTH option not cleared on change of origin

    7.4.4 - 2022-06-09

    • Fix failure to strip Authorization header on HTTP downgrade
    • Fix failure to strip the Cookie header on change in host or HTTP downgrade

    7.4.3 - 2022-05-25

    • Fix cross-domain cookie leakage

    7.4.2 - 2022-03-20

    Fixed

    • Remove curl auth on cross-domain redirects to align with the Authorization HTTP header
    • Reject non-HTTP schemes in StreamHandler
    • Set a default ssl.peer_name context in StreamHandler to allow force_ip_resolve
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies php 
    opened by dependabot[bot] 2
  • Bump guzzlehttp/guzzle from 7.4.1 to 7.4.4

    Bump guzzlehttp/guzzle from 7.4.1 to 7.4.4

    Bumps guzzlehttp/guzzle from 7.4.1 to 7.4.4.

    Release notes

    Sourced from guzzlehttp/guzzle's releases.

    Release 7.4.4

    See change log for changes.

    Release 7.4.3

    See change log for changes.

    Release 7.4.2

    See change log for changes.

    Changelog

    Sourced from guzzlehttp/guzzle's changelog.

    7.4.4 - 2022-06-09

    • Fix failure to strip Authorization header on HTTP downgrade
    • Fix failure to strip the Cookie header on change in host or HTTP downgrade

    7.4.3 - 2022-05-25

    • Fix cross-domain cookie leakage

    7.4.2 - 2022-03-20

    Fixed

    • Remove curl auth on cross-domain redirects to align with the Authorization HTTP header
    • Reject non-HTTP schemes in StreamHandler
    • Set a default ssl.peer_name context in StreamHandler to allow force_ip_resolve
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies php 
    opened by dependabot[bot] 2
  • Bump guzzlehttp/guzzle from 7.4.1 to 7.4.3

    Bump guzzlehttp/guzzle from 7.4.1 to 7.4.3

    Bumps guzzlehttp/guzzle from 7.4.1 to 7.4.3.

    Release notes

    Sourced from guzzlehttp/guzzle's releases.

    Release 7.4.3

    See change log for changes.

    Release 7.4.2

    See change log for changes.

    Changelog

    Sourced from guzzlehttp/guzzle's changelog.

    7.4.3 - 2022-05-25

    • Fix cross-domain cookie leakage

    7.4.2 - 2022-03-20

    Fixed

    • Remove curl auth on cross-domain redirects to align with the Authorization HTTP header
    • Reject non-HTTP schemes in StreamHandler
    • Set a default ssl.peer_name context in StreamHandler to allow force_ip_resolve
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies php 
    opened by dependabot[bot] 2
  • Bump json5 from 1.0.1 to 1.0.2

    Bump json5 from 1.0.1 to 1.0.2

    Bumps json5 from 1.0.1 to 1.0.2.

    Release notes

    Sourced from json5's releases.

    v1.0.2

    • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). This has been backported to v1. (#298)
    Changelog

    Sourced from json5's changelog.

    Unreleased [code, diff]

    v2.2.3 [code, diff]

    v2.2.2 [code, diff]

    • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

    v2.2.1 [code, diff]

    • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)

    v2.2.0 [code, diff]

    • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

    v2.1.3 [code, diff]

    • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

    v2.1.2 [code, diff]

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies javascript 
    opened by dependabot[bot] 0
  • Bump laravel/framework from 9.38.0 to 9.45.1

    Bump laravel/framework from 9.38.0 to 9.45.1

    Bumps laravel/framework from 9.38.0 to 9.45.1.

    Release notes

    Sourced from laravel/framework's releases.

    v9.45.1

    Revert

    • Revert "fix single line @​php statements to not be parsed as php blocks" (#45389)

    Changed

    • Load schema to in memory database (#45375)

    v9.45.0

    Added

    • Allows the registration of custom, root-level anonymous component search paths. (#45338, 1ff0379)
    • Added decimal validation rule (#45356, e89b2b0)
    • Added align property to button mail component (#45362)
    • Added whereUlid(param) support for routing (#45372)

    Fixed

    • Fixed single line @​php statements to not be parsed as php blocks in BladeCompiler (#45333)
    • Added missing code to set locale from model preferred locale in Maillable (#45308)

    Changed

    • Vite: ability to prevent preload tag generation from attribute resolver callback (#45283)
    • Deprecation Test Improvements (#45317)
    • Do not allow nested arrays in whereIn method (140c3a8)
    • Bump ramsey/uuid (#45367)

    v9.44.0

    Added

    • Added Illuminate/Auth/GuardHelpers::forgetUser() (#45208)
    • Added sort option for schedule:list (#45198)
    • Added ascii and ulid validation rules (#45218)
    • Http client - allow to provide closure as "throwif" condition (#45251)
    • Support '/' as a possible column name in database (#45268)
    • Added Granular notifications queue connections (#45264)
    • Add support for native rename/drop column commands (#45258)
    • Add $encoding parameter to substr method (#45300)
    • Use Macroable in Session facade (#45310)

    Fixed

    • Fixed aliasing with cursor pagination (#45188)
    • Fixed email verification request (#45227)
    • Return 500 http error, instead of 200, when dotenv fails to load (#45235)
    • Fixed bug on Job Batchs Table (#45263)
    • Fixed schedule:list crash when call() is given class-string (#45306)
    • Fixed Lack of Memory when failing a job with wrong variable passed on the method fail() (#45291)
    • Fixed errors occurring when encrypted cookies has been tampered with (#45313)
    • bug fix, change array_merge to array_replace to prevent reindex (#45309)

    Changed

    • Allow BusFake to use custom BusRepository (#45202)
    • Improved error logging for unmatched routes and route not found (#45206)

    ... (truncated)

    Changelog

    Sourced from laravel/framework's changelog.

    v9.45.1 - 2022-12-21

    Revert

    • Revert "fix single line @​php statements to not be parsed as php blocks" (#45389)

    Changed

    • Load schema to in memory database (#45375)

    v9.45.0 - 2022-12-20

    Added

    • Allows the registration of custom, root-level anonymous component search paths. (#45338, 1ff0379)
    • Added decimal validation rule (#45356, e89b2b0)
    • Added align property to button mail component (#45362)
    • Added whereUlid(param) support for routing (#45372)

    Fixed

    • Fixed single line @​php statements to not be parsed as php blocks in BladeCompiler (#45333)
    • Added missing code to set locale from model preferred locale in Maillable (#45308)

    Changed

    • Vite: ability to prevent preload tag generation from attribute resolver callback (#45283)
    • Deprecation Test Improvements (#45317)
    • Do not allow nested arrays in whereIn method (140c3a8)
    • Bump ramsey/uuid (#45367)

    v9.44.0 - 2022-12-15

    Added

    • Added Illuminate/Auth/GuardHelpers::forgetUser() (#45208)
    • Added sort option for schedule:list (#45198)
    • Added ascii and ulid validation rules (#45218)
    • Http client - allow to provide closure as "throwif" condition (#45251)
    • Support '/' as a possible column name in database (#45268)
    • Added Granular notifications queue connections (#45264)
    • Add support for native rename/drop column commands (#45258)
    • Add $encoding parameter to substr method (#45300)
    • Use Macroable in Session facade (#45310)

    Fixed

    • Fixed aliasing with cursor pagination (#45188)
    • Fixed email verification request (#45227)
    • Return 500 http error, instead of 200, when dotenv fails to load (#45235)
    • Fixed bug on Job Batchs Table (#45263)
    • Fixed schedule:list crash when call() is given class-string (#45306)
    • Fixed Lack of Memory when failing a job with wrong variable passed on the method fail() (#45291)
    • Fixed errors occurring when encrypted cookies has been tampered with (#45313)
    • bug fix, change array_merge to array_replace to prevent reindex (#45309)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 0
  • Bump nunomaduro/larastan from 2.2.7 to 2.3.3

    Bump nunomaduro/larastan from 2.2.7 to 2.3.3

    Bumps nunomaduro/larastan from 2.2.7 to 2.3.3.

    Release notes

    Sourced from nunomaduro/larastan's releases.

    2.3.3

    What's Changed?

    Fixed

    Full Changelog: https://github.com/nunomaduro/larastan/compare/2.3.2...2.3.3

    2.3.2

    What's Changed

    Fixed

    Full Changelog: https://github.com/nunomaduro/larastan/compare/2.3.1...2.3.2

    2.3.1

    What's Changed

    New Contributors

    Full Changelog: https://github.com/nunomaduro/larastan/compare/2.3.0...2.3.1

    2.3.0

    What's Changed

    Added

    Fixed

    Internal

    ... (truncated)

    Commits
    • 8558ec3 fix: correct generic static return type for Collection methods
    • f5103aa fix: keep original type in collect function in some cases (#1495)
    • d304b77 fix: make, makeWith and resolve methods not resolving to correct type o...
    • 7751e4b fix: use DIRECTORY_SEPARATOR
    • b09aee1 fix: use concrete class for View
    • 2217d07 Fix for issue #1487 (#1488)
    • f4ffec0 fix: handle enum db columns correctly
    • 2e4317c fix: remove duplicate rule
    • 8343ce5 feat(docs): add docs for UnusedViewsRule
    • 40c8124 fix: replace instanceof ObjectType with TypeWithClassName
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 0
  • Bump postcss from 8.4.14 to 8.4.20

    Bump postcss from 8.4.14 to 8.4.20

    Bumps postcss from 8.4.14 to 8.4.20.

    Release notes

    Sourced from postcss's releases.

    8.4.20

    • Fixed source map generation for childless at-rules like @layer.

    8.4.19

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

    8.4.17

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Changelog

    Sourced from postcss's changelog.

    8.4.20

    • Fixed source map generation for childless at-rules like @layer.

    8.4.19

    • Fixed whitespace preserving after AST transformations (by Romain Menke).

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

    8.4.17

    • Fixed Node.before() unexpected behavior (by Romain Menke).
    • Added TOC to docs (by Mikhail Dedov).

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 0
  • Bump shivammathur/setup-php from 2.22.0 to 2.23.0

    Bump shivammathur/setup-php from 2.22.0 to 2.23.0

    Bumps shivammathur/setup-php from 2.22.0 to 2.23.0.

    Release notes

    Sourced from shivammathur/setup-php's releases.

    2.23.0

    Support Ukraine


    • Added support for nightly builds of PHP 8.3. Note: Specifying nightly as the php-version now will set up PHP 8.3.
    - name: Setup PHP
      uses: shivammathur/setup-php@v2
      with:
        php-version: '8.3'
    
    • PHP 8.2 is now stable on setup-php. #673 Notes:
      • Specifying latest or 8.x as the php-version now will set up PHP 8.2.
      • Except ubuntu-22.04, all GitHub runners now have PHP 8.2 as the default version.
    - name: Setup PHP
      uses: shivammathur/setup-php@v2
      with:
        php-version: '8.2'
    
    • Added support for thread-safe builds of PHP on Linux. #651
    - name: Setup PHP
      uses: shivammathur/setup-php@v2
      with:
        php-version: '8.2'
      env:
        phpts: ts
    

    ... (truncated)

    Commits
    • 8e2ac35 Update README
    • a1e6789 Improve Get-PhalconReleaseAssetUrl
    • 9114b00 Restore stability workaround for PHP 8.1 on Windows
    • cb0c293 Fix typo in blackfire regex on Windows
    • 387ec95 Improve fetching phalcon release url on Windows
    • 3514d30 Allow major.minor protoc versions
    • e186e47 Bump version to 2.23.0
    • e51e662 Add support to install extensions from shivammathur/php-extensions-windows
    • 5afd8a1 Fix error in darwin.sh while updating dependencies
    • 1a42045 Use ls-remote to get default branch
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • Bump @tailwindcss/typography from 0.5.2 to 0.5.8

    Bump @tailwindcss/typography from 0.5.2 to 0.5.8

    Bumps @tailwindcss/typography from 0.5.2 to 0.5.8.

    Release notes

    Sourced from @​tailwindcss/typography's releases.

    v0.5.8

    Fixed

    • Fix selector when using a non-default class (e.g. prose-sm) (#289)

    v0.5.7

    Fixed

    • Update TypeScript types (#284)

    v0.5.6

    v0.5.5

    Added

    • Add typescript types (#283)

    v0.5.4

    Fixed

    • Update strong and code color styles to inherit from parent (#276)

    v0.5.3

    Added

    • Add styles for tfoot elements (#243)
    • Add prose-h5 and prose-h6 variants (#273)

    Fixed

    • Fix prose elements legacy mode (#259)
    • Allow lead class to override element styles (#260)
    • Fix generation of prose-headings variant (#264)
    • Fix figure spacing (#267)
    • Fix child combinator :where selectors (#268)
    • Fix prose-headings variant to include h5 and h6 elements (#273)
    Changelog

    Sourced from @​tailwindcss/typography's changelog.

    [0.5.8] - 2022-11-07

    Fixed

    • Fix selector when using a non-default class (e.g. prose-sm) (#289)

    [0.5.7] - 2022-09-02

    Fixed

    • Update TypeScript types (#284)

    [0.5.6] - 2022-09-01

    [0.5.5] - 2022-09-01

    Added

    • Add typescript types (#283)

    [0.5.4] - 2022-07-12

    Fixed

    • Update strong and code color styles to inherit from parent (#276)

    [0.5.3] - 2022-07-07

    Added

    • Add styles for tfoot elements (#243)
    • Add prose-h5 and prose-h6 variants (#273)

    Fixed

    • Fix prose elements legacy mode (#259)
    • Allow lead class to override element styles (#260)
    • Fix generation of prose-headings variant (#264)
    • Fix figure spacing (#267)
    • Fix child combinator :where selectors (#268)
    • Fix prose-headings variant to include h5 and h6 elements (#273)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 0
Owner
Niclas van Eyk
Full Stack Development and Developer Tooling πŸ› οΈ
Niclas van Eyk
Project skeleton generator for Laravel & Lumen projects

Skeletor Skeletor is a PHP based CLI tool that has been built to take away the pain of setting up a base project skeleton for Laravel & Lumen projects

Wouter 39 Oct 4, 2022
Laravel CRUD Generator This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.

Laravel CRUD Generator This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless develop

AppzCoder 1.3k Jan 2, 2023
Initial template to start your awesome Laravel, Tailwind and Vue projects

Features Laravel 8.* Tailwind 2.1 Ready and Loaded @tailwindcss/typography @tailwindcss/forms Dark mode ready All variants enabled by default Vue 2, V

Marc Garcia Torrent 19 Jul 19, 2022
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.

Laravel-Open-Source-Projects A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework. This repository includes a compr

Goodness Toluwanimi Kayode 833 Dec 26, 2022
A web based UI for browsing the projects being served by Laravel Valet.

?? Valet Launchpad A web based UI for browsing the projects being served by Laravel Valet. Built on Laravel (with TailwindCSS & Alpine.JS), this small

George Buckingham 20 Dec 14, 2022
An Starter Kit For Laravel Projects.

Laravel Starter Kit An Starter Kit For Laravel Projects. Installation 1-Install the package via composer: composer require xmen/starter-kit --with-al

4xmen 16 Jun 15, 2023
Basic Crud Generator (With Code Files, like GII (YII2)) Using Laravel, Livewire and Tailwind CSS

LiveCrud Live Crud Generator. This package generates Basic Crud with Livewire. Features Generate Complete Crud With Livewire Component and Blade Files

Ritesh Singh 28 Oct 12, 2022
Laravel CRUD Generator, Make a Web Application Just In Minutes, Even With Less Code and fewer Steps !

?? CRUDBOOSTER - Laravel CRUD Generator Laravel CRUD Generator, Make a Web Application Just In Minutes, Even With Less Code and fewer Steps ! About CR

Crocodic Studio 1.7k Jan 8, 2023
Laravel static site/blog generator with markdown support.

Katana static site & blog generator PHP static site & blog generator with markdown support. Using the power of laravel's Blade templating engine. Kata

Mohamed Said 380 Sep 3, 2022
OfficeLife manages everything employees do in a company. From projects to holidays to 1 on 1s to ... πŸš€

All-in-one software to manage the employee lifecycle Website β€’ Docs β€’ Demo What is OfficeLife If a company wants to have a complete 360 view of what’s

OfficeLife 628 Dec 30, 2022
Scaffolding to add some Mojo to your Drupal projects.

mojo-drupal-scaffold Scaffolding to add some Mojo to your Drupal projects. This package adds scaffolding files for your Drupal project by integrating

Bluehorn Digital 5 Mar 15, 2022
A skeleton WordPress project to be used as a base for new WordPress projects.

BoxUK WordPress Project Skeleton A base WordPress project from Box UK to get you up and running quickly. Installation Create a new project with compos

Box UK 33 Dec 14, 2022
This repository is pre-configured, clean and empty skeleton for creating a new projects using Kraken Framework.

Kraken Application Skeleton Note: This repository contains pre-configured application skeleton for fast creation of new projects with Kraken Framework

Kraken 79 Aug 6, 2022
Easily start new projects using FukigenMedia's starterpack.

Fukigen Filament Starterpack Easily start new projects using FukigenMedia's starterpack. Usually, many of us are confused about where to start a new p

Fukigen Media 8 Oct 9, 2022
A prototype generator to quickly generate prototypes based on Neos nodetype definitions.

UpAssist.PrototypeGenerator What does this package do? This package lets you create scaffolding for prototypes for Neos using the commandline. Why did

UpAssist 6 Nov 8, 2021
A Laravel Starter Kit for Laravel. Built with Laravel 8.

Laravel Get Started Project Laravel Get Started Project is a basic crud app built with laravel 8. In this app a basic product crud created. Features i

Nazmul Hasan Robin 8 Nov 24, 2022
LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.

LaraAdmin 1.0 LaraAdmin is a Open source CRM for quick-start Admin based applications with features like Advanced CRUD Generation, Schema Manager and

Dwij IT Solutions 1.5k Dec 29, 2022
The Laravel Boilerplate Project - https://laravel-boilerplate.com

Laravel Boilerplate (Current: Laravel 8.*) (Demo) Demo Credentials Admin: [email protected] Password: secret User: [email protected] Password: secret Offici

Anthony Rappa 5.4k Jan 4, 2023
A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0

AdminLTE template Laravel package A Laravel package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0 and

Sergi Tur Badenas 1.8k Jan 3, 2023