R u looking for freelancer for laravel?

|
Kvn_makwana 2019-12-27 00:51:09
Mortezaa_Jafari 2019-12-25 23:44:55
what?

R u looking for freelancer for laravel ?

Mortezaa_Jafari 2019-12-27 00:52:16
Kvn_makwana 2019-12-27 00:51:09
R u looking for freelancer for laravel ?

nah thnks

Kvn_makwana 2019-12-27 00:52:37
Mortezaa_Jafari 2019-12-27 00:52:16
nah thnks

Ok

Kvn_makwana 2019-12-27 01:00:24
Hello, I am backend developer with 2.5 years of experience and I am looking for a job.

The things I know:

Technologies : Node , Laravel
JS: JQuery
HTML & CSS: Bootstrap
Database: MySQL, SQLite,mongodb

Prefered way of workflow is: Git.

Feel write to chat with me.

Mk_123656 2019-12-27 07:43:00
Hello friends,
I have 2+ year experience in laravel.
I want to work freelancer. Any work available then message me.
Technologies:
Laravel, HTML, bootstrap.
Database:
MySQL.
rebory 2019-12-27 09:55:19
i face this error when i open my php file
rebory 2019-12-27 09:55:28
laravel_discuss-22368.jpg

lion9636 2019-12-27 09:57:08
Mk_123656 2019-12-27 07:43:00
Hello friends,
I have 2+ year experience in laravel.
I want to work freelancer. Any work available then message me.
Technologies:
Laravel, HTML, bootstrap.
Database:
MySQL.

Upwork. Com

skys215 2019-12-27 09:58:11
rebory 2019-12-27 09:55:28

maybe it’s a encrypted code?

lion9636 2019-12-27 09:59:01
Nope
lion9636 2019-12-27 09:59:23
Utf-8 should be
rebory 2019-12-27 10:09:49
skys215 2019-12-27 09:58:11
maybe it’s a encrypted code?

its my index.php file

rebory 2019-12-27 10:10:05
how i recover this
skys215 2019-12-27 10:30:51
Don’t know
rebory 2019-12-27 10:33:38
skys215 2019-12-27 10:30:51
Don’t know

tc

mhd_arffnn 2019-12-27 11:19:08
can i call artisan command from another command with interactive input?
mhd_arffnn 2019-12-27 11:19:10
is it possible
skys215 2019-12-27 11:45:52
I think so
Mahdi_khani 2019-12-27 12:03:27
Hi any
How to add new menu and sub menu to VOYAGER pachage
skys215 2019-12-27 12:36:34
There is a menu builder
skys215 2019-12-27 12:36:39
Watch the tutorial
ManojRoy19 2019-12-27 14:52:26
laravel_discuss-22394.jpg
I am new in laravel and trying crud operation bt get unknown database error
Share Market 2019-12-27 15:01:38
Plz change your database name from .env .
Share Market 2019-12-27 15:02:00
Because database is not getting..
2019-12-27 23:15:51
I have 3 relationship tables, where in turn there is an intermediate table where I insert the firing key(id auto incr), the question is, if I have to make an intermediate model of the pivot table?
khorshideedalate 2019-12-27 23:20:53
laravel_discuss-22409.jpg
Slm dostan rahnaee mikhastam bara pak kardan.cache
efe_da_first 2019-12-28 02:46:39
laravel_discuss-22423.jpg
How do i solve this
skys215 2019-12-28 05:29:34
khorshideedalate 2019-12-27 23:20:53
Slm dostan rahnaee mikhastam bara pak kardan.cache

sorry, english group

skys215 2019-12-28 05:30:39
google it, they have a list of admin package, and have written down pos and cons
skys215 2019-12-28 05:31:49
efe_da_first 2019-12-28 02:46:39
How do i solve this

not enough information to solve your problem, mut it’s likely that there’s problem in your view

dineshmali164 2019-12-28 07:17:14
HELLO
I want accept UPI payment add in my PHP / laravel website please help me

Thanks in advance

dineshmali164 2019-12-28 07:18:18
ManojRoy19 2019-12-27 14:52:26
I am new in laravel and trying crud operation bt get unknown database error

Check env file database configuration

ManojRoy19 2019-12-28 07:58:40
dineshmali164 2019-12-28 07:18:18
Check env file database configuration

Actually, it was mysql port issue where it was 3306 and as per updated wamp i have to just update 3308 and it worked.

rebory 2019-12-28 10:04:07
any buddy tell me how to send file in laravel email
rebory 2019-12-28 10:05:08
<?php
namespace AppMail;
use IlluminateBusQueueable;
use IlluminateMailMailable;
use IlluminateQueueSerializesModels;

class ContactUs extends Mailable
{
use Queueable, SerializesModels;
public $data;

public function __construct($data)
{
$this->data = $data;
}

/**
* @return ContactUs
*/
public function build()
{
return $this->from(‘test@domain.com’)
->subject($this->data[‘subject’])
->view(’email_templates.contact-us’)
->with(‘data’, $this->data);
}

}//class

ikudratov 2019-12-28 10:17:58
Hi, Guys!
Are there some links of API tutorials to realize it well?
daazii 2019-12-28 10:57:31
laravel_discuss-22464.jpg

daazii 2019-12-28 10:57:32
Hi guys i git this error when i set session
daazii 2019-12-28 10:57:45
Am new to laravel
daazii 2019-12-28 10:57:58
Can anyone help
itsvahid_ab 2019-12-28 11:01:49
daazii 2019-12-28 10:57:31

i think it’s because no Session class is included
“use” lines are commented as seen in picture

daazii 2019-12-28 11:05:59
I tried that too
daazii 2019-12-28 11:06:17
laravel_discuss-22470.jpg

daazii 2019-12-28 11:06:37
I git this error when uncommented that
daazii 2019-12-28 11:07:05
Got*
itsvahid_ab 2019-12-28 11:08:13
daazii 2019-12-28 11:06:37
I git this error when uncommented that

try Session::put(‘s’, $value);

you can read more on the docs page(make sure to select correct laravel version):
https://laravel.com/docs/5.8/session

daazii 2019-12-28 11:09:11
Yes, got it
daazii 2019-12-28 11:09:15
Working fine
daazii 2019-12-28 11:09:27
What was the issue?
itsvahid_ab 2019-12-28 11:10:11
daazii 2019-12-28 11:09:27
What was the issue?

to set a value in session you should use “put” method. there’s no “set” method.
read the documentation for full info 👍

|