Download the PHP package bnhashem/file without Composer
On this page you can find all versions of the php package bnhashem/file. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bnhashem/file
More information about bnhashem/file
Files in bnhashem/file
Download bnhashem/file
More information about bnhashem/file
Files in bnhashem/file
Please rate this library. Is it a good library?
Informations about the package file
File CRUD In One Line
Installing File Package
The recommended way to install File Package is through Composer.
Storage Link
Creating Shourtcut of storage folder , you will found shortcut by following this path your-project/public
Updating your Provider Array
you should Go to config\app.php
, in Provider array you should put this Line:
Store File
Update File
In update Model function:
- If
$request->image
or$request->banner
is Equal null , that mean Nothing Will Not happen - If
$request->image
or$request->banner
is Not Equal null , that mean image or banner will removed from Database and Server and store New image that will comming From request
Destroy File
In destroy Model function: File will removed From Database and also will Removed from server.
How to get file
For Example if you upload photo , you will find it According to this path :
All versions of file with dependencies
PHP Build Version
Package Version
No informations.
The package bnhashem/file contains the following files
Loading the files please wait ....