← prev | next →
Gabby_Json 2020-05-01 01:44:34
Buh if I post a new content the error shows up
Gabby_Json 2020-05-01 01:45:55
Only if I update the user_id column in mysql that’s when it works
DesolatorMagno 2020-05-01 01:45:59
Did you put it in fillable?
Gabby_Json 2020-05-01 01:46:39
Nope
Gabby_Json 2020-05-01 02:19:57
DesolatorMagno 2020-05-01 01:45:59
Did you put it in fillable?
Gracias ramos
2020-05-01 03:31:34
Excuse me how to activate gmp extension on MAMP??
isofdev 2020-05-01 04:43:21
Hi,
I am new ,
And I want to learn Laravel Framework for api
isofdev 2020-05-01 04:43:54
I need some tutorials
DesolatorMagno 2020-05-01 04:53:33
You already know about : PHP, Api, Framework, composer and MVC?
isofdev 2020-05-01 04:55:43
DesolatorMagno 2020-05-01 04:53:33
You already know about : PHP, Api, Framework, composer and MVC?
Yeah
DesolatorMagno 2020-05-01 04:56:14
If you wish to work specific with Api you could read lumen, is api focused.
DesolatorMagno 2020-05-01 04:56:30
is like a mini Laravel for api.
isofdev 2020-05-01 05:12:43
DesolatorMagno 2020-05-01 04:56:14
If you wish to work specific with Api you could read lumen, is api focused.
I want to use Laravel in backend and Angular in front end
DesolatorMagno 2020-05-01 05:13:17
https://lumen.laravel.com/
Installation – Lumen – PHP Micro-Framework By Laravel –
LaravelLumen – The Stunningly Fast PHP Micro-Framework By Laravel
DesolatorMagno 2020-05-01 05:14:15
If you only wish to return data and work it with Angular, you can use Lumen.
isofdev 2020-05-01 05:16:11
DesolatorMagno 2020-05-01 05:13:17
https://lumen.laravel.com/
Very Interesting
giorbismiguel 2020-05-01 07:32:25
DesolatorMagno 2020-05-01 05:14:15
If you only wish to return data and work it with Angular, you can use Lumen.
Lumen is scalable?
giorbismiguel 2020-05-01 07:33:12
Are try to use with sanctum?
Sujay 2020-05-01 08:12:12
Dhana 2020-04-30 22:57:27
Thanks bro for reply… Where it will located Mail::send()…?
Mail has global namespace, so use with backslash
Mail::send()
Or add a use statement before your class declaration:
namespace AppHttpControllers;
use Mail; // <<<< class
MyController extends Controller {}
Another way is to use Mail facade
use IlluminateSupportFacadesMail;
parthpabari 2020-05-01 08:49:53
looking for developer ? hire developer with us from $5 per hour. dm for more information.
Ferimisp 2020-05-01 09:03:35

#ask. i have error width laravel sendgrid
2020-05-01 10:52:48
I done a Instagram clone project with laravel , so now I have 3 nav tags which navigate to different pages,
1- user profile,
2 add new post
3 home
How to set the route
Help me plz am a beginner
2020-05-01 10:53:29
2020-05-01 10:52:48
I done a Instagram clone project with laravel , so now I have 3 nav tags which navigate to different pages,
1- user profile,
2 add new post
3 home
How to set the route
Help me plz am a beginner

Gabby_Json 2020-05-01 11:19:44
2020-05-01 10:52:48
I done a Instagram clone project with laravel , so now I have 3 nav tags which navigate to different pages,
1- user profile,
2 add new post
3 home
How to set the route
Help me plz am a beginner
Have you created your controllers?
Gabby_Json 2020-05-01 11:27:07
If created >>
Routes folder > >
Web. Php >>
Route::get(‘/’, ‘PagesController@home’);
Route::get(‘/add-post ‘, ‘PagesController@addpost’);
Route::get(‘/userprofile’, ‘PagesController@userprofile’);
StupidTwat 2020-05-01 11:49:37
Michel Versiani 2020-04-30 23:47:54
Hey everybody! , I would like to know , if there ‘s some way of blocking the user to use the back button , on the browser
No but you can manipulate things when the back button is pressed. However not advised
2020-05-01 12:24:40
Gabby_Json 2020-05-01 11:19:44
Have you created your controllers?
Ys I have three more controllers
2020-05-01 12:51:26
Gabby_Json 2020-05-01 11:27:07
If created >>
Routes folder > >
Web. Php >>
Route::get(‘/’, ‘PagesController@home’);
Route::get(‘/add-post ‘, ‘PagesController@addpost’);
Route::get(‘/userprofile’, ‘PagesController@userprofile’);

2020-05-01 12:57:40
How can I fix this error?
2020-05-01 13:44:06
——ATENTION MUST READ———-
Please can anyone one link me to a tutorial on how to get all YouTube video in a channel, the one a follow and did is giving me error 400, please na beg I de beg o
skys215 2020-05-01 13:45:38
It’s not laravel’s problem
2020-05-01 14:08:00
I know
2020-05-01 14:08:38
It’s an api issue, but can still be applicable to laravel project, actually it’s a laravel project
Patricklab 2020-05-01 14:23:11
has anyone here worked with plesk desk before
skys215 2020-05-01 16:31:09
Sorry English group
2020-05-01 16:57:21
Hi example tuturial realtime chat with redis and socket. Io
mohittyagi99 2020-05-01 17:43:01
I have Question!
What to do here
I have Products, Categories, Brand Table
Should i create separate table for Meta Data and Titles or i should add with in product and categories table?
Prakash D 2020-05-01 17:44:39
Anyone know how to pass data from view to controller and fetch data from database
Prakash D 2020-05-01 17:44:40
Please help me to solve this
mohittyagi99 2020-05-01 17:45:26
Prakash D 2020-05-01 17:44:39
Anyone know how to pass data from view to controller and fetch data from database
Via GET OR POST REQUEST
Prakash D 2020-05-01 17:47:02
mohittyagi99 2020-05-01 17:45:26
Via GET OR POST REQUEST
I have drop-down from this drop down I want to select the data and send to controller
2020-05-01 17:50:39
Anyone using laravel 6
mohittyagi99 2020-05-01 17:51:29
Prakash D 2020-05-01 17:47:02
I have drop-down from this drop down I want to select the data and send to controller
Okay! Create Route
Route::get(‘/whateveryourrout/{drop-down}’,’Controller@method’);
Gabby_Json 2020-05-01 17:55:19
There is no sender address check your .env file
Gabby_Json 2020-05-01 18:07:04
Prakash D 2020-05-01 17:44:39
Anyone know how to pass data from view to controller and fetch data from database
To fetch data from dB (
Public function index() {
$Posts = Post::ordeyBy(‘id’, ‘desc’ )->get() ;
Return view(‘/index’) – > with(‘post’, $Posts) ;
}
StupidTwat 2020-05-01 18:18:30
Gabby_Json 2020-05-01 18:07:04
To fetch data from dB (
Public function index() {
$Posts = Post::ordeyBy(‘id’, ‘desc’ )->get() ;
Return view(‘/index’) – > with(‘post’, $Posts) ;
}
That won’t help at all nor does it answer question. You have to handle the request.
Gabby_Json 2020-05-01 18:19:06
Prakash D 2020-05-01 17:44:39
Anyone know how to pass data from view to controller and fetch data from database
Make a controller with –resource
Open your Web.php file
Route::get(‘/’, ‘PostsController’);
← prev | next →