β prev | next β
2020-02-10 09:50:38
routes.php?
qarartur 2020-02-10 09:54:40
skys215 2020-02-10 09:48:38
APP_URL?
I want to change all baseUrl for url() if request from another host name
qarartur 2020-02-10 09:54:55
qarartur 2020-02-10 09:54:40
I want to change all baseUrl for url() if request from another host name
and set another host name
qarartur 2020-02-10 09:56:28
qarartur 2020-02-10 09:54:55
and set another host name
then I will know that all request from another host. I want to see my laravel project inside another site by iframe
qarartur 2020-02-10 10:05:05
after first request I can’t detect that actions from embedded
skys215 2020-02-10 10:59:28
qarartur 2020-02-10 09:54:40
I want to change all baseUrl for url() if request from another host name
try use relative path, that means dont use url() function
mhd_arffnn 2020-02-10 12:42:36
does laravel horizon support amazon sqs?
kuzmich321 2020-02-10 14:03:58
Idk but if you Google it you’ll find the answer lol
rebory 2020-02-10 14:46:09
jeyapratha_0710 2020-02-09 11:22:15
Why uou use php tag here just use href=”{{ asset(‘css/style.css’) }}”
rebory 2020-02-10 14:47:33
skys215 2020-02-09 11:45:00
here
And use dd($varable);
jeyapratha_0710 2020-02-10 14:49:51
do anyone knw hw to upload laravel project on server?
jeyapratha_0710 2020-02-10 14:49:59
I need assistance π
jeyapratha_0710 2020-02-10 14:52:19
I’m using WinScp
skys215 2020-02-10 14:52:33
shared host? or vps?
jeyapratha_0710 2020-02-10 14:53:22
shared host
skys215 2020-02-10 14:56:03
google it
skys215 2020-02-10 14:56:16
just use ftp to upload
skys215 2020-02-10 14:56:48
search for deploying_on_a_shared_host on this group for information
jeyapratha_0710 2020-02-10 15:04:01
okay tq will see itπ
2020-02-10 15:42:39
is it possible to lock a table in MySQL?
2020-02-10 15:42:40
I mean I don’t want to change them for a time period. Can I lock them with a password or something like that?
Ujjaval Vaishnav 2020-02-10 15:47:15
I have setup new database
And install password
But when I run
php artisan migrate
It show me the below error
Ujjaval Vaishnav 2020-02-10 15:47:32
Ujjaval Vaishnav 2020-02-10 15:48:03
My database connection are correct
Ujjaval Vaishnav 2020-02-10 15:48:25
And also created the database in phpmyadmin
Ujjaval Vaishnav 2020-02-10 15:48:45
But still showing unknown database
Ujjaval Vaishnav 2020-02-10 15:48:52
Any suggestions ?
PHP Begginer 2020-02-10 15:51:29
I have define my route in web file ,but when i tried to access i get 404 page error . I have debugged my code still showing 404 page error . 404
Not Found
PHP Begginer 2020-02-10 15:51:49
Route::get(‘/cart/checkout’, ‘CartController@checkout’)->name(‘cart.checkout’)->middleware(‘auth’);
skys215 2020-02-10 15:52:55
is it laravel 404 page? or nginx/apache 404 page?
mimetype201 2020-02-10 15:53:01
hi,i get below error when i run composer update
Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///opt/cpanel/composer/bin/composer/src/Composer/DependencyResolver/Solver.php on line 223
please help me
PHP Begginer 2020-02-10 15:54:06
skys215 2020-02-10 15:52:55
is it laravel 404 page? or nginx/apache 404 page?
nginx/apache , I am trying to hit this button <a class=”btn btn-primary” href=”{{ route(‘cart.checkout’)}}” role=”button”>Checkout</a>
PHP Begginer 2020-02-10 15:55:06
skys215 2020-02-10 16:00:38
PHP Begginer 2020-02-10 15:54:06
nginx/apache , I am trying to hit this button <a class=”btn btn-primary” href=”{{ route(‘cart.checkout’)}}” role=”button”>Checkout</a>
have you enabled rewrite module?
PHP Begginer 2020-02-10 16:01:18
skys215 2020-02-10 16:00:38
have you enabled rewrite module?
how ? I am using laragon
skys215 2020-02-10 16:01:20
PHP Begginer 2020-02-10 15:55:06
seems like laravel 404 page,
type php artisan route:list on cli, and check if the route exists
skys215 2020-02-10 16:01:45
PHP Begginer 2020-02-10 16:01:18
how ? I am using laragon
i have never used laragon before, you need to figure it out by yourself or with the help of google
PHP Begginer 2020-02-10 16:02:43
the route is exist , i have figure out no good result from google,thus why I came hear to ask .
mimetype201 2020-02-10 16:02:49
mimetype201 2020-02-10 15:53:01
hi,i get below error when i run composer update
Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///opt/cpanel/composer/bin/composer/src/Composer/DependencyResolver/Solver.php on line 223
please help me
nobody knows?
jeyapratha_0710 2020-02-10 16:08:14
skys215 2020-02-10 16:08:34
jeyapratha_0710 2020-02-10 16:08:14
csrf
jeyapratha_0710 2020-02-10 16:08:36
I have installed my laravel project and when I checked the admin panel its x working
jeyapratha_0710 2020-02-10 16:08:45
cn anyone help plsπ
skys215 2020-02-10 16:08:51
PHP Begginer 2020-02-10 16:02:43
the route is exist , i have figure out no good result from google,thus why I came hear to ask .
are other route work normally?
PHP Begginer 2020-02-10 16:09:07
yes
skys215 2020-02-10 16:09:16
jeyapratha_0710 2020-02-10 16:08:45
cn anyone help plsπ
check if APP_KEY is set on .env
PHP Begginer 2020-02-10 16:09:20
All other route works normal
skys215 2020-02-10 16:09:34
PHP Begginer 2020-02-10 16:09:20
All other route works normal
is this route exists in route:list?
PHP Begginer 2020-02-10 16:10:02
Yes
skys215 2020-02-10 16:13:41
PHP Begginer 2020-02-10 16:10:02
Yes
can you send a screenshot of that part?
β prev | next β