Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.4] Storage fake and fake files. #18178

Merged
merged 5 commits into from
Mar 1, 2017
Merged

[5.4] Storage fake and fake files. #18178

merged 5 commits into from
Mar 1, 2017

Commits on Mar 1, 2017

  1. Storage fake and fake files.

    This allows you to fake a storage disk which replaces it with a local
    disk pointing into the storage/framework/testing directory. This also
    includes a way to generate “Fake” uploaded files, especially images, by
    doing: UploadedFile::fake()->image(‘name.jpg’, width, height)… you may
    also spoof the size of the image by doing ->size(300) where 300 is the
    number of kilobytes the file will report as its size.
    taylorotwell committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    b964d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff00231 View commit details
    Browse the repository at this point in the history
  3. simplify facade

    taylorotwell committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    ebd67e2 View commit details
    Browse the repository at this point in the history
  4. fix conflicts

    taylorotwell committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    3747898 View commit details
    Browse the repository at this point in the history
  5. make kb required

    taylorotwell committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    0ed74ed View commit details
    Browse the repository at this point in the history