how do i resolved that?
what i should to learn?
If it leads me to 404 does this mean the link is working?
{
try {
$collection = collect($params);
$logo = null;
if ($collection->has(‘logo’) && ($params[‘logo’] instanceof UploadedFile)) {
$logo = $this->uploadOne($params[‘logo’], ‘brands’);
}
$merge = $collection->merge(compact(‘logo’));
$brand = new Brand($merge->all());
$brand->save();
return $brand;
} catch (QueryException $exception) {
throw new InvalidArgumentException($exception->getMessage());
}
}
fopen(): Filename cannot be empty
dump($params[‘logo’]);

Try composer dump-autoload





Why I am getting route is not defended while I have the route defined when trying to store a form that has a pic
Why I am getting route is not defended while I have the route defined when trying to store a form that has a pic
Today at Laracon, Taylor announced Laravel 6 will be coming out in August and it will be version 6.0. With this release the framework will include new branding and a new website…
More info: https://laravel-news.com/laravel-v6-announcement
Today at Laracon, Taylor announced Laravel 6 will be coming out in August and it will be version 6.0
what i should to learn? rest ful?
Thank you so much .. It worked
Today at Laracon, Taylor announced Laravel 6 will be coming out in August and it will be version 6.0. With this release the framework will include new branding and a new website…
More info: https://laravel-news.com/laravel-v6-announcement
yea would be great…laravel vapour seems exciting
It’s not working

Because it’s not going to the edit function
Because it’s not going to the edit function
It means the route is not present…check what api route is being called
font-family: ‘Roboto’;
font-style: italic;
font-weight: 300;
src: local(‘Roboto Light Italic’), local(‘Roboto-LightItalic’), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: italic;
font-weight: 400;
src: local(‘Roboto Italic’), local(‘Roboto-Italic’), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: italic;
font-weight: 500;
src: local(‘Roboto Medium Italic’), local(‘Roboto-MediumItalic’), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: italic;
font-weight: 700;
src: local(‘Roboto Bold Italic’), local(‘Roboto-BoldItalic’), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: italic;
font-weight: 900;
src: local(‘Roboto #000 Italic’), local(‘Roboto-BlackItalic’), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: normal;
font-weight: 100;
src: local(‘Roboto Thin’), local(‘Roboto-Thin’), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: normal;
font-weight: 300;
src: local(‘Roboto Light’), local(‘Roboto-Light’), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: normal;
font-weight: 400;
src: local(‘Roboto’), local(‘Roboto-Regular’), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: normal;
font-weight: 500;
src: local(‘Roboto Medium’), local(‘Roboto-Medium’), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: normal;
font-weight: 700;
src: local(‘Roboto Bold’), local(‘Roboto-Bold’), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format(‘woff2’)
}
@font-face {
font-family: ‘Roboto’;
font-style: normal;
font-weight: 900;
src: local(‘Roboto Black’), local(‘Roboto-Black’), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format(‘woff2’)
}
Use route(‘PhotoEdit’, $id);
Then what
User need to fill all the forms and at the end need to save the data
Which is the best way to save the data on time of navigate between forms
SESSIONS?
Having the same error
try
route(‘PhotoEdit’, [‘photo’ => $value->id]);
Thanks alot
$dh = opendir($dir);
while (false !== ($filename = readdir($dh))) {
$files[] = $filename;
}
$images=preg_grep (‘/.jpg$/i’, $files);
Use laravel storage facadr
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
thank you brother