Is there any way with a middleware or something to parse null values from URL everytime from string to null before they even come into the request for validation?
Hi,I am getting the above error yet the permissions seeder does exist.
I have also done compose dump auto-load but the error is still there:
This is laravel v8
pardeep92182020-09-21 13:49:12
Check seeder exists at the path
aleemont2020-09-21 13:53:18
Understand
Billa_Bongg2020-09-21 13:54:29
The seeder exists
Billa_Bongg2020-09-21 13:54:40
fadhiilrachman2020-09-21 13:54:50
Billa_Bongg2020-09-21 13:54:54
Or which other path should I be looking at
fadhiilrachman2020-09-21 13:55:00
Hi guys, anyone uses laravel queue for video processing? I want to ask why from the exception of every corrupt video processing, some have escaped and some don’t. I use ffmpeg library
inlogicstudio2020-09-21 15:14:49
Hi devs custom redirect after login is not working in laravel 8
Abd_Alrahman_Shammout2020-09-21 15:14:49
Hello guys how to fix cors error
In laravel with nuxt.js
And thanks
inlogicstudio2020-09-21 15:16:27
inlogicstudio2020-09-21 15:14:49
Hi devs custom redirect after login is not working in laravel 8
The path in config/fortify always override the function provided in routeserviceprovider to iterate over the user types
inlogicstudio2020-09-21 15:17:58
This is how am trying to redirect in laravel 8 after login and its not working this is the routeserviceprovider file
Siberfx2020-09-21 15:24:34
2020-09-21 13:41:22
hi every one. i want to store some photos for a product. i should use polymorphic and relationships in Laravel. did it but i do not know how should store photos name in images table. this table has this schema :
Schema::create(‘images’, function (Blueprint $table) {
$table->id(‘id’);
$table->text(‘file’);
$table->unsignedInteger(‘imageable_id’);
$table->string(‘imageable_type’);
$table->timestamps();
});
if you are going to store the images for only 1n1 relation dont use polymorphic. Use usual table.
abdu_curry2020-09-21 15:29:17
inlogicstudio2020-09-21 15:17:58
This is how am trying to redirect in laravel 8 after login and its not working this is the routeserviceprovider file
declare a redirectTo function on your login controller and remove redirectTo variable
hamidshariati_ir2020-09-21 16:25:01
anyone can deploy laravel with docker-compose in production?
inlogicstudio2020-09-21 16:32:15
inlogicstudio2020-09-21 15:17:58
This is how am trying to redirect in laravel 8 after login and its not working this is the routeserviceprovider file
Why is it that people ignore request for help in this group
natghi20102020-09-21 17:15:01
inlogicstudio2020-09-21 16:32:15
Why is it that people ignore request for help in this group
Because you take pictures of your screen
2020-09-21 17:20:48
I’m looking for information about using laravel to creae an API rest
shaildark2020-09-21 17:42:23
Anyone used yajrabox?
Any other package for datatable in laravel
rajesh_kc62020-09-21 18:01:32
shaildark2020-09-21 17:42:23
Anyone used yajrabox?
Any other package for datatable in laravel
Yes, yajrabox is good alternate to use for datatables. It took me sometime to configure
2020-09-21 18:08:14
2020-09-21 13:41:22
hi every one. i want to store some photos for a product. i should use polymorphic and relationships in Laravel. did it but i do not know how should store photos name in images table. this table has this schema :
Schema::create(‘images’, function (Blueprint $table) {
$table->id(‘id’);
$table->text(‘file’);
$table->unsignedInteger(‘imageable_id’);
$table->string(‘imageable_type’);
$table->timestamps();
});
Use grtclientoriginalname
2020-09-21 18:08:28
getClientOriginalName
2020-09-21 18:08:58
When u r saving image to dB.
2020-09-21 18:10:57
shaildark2020-09-21 17:42:23
Anyone used yajrabox?
Any other package for datatable in laravel
If your project is small and has limited data, use direct cdn (client side method), else use server side using package yajra.
2020-09-21 18:14:41
guys need a help to decode php code
2020-09-21 18:14:53
https://pastebin.com/SYTntDdG here is the code
uluwa – Pastebin.com – Pastebin Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
shaildark2020-09-21 18:19:44
2020-09-21 18:10:57
If your project is small and has limited data, use direct cdn (client side method), else use server side using package yajra.
Like datatable method using jQuery
2020-09-21 18:29:22
2020-09-21 17:20:48
I’m looking for information about using laravel to creae an API rest
Laravel Tutorial – Building API, Testing it using Postman & Ajax – YouTube We will build API using Laravel from the beginning until the end with a brief of explanation on a whiteboard. and also we will test it using postman and Ajax.
hello guys
please someone knows how to solve erorr this
thanks
fusuf2020-09-21 18:39:36
2020-09-21 18:37:20
hello guys
please someone knows how to solve erorr this
thanks
its saying solution
2020-09-21 18:41:50
i register to form laravel
no recorded in database
Anu2020-09-21 18:57:41
check db connection in .env file
mynameisbrad2020-09-21 19:16:52
I’m making an API with laravel. Basically I’m having trouble with receiving an actual null when recieving data from the URL. Null comes as STRING. Is there any way with a middleware or something to parse null values from URL everytime from string to null before they even come into the request for validation?
stanmtete2020-09-21 19:30:48
Laravel come up with default database configuration registered in the env file called » “laravel” so if you need to create you’re on database then go to the phpMyAdmin if you’re using MYSQL then create database and register the name of you database in the env file eg. DB_DATABASE=museum
2020-09-21 19:35:27
stanmtete2020-09-21 19:30:48
Laravel come up with default database configuration registered in the env file called » “laravel” so if you need to create you’re on database then go to the phpMyAdmin if you’re using MYSQL then create database and register the name of you database in the env file eg. DB_DATABASE=museum
not should db name musem
any names in db name
stanmtete2020-09-21 19:37:40
2020-09-21 19:35:27
not should db name musem
any names in db name
of-course any name just museum was an example
2020-09-21 19:38:05
ya oki thanks
2020-09-21 19:38:35
but i cheeked to env file and try it
2020-09-21 19:38:52
no solved problem
stanmtete2020-09-21 19:41:34
have you tried to run » php artisan cache:clear
Anu2020-09-21 19:42:08
clear cache
iamnomana2020-09-21 19:42:37
Did you reran the project after editing the env file?
stanmtete2020-09-21 19:43:01
Anu2020-09-21 19:42:08
clear cache
in laravel 7 should be cache:clear
Pro2020-09-21 19:43:30
mynameisbrad2020-09-21 19:16:52
I’m making an API with laravel. Basically I’m having trouble with receiving an actual null when recieving data from the URL. Null comes as STRING. Is there any way with a middleware or something to parse null values from URL everytime from string to null before they even come into the request for validation?
i think with a middleware loop through the request data and when u find “null” set it to null 🤷🏿♂️🤷🏿♂️🤷🏿♂️
Anu2020-09-21 19:45:31
stanmtete2020-09-21 19:43:01
in laravel 7 should be cache:clear
ohh.. i meant to clear the cache
stanmtete2020-09-21 19:50:03
Anu2020-09-21 19:45:31
ohh.. i meant to clear the cache
ok fine
2020-09-21 19:51:01
php artisan cache:clear not solved problem
stanmtete2020-09-21 19:52:01
2020-09-21 19:51:01
php artisan cache:clear not solved problem
try » php artisan config:cache
2020-09-21 19:53:33
stanmtete2020-09-21 19:52:01
try » php artisan config:cache
thanks so done man solved
mynameisbrad2020-09-21 19:53:59
Pro2020-09-21 19:43:30
i think with a middleware loop through the request data and when u find “null” set it to null 🤷🏿♂️🤷🏿♂️🤷🏿♂️
Thanks man, thats what I thought as well. In my opinion there is no other better solution