What is the name of the folder that you moved your rest app files?

|
DesolatorMagno 2020-06-12 22:07:11
Never used Django, but you can work 100% offline, you just need internet to create the app and install all that you need, after that you can work 100% offline.

There must be ways to use cache for composer so it don’t require internet, but is not default.

S3NX_8 2020-06-12 22:12:03
Ok your opinion
WordPress or laravel
DesolatorMagno 2020-06-12 22:29:49
S3NX_8 2020-06-12 22:12:03
Ok your opinion
WordPress or laravel

Both, they both have their own niche, i like more working with Laravel, but WP have a big market.

S3NX_8 2020-06-12 22:31:39
Ok
I wil be back with thousands of questions
Thank you for now
Bettingsystem01 2020-06-12 22:37:10
Laravel php software language written in our betting site to make the theme of a friend is wanted
alwad3ani 2020-06-12 22:53:59
laravel_discuss-41161.jpg

alwad3ani 2020-06-12 22:54:10
alwad3ani 2020-06-12 22:53:59

Anyone know how to show password like that

alwad3ani 2020-06-12 22:57:12
alwad3ani 2020-06-12 22:54:10
Anyone know how to show password like that

When I display all the information of user

DesolatorMagno 2020-06-12 23:01:06
Just show random asterisk.
lmboom 2020-06-12 23:02:36
DesolatorMagno 2020-06-12 23:01:06
Just show random asterisk.

+

alwad3ani 2020-06-12 23:03:09
lmboom 2020-06-12 23:02:36
+

K

Mk_7_6 2020-06-12 23:54:38
Hey guys, is it possible for setting laravel to automaticaly asign the first user ‘admin’ role when registering in the registration form created by artisan auth command
isofdev 2020-06-13 00:12:31
Hi everyone,
I wish to know the best open source Laravel admin panel.
Thanks
Anu 2020-06-13 00:18:18
Voyeger ?
Bettingsystem01 2020-06-13 00:24:23
Hi friends Laravel framed php written with my betting site will help anyone
Bettingsystem01 2020-06-13 00:37:15
I want to make the theme to my betting site
Bettingsystem01 2020-06-13 00:37:48
2 live casinos and slot api integration will be done
Bettingsystem01 2020-06-13 00:40:43
A theme will be made
Bettingsystem01 2020-06-13 00:40:59
2 slot api integration
Bettingsystem01 2020-06-13 00:41:35
Yes
Bettingsystem01 2020-06-13 00:42:11
I wrote it privately, shall we continue there?
Bettingsystem01 2020-06-13 00:43:34
Yes, I sent a message, please check it out
amosvictor97 2020-06-13 01:17:03
hi,
i want laravel/dompdf to print two A5 pages side by side on an one A4 sheet, any solution here for me ?
Siberfx 2020-06-13 02:15:16
interesting
2020-06-13 03:07:14
laravel_discuss-41187.jpg
Hi,
There is some routing problem in my laravel project after hosting.
It is error log file
DesolatorMagno 2020-06-13 03:07:38
amosvictor97 2020-06-13 01:17:03
hi,
i want laravel/dompdf to print two A5 pages side by side on an one A4 sheet, any solution here for me ?

I made something like that, but had to be really mindfull about padding, margin, etc, so it take a lot of time to get it right.

My problem was printing 2 half letter in a letter, so it could be use as original and copy.

2020-06-13 03:08:34
laravel_discuss-41189.jpg
I edited index.php
I created a laravel folder and moved all of my project there. After i moved public contents to public_html
2020-06-13 03:09:14
2020-06-13 03:08:34
I edited index.php
I created a laravel folder and moved all of my project there. After i moved public contents to public_html

It is index.php

Roham0010 2020-06-13 03:12:18
2020-06-13 03:08:34
I edited index.php
I created a laravel folder and moved all of my project there. After i moved public contents to public_html

Move folders to a new laravel foolder I guess
Your project structure base on your index should be like:
Public_html/index…
Laravel/vendor,……

2020-06-13 03:13:19
Roham0010 2020-06-13 03:12:18
Move folders to a new laravel foolder I guess
Your project structure base on your index should be like:
Public_html/index…
Laravel/vendor,……

Move laravel folder to another laravel folder?

Siberfx 2020-06-13 03:13:24
What is the name of the folder that you moved your rest app files ?
Siberfx 2020-06-13 03:14:39
in your index.php replace ./../laravel part with ./foldername/laravel
2020-06-13 03:14:43
Laravel
2020-06-13 03:16:21
Siberfx 2020-06-13 03:14:39
in your index.php replace ./../laravel part with ./foldername/laravel

My folder name is laravel.
Should write laravel/laravel???

2020-06-13 03:17:35
Siberfx 2020-06-13 03:14:39
in your index.php replace ./../laravel part with ./foldername/laravel

laravel_discuss-41198.jpg
Same error

Siberfx 2020-06-13 03:17:53
show photo of your root folder
2020-06-13 03:19:45
laravel_discuss-41200.jpg

Siberfx 2020-06-13 03:19:54
man public_html is your root
Siberfx 2020-06-13 03:20:09
inside of it.
2020-06-13 03:20:40
laravel_discuss-41203.jpg

Siberfx 2020-06-13 03:21:51
so you moving your files in a wrong way.. where the files except public
2020-06-13 03:23:23
2020-06-13 03:19:45

Other part of project??
They are in laravel folder.
Here

Siberfx 2020-06-13 03:24:16
show me inside laravel folder too
2020-06-13 03:25:35
laravel_discuss-41207.jpg

Siberfx 2020-06-13 03:30:05
now show me the index.php content again
Siberfx 2020-06-13 03:31:22
remove ../ part
amosvictor97 2020-06-13 03:32:37
DesolatorMagno 2020-06-13 03:07:38
I made something like that, but had to be really mindfull about padding, margin, etc, so it take a lot of time to get it right.

My problem was printing 2 half letter in a letter, so it could be use as original and copy.

yes i want to do also something like that. 2 invoices original and copy but on the same sheet. You don’t know any library ?

2020-06-13 03:33:35
Siberfx 2020-06-13 03:31:22
remove ../ part

Don’t work

DesolatorMagno 2020-06-13 03:34:02
Nope, i just made a view with half width, include them twice and pdf that sh1t, no more magic than that.
Siberfx 2020-06-13 03:34:10
show me after you changed index.php ?
|